Hi,
Is it possible to retrieve the alert data from the "Threat Analysis Center - Threat Graphs" dashboard via API?
Using the XDRQuery API, I am able to retrieve the detection data (query "SELECT * FROM xdr_ioc_view WHERE Lower(ioc_detection_type) = 'threat'"), but I have no visibility into the status of the detections (new, closed, etc.).
I would need to retrieve the status of the detections in order to manage them via integrations with an external incident management tool.
Thank you in advance for your response.