Skip to content

Commit 12d0074

Browse files
[Shared Samples] [PR #4375] modified rule: PR# 4375 - Brand impersonation: Microsoft Teams
1 parent 4787452 commit 12d0074

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

detection-rules/4375_impersonation_microsoft_teams.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ source: |
2929
sender.email.domain.root_domain in (
3030
"microsoft.com",
3131
"microsoftsupport.com",
32-
"office.com"
32+
"office.com",
33+
"mail.microsoft",
34+
"service-now.com",
35+
"atlassian.net"
3336
)
3437
and coalesce(headers.auth_summary.dmarc.pass, false)
3538
)

0 commit comments

Comments
 (0)