Skip to content

Commit

Permalink
adjusted query
Browse files Browse the repository at this point in the history
  • Loading branch information
terrancedejesus committed Dec 17, 2024
1 parent 444027b commit 349dd72
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,10 @@ timestamp_override = "event.ingested"
type = "new_terms"

query = '''
event.dataset:"aws.cloudtrail"
and event.provider:"s3.amazonaws.com" and event.action:"ListObjects"
event.dataset: "aws.cloudtrail"
and event.provider: "s3.amazonaws.com"
and event.action: "ListObjects"
and event.outcome: "success"
and aws.cloudtrail.user_identity.type: ("AWSAccount" or "Unknown")
and cloud.account.id: "anonymous"
'''
Expand Down

0 comments on commit 349dd72

Please sign in to comment.