↳ 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.

PaloAltoCortexXDR_Incidents
| where Severity contains "high"
| where Status !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 HostCount > 0 or UserCount > 0
| extend Hosts_s = tostring(Hosts), Users_s = tostring(Users)
| project TimeGenerated, IncidentId, Status, Severity, IncidentSources, Description, XdrUrl, Hosts_s, Users_s, AlertCategories, HostCount, UserCount, AlertCount, CreationTime, ModificationTime

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
06263265-ff65-43ff-8b15-6ac82325a672
Additional source files 2Solutions/Palo Alto Cortex XDR/Analytic Rules/PaloAltoCortexXDR_High.yamlsource ↗Solutions/Palo Alto 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.