- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-11-2026 06:19 AM
Hello @PA_nts ,
Greetings for the day.
In Cortex XSIAM, the handling of low-severity alerts is governed by a design philosophy focused on reducing alert fatigue and prioritizing actionable threats.
By default, Cortex XSIAM does not automatically create incidents for alerts with Low or Informational severity. These alerts are typically categorized as Insights, which provide contextual metadata to help analysts understand the broader attack chain within an existing incident.
There are specific scenarios where Low severity alerts do generate incidents automatically because they are considered high-fidelity or critical for early detection:
Identity and ITDR: Analytics and BIOC alerts related to Identity modules
Cloud Detection: Alerts generated from Cloud Detection modules
Analytics (Magnifier): Certain detections such as Large Upload, Port Scan, or Failed Connections
Standard Automation Rules and Playbook Triggers are tied to the incident lifecycle. Since most Low severity alerts do not create incidents, they do not automatically trigger playbooks.
Scheduled Jobs
Create a scheduled playbook (Job) that runs an XQL query to identify specific Low severity alerts and perform programmatic actions.
For example, a script can use:
setAlertStatus
to automatically resolve or update qualifying alerts.
Severity Elevation
Modify the source detection (BIOC, Correlation Rule, or Analytics Rule) to raise the severity to Medium.
This forces incident creation and allows standard automation rules to trigger.
Manual Execution
Analysts can manually execute playbooks directly from the Alerts table for Low severity entries.
To effectively manage Low severity alert volume:
Rather than reviewing Low alerts individually, examine them within the Alerts & Insights tab of a related Medium or High severity incident to gain a complete attack narrative.
If specific Low severity alerts are consistently noisy and provide little value:
Use Alert Exclusions, or
Tune the originating detection rule (for example, firewall rules or analytics logic)
to prevent unnecessary alerts from reaching the console.
Use a Tier 1 or Triage Specialist role to periodically review the raw Alerts table (via XQL queries) for emerging patterns that may not yet meet the Medium severity threshold.
A feature enhancement request is currently tracked to allow playbooks to trigger directly from Low and Informational alerts in future releases.
If you feel this has answered your query, please let us know by clicking like and on "mark this as a Solution".
Thanks & Regards,
S. Subashkar Sekar