Skip to content

Commit

Permalink
FP fix: file_sharing_link_suspicious_subject.yml (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenmitchell authored Nov 29, 2023
1 parent c797e4f commit 608b37b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions detection-rules/file_sharing_link_suspicious_subject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ severity: "medium"
source: |
type.inbound
and sender.email.domain.root_domain != 'google.com'
and not (
sender.email.domain.root_domain == "dropbox.com"
and any(distinct(headers.hops, .authentication_results.dmarc is not null),
strings.ilike(.authentication_results.dmarc, "*pass")
))
and any(body.links,
(
.href_url.domain.domain in $free_file_hosts
Expand Down

0 comments on commit 608b37b

Please sign in to comment.