A customer is investigating a security incident in which unusual network traffic is observed and a malicious process is identified on an endpoint. Which Cortex XDR capability assists with correlating firewall network logs and endpoint data in this environment?
In the Palo Alto Networks Cortex XDR ecosystem, Log Stitching is the fundamental technology that enables the 'X' (Extended) in XDR. It is the process of automatically reassembling fragmented data from disparate sources---such as Next-Generation Firewalls (NGFW), GlobalProtect, and the Cortex XDR agent---into a single, cohesive narrative.
How it Works: When a firewall identifies a network flow and an endpoint agent identifies a process execution, these are initially two separate logs. Cortex XDR uses 'stitching' to link these logs by matching common attributes (such as timestamps, source/destination IP addresses, and ports) to identify the Causality Group Owner (CGO).
The Result: This allows an analyst to see exactly which local process on the endpoint (e.g., powershell.exe) was responsible for generating the specific malicious network traffic caught by the firewall. Without log stitching, these would remain two isolated events, making it much harder to prove the 'cause and effect' of an attack.
Why other options are incorrect:
User authentication management: Focuses on identity and access, not the correlation of network and process telemetry.
Indicator of compromise (IOC) rule: These are typically used to flag known malicious artifacts (like a specific file hash or IP address) but do not perform the structural correlation of different log types.
Analytics: While Analytics uses the data provided by log stitching to identify behavioral anomalies, the specific capability that performs the correlation and 'linking' of the firewall and endpoint logs is the stitching process itself.
Currently there are no comments in this discussion, be the first to comment!