Skip to content

Commit cc487d1

Browse files
authored
Update impersonation_recipient_domain.yml
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.
1 parent bf62f17 commit cc487d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

detection-rules/impersonation_recipient_domain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ source: |
1515
// custom domains only
1616
sender.email.domain.domain not in $free_email_providers
1717
18-
// recipient's domain is in the sender's display name
19-
and strings.icontains(sender.display_name, .email.domain.root_domain)
18+
// mailbox recipient's domain is in the sender's display name
19+
and strings.icontains(sender.display_name, mailbox.email.domain.root_domain)
2020
)
2121
2222
and not (

0 commit comments

Comments
 (0)