We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2383e commit e0dec5fCopy full SHA for e0dec5f
detection-rules/3479_impersonation_google_workspace.yml
@@ -26,7 +26,13 @@ source: |
26
)
27
and headers.auth_summary.dmarc.pass
28
29
-
+
30
+ // Negate legitimate Atlassian/Jira notifications that may contain Google Workspace content
31
+ and not (
32
+ sender.email.domain.root_domain in~ ('atlassian.net', 'atlassian.com')
33
+ and headers.auth_summary.dmarc.pass
34
+ )
35
36
// Negate legitimate Google alerts forwarded through mailing lists
37
and not (
38
any(headers.hops,
@@ -131,4 +137,4 @@ detection_methods:
131
137
id: "053558a8-ffee-5bd7-a7d6-217f44e571bc"
132
138
og_id: "143ffbc4-15ba-535e-b9d6-ab2e2862abe9"
133
139
testing_pr: 3479
134
-testing_sha: 27f56b595c2bc6b19c3bc6df3c2dae3de703edd7
140
+testing_sha: 40b00281075e662aff1bfc9e6abc3dba1ad09440
0 commit comments