Skip to content

Commit 3f62705

Browse files
[Shared Samples] [PR #4367] modified rule: PR# 4367 - Link: Cloud service with credential theft language
1 parent 6fb7941 commit 3f62705

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

detection-rules/4367_link_credential_phishing_cloud_service.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ source: |
2626
// check for SPF or DMARC passed
2727
and (headers.auth_summary.spf.pass or headers.auth_summary.dmarc.pass)
2828
)
29+
// negate highly trusted sender domains unless they fail DMARC authentication
30+
and not (
31+
sender.email.domain.root_domain in $high_trust_sender_root_domains
32+
and coalesce(headers.auth_summary.dmarc.pass, false)
33+
)
2934
attack_types:
3035
- "Credential Phishing"
3136
tactics_and_techniques:

0 commit comments

Comments
 (0)