Hi,
I'm using the Microsoft ATP connector to fetch incidents from the tenant and create a case for each incidents.
Incidents in Microsoft Defender have one or more alerts related, which are aggregated by Defender to create the incident. When the case is created on the SOAR, it doesn't include all the related alerts to the incident. The MS ATP integration has one action for playbook which is "ListAlerts", that would return a JSON with all the related alerts and their info (this is working fine).
My question now is how can I add those alerts to the Case, below the "Alerts" section. I have been trying different actions but none of them seems to work.
Am I missing something here or do I need to develop the action myself?
Thanks!