ExamGecko
Question list
Search
Search

List of questions

Search

Question 200 - PCCSE discussion

Report
Export

Which RQL will trigger the following audit event activity?

A.
event from cloud.audit_logs where operation ConsoleLogin AND user = 'root'
Answers
A.
event from cloud.audit_logs where operation ConsoleLogin AND user = 'root'
B.
event from cloud.audit_logs where operation IN ('cloudsql.instances.update','cloudsql.sslCerts.create', cloudsql.instances.create','cloudsq
Answers
B.
event from cloud.audit_logs where operation IN ('cloudsql.instances.update','cloudsql.sslCerts.create', cloudsql.instances.create','cloudsq
C.
event from cloud.audit_logs where cloud.service = s3.amazonaws.com' AND json.rule = $.userAgent contains 'parrot1
Answers
C.
event from cloud.audit_logs where cloud.service = s3.amazonaws.com' AND json.rule = $.userAgent contains 'parrot1
D.
event from cloud.audit_logs where operation IN ( 'GetBucketWebsite', 'PutBucketWebsite', 'DeleteBucketWebsite')
Answers
D.
event from cloud.audit_logs where operation IN ( 'GetBucketWebsite', 'PutBucketWebsite', 'DeleteBucketWebsite')
Suggested answer: A

Explanation:

The correct RQL to trigger the audit event activity shown is Option A. This RQL is designed to capture events from cloud audit logs where a ConsoleLogin operation occurs by the 'root' user. The given audit event details match this RQL's criteria, which specifies the operation type and the user involved in the event.

asked 23/09/2024
Easwari Lakshminarayanan
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first