Trigger: A Cortex XDR agent reports a process execution event that is not explicitly malicious by static signature.
Context Pulled: The AI agent queries the Cortex Data Lake API for the last 30 days of process execution data for the specific host and its peer group (e.g., other finance department workstations). It also retrieves the process lineage, file reputation score, and any associated MITRE ATT&CK technique tags from the local XDR database.
Model Action: A fine-tuned model analyzes the event against the established behavioral baseline. It evaluates:
- Frequency anomaly: Is this process rare for this host/group?
- Temporal anomaly: Is it running at an unusual time?
- Sequence anomaly: Does its parent/child process tree deviate from the norm?
- Business context: Is the host part of a high-value asset group?
The model outputs a dynamic risk score (0-100) and a plain-language explanation (e.g., "Process wmic.exe spawned by svchost.exe is 95% anomalous for this asset group, resembling living-off-the-land technique T1047").
System Update: If the score exceeds a tunable threshold (e.g., 75), the system:
- Creates a medium-severity behavioral alert in Cortex XDR, pre-populated with the AI-generated explanation and risk score.
- Automatically initiates a pre-configured XQL query to gather related telemetry (network connections, file modifications) from the last 10 minutes.
- Updates the host's risk score in the Cortex XDR dashboard.
Human Review Point: The alert is routed to the SOC's "Behavioral Analysis" queue. The analyst reviews the AI-provided context and the results of the automated XQL query to decide on investigation or closure.