Skip to content

Commit

Permalink
Update link_hidden_dir.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomequipd authored Dec 27, 2024
1 parent ebb3336 commit f6ef607
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions detection-rules/link_hidden_dir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ source: |
or strings.icontains(.href_url.path, "/.zshrc/")
or strings.icontains(.href_url.path, "/.profile/")
)
// negate highly trusted sender domains unless they fail DMARC authentication
and (
(
sender.email.domain.root_domain in $high_trust_sender_root_domains
and not headers.auth_summary.dmarc.pass
)
or sender.email.domain.root_domain not in $high_trust_sender_root_domains
)
tags:
- "Attack surface reduction"
attack_types:
Expand Down

0 comments on commit f6ef607

Please sign in to comment.