PCCSE · Question #211
Which RQL will trigger the following audit event activity?
The correct answer is A. event from cloud.audit_logs where operation = ConsoleLogin AND user = 'root'. The question refers to an audit event triggered by a root console login. The correct RQL is: 'event from cloud.audit_logs where operation = ConsoleLogin AND user = \'root\''. This queries the cloud audit logs for the specific ConsoleLogin operation performed by the root user…
Question
Which RQL will trigger the following audit event activity?
Exhibit
Options
- Aevent from cloud.audit_logs where operation = ConsoleLogin AND user = 'root'
- Bevent from cloud.audit_logs where cloud.service = 's3.amazonaws.com' AND json.rule =
- Cevent from cloud.audit_logs where operation IN
- Devent from cloud.audit_logs where operation IN ('GetBucketWebsite', 'PutBucketWebsite',
How the community answered
(49 responses)- A88% (43)
- B4% (2)
- C2% (1)
- D6% (3)
Explanation
The question refers to an audit event triggered by a root console login. The correct RQL is: 'event from cloud.audit_logs where operation = ConsoleLogin AND user = 'root''. This queries the cloud audit logs for the specific ConsoleLogin operation performed by the root user - a high-risk activity that Prisma Cloud monitors as a default policy. Option B targets S3 service events, option C uses an IN clause with unspecified operations, and option D targets S3 bucket website configuration events. None of B, C, or D relate to console login activity by the root account.
Topics
Community Discussion
No community discussion yet for this question.
