Simple inquiry: I would like to pull all Microsoft 365 Defender alerts (a) or incidents (b) into Qradar through the Graph Security API.
Challenge with (a):
AAD Identity Protection alerts (Risky Login etc.) have to be pulled through a different API call than the other (Defender 365) alert services. See Use the Microsoft Graph identity protection APIs - Microsoft Graph v1.0.
Namely GET ../identityProtection/riskDetections vs. the DSM default GET /security/alerts_v2.
Is there any way to modify the Graph Security API implementation in Qradar to add such API call?
Challenge with (b):
Similar to above, pulling incidents requires a different API call (see List incidents - Microsoft Graph v1.0 ).
How did you achieve any of the above with Qradar?
------------------------------
Another Engineer
------------------------------