Defender for Endpoint via Event Hub
Add the Microsoft Defender via EventHub data connector.
In this guide, you will configure Microsoft Defender for Endpoint to send events and alerts to Radiant Security using an Event Hub. This setup requires establishing a trusted connection between your Microsoft tenant and Radiant.
At the end of this configuration, you will provide Radiant Security with these values:
Application (client) ID
Directory (tenant) ID
Client Secret Value
Event Hub name
Event Hub namespace (URL)
Prerequisites
Register the application with Microsoft Entra ID
In this step, you’ll register a new application with Microsoft Entra ID.
Log in to the Microsoft Azure Portal.
From the left side menu, navigate to Microsoft Entra ID.
From the left menu, navigate to App Registrations.
Click + New Registration.

Update the application Name to
radiantsecurity-connector
and leave all default settings unchanged.

Click Register to save the changes.
On the newly registered application page, copy the following values:
Application (client) ID
Directory (tenant) ID

On the same page, click the link for Add a certificate or secret.

In the Add a client window, click + New Client Secret.
Set the client secret as:
Description:
Radiant Security Connector
Expires:
12 months

Click Add.
The client secrets page will automatically open.
Copy the Value (not the Secret ID field).

Important note: Ensure you copy the Client secret value now as you won't be able to look it up again later. You will need to provide it to Radiant Security at the end of the configuration.
Create an Event Hub
Log in to Azure Portal.
Navigate to the Event Hubs service.

Click Create.
Select the subscription and resource group where the Event Hubs Namespace must be created.
Enter a unique name for the Namespace.

Select the region.
Click Next.
Choose Basic for the pricing tier.
Leave the throughput units or processing units as default.
Click Review
After the deployment is complete, click on Go to resource.
On the Overview page, get the Host Name value, as it will be used on the next section.

Click on + Event Hub to create a new Event Hub on the newly created Namespace.
Enter a name for your event hub, then click Review + Create.
In the EventHub page, go to Access Control (IAM) and click Add + → Add role assignment.

Select the role Azure Event Hubs Data Receiver.
Click Next and on Members, click + Select Members.
Select the Azure Application created in the previous section and click Review + assign.
Configure Azure Streaming API on Microsoft Defender
Log in to Microsoft Defender Portal.
Navigate to Settings > Microsoft Defender XDR > Streaming API and select Forward events to Event Hub.
Enter the Event Hub Resource ID and the Event Hub name obtained previously.
Select all Event Types within the Device and Alerts & behaviors categories.

Click Submit.
Add the connector in Radiant Security
Log in to Radiant Security.
From the navigation menu, click Settings > Data Connectors and click + Add Connector.
Search for From the list of connectors, select Microsoft Defender for Endpoint via Event Hub.
Add the following values you saved from the previous steps:
Application (client) ID
Directory (tenant) ID
Client Secret Value
Event Hub name
Event Hub namespace URL
Click Add Connector to save the connector configuration.
Last updated