Skip to content

Commit

Permalink
Update rules/aws/impact_iam_deactivate_mfa_device.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Brent Murphy <56412096+bm11100@users.noreply.github.com>
  • Loading branch information
austinsonger and bm11100 committed Apr 22, 2021
1 parent 178baaf commit 475a132
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rules/aws/impact_iam_deactivate_mfa_device.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ timestamp_override = "event.ingested"
type = "query"

query = '''
event.action:(DeactivateMFADevice or DeleteVirtualMFADevice) and event.dataset:aws.cloudtrail and event.provider:iam.amazonaws.com and event.outcome:success
event.dataset:aws.cloudtrail and event.provider:iam.amazonaws.com and event.action:(DeactivateMFADevice or DeleteVirtualMFADevice) and event.outcome:success
'''


Expand All @@ -52,4 +52,3 @@ reference = "https://attack.mitre.org/techniques/T1531/"
id = "TA0040"
name = "Impact"
reference = "https://attack.mitre.org/tactics/TA0040/"

0 comments on commit 475a132

Please sign in to comment.