Skip to content

Commit

Permalink
Update impersonation_recipient_domain.yml
Browse files Browse the repository at this point in the history
Changing recipient domain to use mailbox.email.domain.root_domain to negate instances where the recipient is the sender, and delivery is accomplished via BCC's.
  • Loading branch information
morriscode authored Sep 18, 2023
1 parent bf62f17 commit cc487d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detection-rules/impersonation_recipient_domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ source: |
// custom domains only
sender.email.domain.domain not in $free_email_providers
// recipient's domain is in the sender's display name
and strings.icontains(sender.display_name, .email.domain.root_domain)
// mailbox recipient's domain is in the sender's display name
and strings.icontains(sender.display_name, mailbox.email.domain.root_domain)
)
and not (
Expand Down

0 comments on commit cc487d1

Please sign in to comment.