Azure Active Directory Identity Protection SIEM integration

Copper Contributor

Hi all

We would like to integrate our AADIP system with QRadar platform, in order to forward alerts directly to the SIEM dashboard. To do this we would like to use the DSM connector available in the IBM Marketplace that is able to read events from Microsoft Event Hub.

Is there a way to forward alerts to Microsoft Monitor ad Event Hub?

 

This is the Microsoft documentation related to QRadar Event Hub integration https://developer.microsoft.com/en-us/graph/graph/docs/concepts/security-qradar-siemintegration

 

Thanks everybody for the answer

Carlo

 

 

2 Replies

@carlochello 

AADIP is now accessible via Microsoft Graph API (as of November 2019)

(Risky users APISign-ins APIRisk detections API), 

Presumably you could use PowerAutomate (easy) or Azure Logic Apps (more programmatic) to be the intermediary connector between the Graph API and Azure Event Hub. I wasn't able to find a way to populate data from Microsoft Graph API directly into Azure Event Hub.

https://docs.microsoft.com/en-us/connectors/eventhubs/

@carlochello 

You might want to try the QRadar's integration with Graph API:

https://www.ibm.com/support/knowledgecenter/SS42VS_DSM/com.ibm.dsm.doc/c_logsource_Microsoft_Graph_S...

 

The benefit is QRadar will then receive events and alert from all your Microsoft security tooling, and through the single Graph API endpoint. If you're using more than AADIP this has to be a good thing :smile:.

The potential downside is it will be necessary to write the parsing rules in QRadar, as this is something IBM haven't provided yet.

 

I am setting this up in our environment and will let you know how we get on if you're interested.