We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dde32 commit 20f2001Copy full SHA for 20f2001
1 file changed
detection-rules/4375_impersonation_microsoft_teams.yml
@@ -29,7 +29,10 @@ source: |
29
sender.email.domain.root_domain in (
30
"microsoft.com",
31
"microsoftsupport.com",
32
- "office.com"
+ "office.com",
33
+ "mail.microsoft",
34
+ "service-now.com",
35
+ "atlassian.net"
36
)
37
and coalesce(headers.auth_summary.dmarc.pass, false)
38
@@ -47,4 +50,4 @@ detection_methods:
47
50
id: "7fafff75-abd3-5b8c-879f-b26b269ad768"
48
51
og_id: "9cd53055-8e1a-5a45-b78f-34a62f0793dd"
49
52
testing_pr: 4375
-testing_sha: 2e095c73e2fc1a71f6fc33b4553612cf09762755
53
+testing_sha: 3f03b2f62212d70d00dc818636e1976ebe79e2d3
0 commit comments