List Alerts
Gets a list of alert resources created to track suspicious activities in an organization. The alerts are aggregated from various security products within the Microsoft Defender suite.
Sources of Alerts in Microsoft Defender XDR:
-
Microsoft Defender for Endpoint (MDE)
-
Microsoft Defender for Identity (MDI)
-
Microsoft Defender for Office 365 (MDO)
-
Microsoft Defender for Cloud Apps (MDCA)
-
Microsoft Defender for Cloud (MDC)
-
Azure Active Directory Identity Protection
-
Microsoft Defender Antivirus (MDA)
-
Microsoft Sentinel (formerly Azure Sentinel)
-
Least privileged Microsoft Graph permission to access the action via application:
SecurityAlert.Read.All
. -
Higher privileged Microsoft Graph permission to access the action via application:
SecurityAlert.ReadWrite.All
.
To learn more, visit the Microsoft Defender XDR documentation.
Parameters
Parameter | Description |
---|---|
Count | The $count query parameter is used to retrieve the count of the total number of items in a collection or matching an expression. For more information on using $count , refer to Microsoft Query Parameters Documentation. |
Filter | The $filter query parameter is used to retrieve a subset of a collection. For more information on using $filter , refer to Microsoft Query Parameters Documentation.The following properties are supported:- assignedTo |
classification
determination
createdDateTime
lastUpdateDateTime
severity
serviceSource
status
| | Skip | The$skip
query parameter is used to set the number of items to skip at the start of a collection. For more information on using$skip
, refer to Microsoft Query Parameters Documentation. | | Top | The$top
query parameter is used to specify the number of items to be included in the result. For more information on using$top
, refer to Microsoft Query Parameters Documentation. |
Example Output
Workflow Library Example
List Alerts with Microsoft Defender Xdr and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?