CortexXDR_Incidents_CL
| where severity_s contains "high"
| where status_s !contains "resolved_auto"
// the below line filters for incidents that has at least one user or one host in it. Comment the below line if you want to generated incidents that have 0 user or 0 host as well
| where host_count_d > 0 or user_count_d > 0
| project TimeGenerated, incident_id_s, status_s, severity_s, incident_sources_s, description_s, xdr_url_s, hosts_s, users_s, alert_categories_s, host_count_d, user_count_d, alert_count_d, creation_time_d, modification_time_d
customDetails:
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cortex XDR/Analytic Rules/CortexXDR_High.yaml
sentinelEntitiesMappings:
alertDetailsOverride:
query: |
CortexXDR_Incidents_CL
| where severity_s contains "high"
| where status_s !contains "resolved_auto"
// the below line filters for incidents that has at least one user or one host in it. Comment the below line if you want to generated incidents that have 0 user or 0 host as well
| where host_count_d > 0 or user_count_d > 0
| project TimeGenerated, incident_id_s, status_s, severity_s, incident_sources_s, description_s, xdr_url_s, hosts_s, users_s, alert_categories_s, host_count_d, user_count_d, alert_count_d, creation_time_d, modification_time_d
requiredDataConnectors:
- dataTypes:
- CortexXDR_Incidents_CL
connectorId: CortexXDR
incidentConfiguration:
groupingConfiguration:
reopenClosedIncident: false
enabled: true
matchingMethod: AllEntities
lookbackDuration: 5h
createIncident: true
relevantTechniques: []
kind: Scheduled
name: Cortex XDR Incident - High
tactics: []
severity: High
suppressionDuration: 5h
description: |
'A new incident was created in the Cortex XDR portal with a severity "High". Click on the events for incident details. '
entityMappings:
- fieldMappings:
- identifier: Name
columnName: users_s
entityType: Account
- fieldMappings:
- identifier: Url
columnName: xdr_url_s
entityType: URL
- fieldMappings:
- identifier: HostName
columnName: hosts_s
entityType: Host
queryFrequency: 5m
suppressionEnabled: false
eventGroupingSettings:
aggregationKind: SingleAlert
triggerThreshold: 0
triggerOperator: gt
version: 1.0.0
queryPeriod: 5m
id: f96728eb-9802-4522-b715-47fb66c2ecf5