AI connects at three key layers in the Cortex XSOAR data model and automation fabric:
- Playbook Decision Nodes: Replace static conditional logic with dynamic model evaluation. For example, an AI node can analyze the
incident.detailsandalert.contextto decide whether to escalate to a high-severity playbook, enrich with external TI, or auto-close as a false positive. - Incident Enrichment Tasks: Automatically call internal APIs (CMDB, HR systems) and external services (threat intel, vulnerability databases) to populate custom incident fields like
asset.criticalityoruser.risk_score. This happens in parallel at incident creation, not as a manual analyst step. - Post-Processing Scripts: After incident closure, AI can generate the
incident.postmortemsummary, extract lessons learned for the knowledge base, and even suggest updates to detection rules in connected SIEMs like Splunk or Sentinel.




