↳ GitHub sourceAnalytics ruleHigh

Cortex XDR Incident - High

Description

'A new incident was created in the Cortex XDR portal with a severity "High". Click on the events for incident details. '
Rule type
Scheduled
Version
1.0.0
Query frequency
5m
Query period
5m
Trigger
gt 0

Declared sources

Metadata from the source file. No dependencies inferred from KQL.

Connectors

Data types

KQL query

Original query, unchanged.

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

Declared entities

AccountURLHost

Related content

Links established from declared identifiers and solution manifests.

Source provenance

GitHub

Displayed values come from files in Azure/Azure-Sentinel. They describe the published template, not your workspace configuration.

Source identifier
f96728eb-9802-4522-b715-47fb66c2ecf5
Additional source files 2Solutions/Cortex XDR/Analytic Rules/CortexXDR_High.yamlsource ↗Solutions/Cortex XDR/Data/Solution_CortexXDR.jsonsolution-membership ↗
GSTEP / CATALOG TRACKING

Added to catalog : 16 Sept 2026 · 05:49 UTC
Last change observed : 16 Sept 2026 · 05:49 UTC

GSTEP sync dates, separate from the source content’s publication dates.