Skip to content

Commit

Permalink
Merge PR #4905 from @kelnage - Fix error in field name
Browse files Browse the repository at this point in the history
fix: Potential Bucket Enumeration on AWS - Fix error in field name
  • Loading branch information
kelnage authored Jul 10, 2024
1 parent 9c59a06 commit b584e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/cloud/aws/cloudtrail/aws_enum_buckets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ references:
- https://securitycafe.ro/2022/12/14/aws-enumeration-part-ii-practical-enumeration/
author: Christopher Peacock @securepeacock, SCYTHE @scythe_io
date: 2023/01/06
modified: 2023/04/28
modified: 2024/07/10
tags:
- attack.discovery
- attack.t1580
Expand All @@ -23,7 +23,7 @@ detection:
eventSource: 's3.amazonaws.com'
eventName: 'ListBuckets'
filter:
type: 'AssumedRole'
userIdentity.type: 'AssumedRole'
condition: selection and not filter
falsepositives:
- Administrators listing buckets, it may be necessary to filter out users who commonly conduct this activity.
Expand Down

0 comments on commit b584e19

Please sign in to comment.