An XSIAM engineer is troubleshooting a scenario where endpoint-based threat detections are occurring, but the correlated network flow data in XSIAM for those specific endpoints is incomplete or missing, hindering comprehensive investigation. The organization uses Palo Alto Networks NGFWs and Cortex XDR agents. Which of the following potential root causes and corresponding troubleshooting steps should the engineer investigate, and why?
正解:A,B,C,D,E
This is a complex troubleshooting scenario involving multiple potential points of failure, which requires a systematic approach. All listed options are plausible root causes and valid troubleshooting steps: A. Root Cause: NGFW Log Forwarding (Correct): This is a primary suspect. If the NGFW isn't configured to send its traffic logs (which contain network flow data) to XSIAM, then XSIAM won't have the data. Troubleshooting involves verifying the NGFW's log forwarding profiles. B. Root Cause: Cortex XDR Agent Configuration (Incorrect): While the XDR agent does collect network connection data, the question specifically refers to 'network flow data' (implying NGFW/network device logs) correlated with endpoint detections. If XDR detections are occurring, the agent is sending some telemetry. The agent mode affects endpoint-level network visibility, but wouldn't explain missing NGFW network flow data . C. Root Cause: Broker VM Issues (Correct): If NGFW logs are forwarded via a Broker VM (common for on-premise deployments), then an issue with the Broker VM (offline, resource exhaustion) would directly impact log ingestion. Checking its status and resources is crucial. D. Root Cause: Network Bypass (Correct): If endpoint traffic doesn't pass through the NGFW, the NGFW won't generate logs for that traffic, resulting in missing network flow data in XSIAM. This points to a network architecture or policy misconfiguration. E. Root Cause: Data Retention Policy (Correct): XSIAM has configurable data retention. If network flow data has a shorter retention period than endpoint data, older investigations will find correlated network data missing because it has been purged. Adjusting retention is the solution.