Skip to content

Commit

Permalink
Updating Rule: link_microsoft_low_reputation.yml (#759)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Scholten <[email protected]>
  • Loading branch information
aidenmitchell and morriscode authored Sep 8, 2023
1 parent 0722e4f commit 40e6568
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion detection-rules/link_microsoft_low_reputation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ source: |
// mass mailer link, masks the actual URL
.href_url.domain.root_domain in ("hubspotlinks.com", "mandrillapp.com", "sendgrid.net")
// Google AMP redirect
or (
.href_url.domain.sld == "google"
and strings.starts_with(.href_url.path, "/amp/")
)
)
// exclude sources of potential FPs
Expand Down Expand Up @@ -114,7 +120,6 @@ source: |
)
)
)
and sender.email.domain.root_domain not in $org_domains
and sender.email.domain.root_domain not in (
"bing.com",
"microsoft.com",
Expand Down

0 comments on commit 40e6568

Please sign in to comment.