Skip to content

Commit

Permalink
Updating rule: impersonation_amazon.yml (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenmitchell authored Sep 18, 2023
1 parent 8a98a85 commit e116d25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions detection-rules/impersonation_amazon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ source: |
and sender.email.domain.root_domain in $free_email_providers
)
)
// negate listservs
and not (
any(headers.hops, any(.fields, .name == "List-Unsubscribe"))
and strings.contains(sender.display_name, "via")
)
and sender.email.domain.root_domain not in~ (
'amazon.com',
'amazon.com.au',
Expand Down

0 comments on commit e116d25

Please sign in to comment.