An XSIAM engineer is troubleshooting a newly configured AWS CloudTrail integration. Log data is not appearing in the XSIAM query builder. Which log collection method is natively utilized by XSIAM to pull AWS CloudTrail logs?
Trap 1: Direct Syslog forwarding from AWS VPC to Broker VM
Incorrect. CloudTrail does not natively stream via raw syslog without intermediary services.
Trap 2: Scheduled SCP file transfer to a Broker VM SFTP directory
Incorrect. CloudTrail uses cloud APIs and SQS, not manual SCP transfers.
Trap 3: Cortex XDR Agent polling AWS metadata
Incorrect. CloudTrail logs are cloud-native and do not involve endpoint agents.
- A
Amazon SQS queue polling via an integration instance
Correct. AWS integrations typically rely on SQS queues and IAM roles for reliable event streaming.
- B
Direct Syslog forwarding from AWS VPC to Broker VM
Why wrong: Incorrect. CloudTrail does not natively stream via raw syslog without intermediary services.
- C
Scheduled SCP file transfer to a Broker VM SFTP directory
Why wrong: Incorrect. CloudTrail uses cloud APIs and SQS, not manual SCP transfers.
- D
Cortex XDR Agent polling AWS metadata
Why wrong: Incorrect. CloudTrail logs are cloud-native and do not involve endpoint agents.