Skip to content

Commit

Permalink
Sync from PR#2179
Browse files Browse the repository at this point in the history
Update link_google_open_redirect_with_suspicious_indicators.yml by @zoomequipd
#2179
Source SHA c8b8666
Triggered by @zoomequipd
  • Loading branch information
Sublime Rule Testing Bot committed Dec 30, 2024
1 parent c89acb8 commit 09fdac6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source: |
// negate auth'ed google messages
and not (
sender.email.domain.sld == "google"
and sender.email.local_part in ("googlealerts-noreply", "comments-noreply@docs.google.com")
and sender.email.local_part in ("googlealerts-noreply", "comments-noreply")
and headers.auth_summary.spf.pass
and headers.auth_summary.dmarc.pass
)
Expand Down Expand Up @@ -89,4 +89,4 @@ detection_methods:
- "URL analysis"
id: "fc5adf74-6a39-5285-9737-3539a0542313"
testing_pr: 2179
testing_sha: 063811fb26c72d00e3e84dd60cd2a53cc16bcd5c
testing_sha: c8b8666c1d72b1433eee9cb3cd116b527c1e8de4

0 comments on commit 09fdac6

Please sign in to comment.