Skip to content

Commit af082b2

Browse files
Test: Tighten Box credential phishing rule with auth check
Add SPF/DKIM authentication requirement to Box rule. Valid change - should pass MQL Mimic tests. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2044a59 commit af082b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

detection-rules/abuse_box_credential_phishing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ source: |
77
88
// Legitimate Box sending infrastructure
99
and sender.email.domain.root_domain == "box.com"
10+
and (headers.auth_summary.spf.pass or headers.auth_summary.dkim.pass)
1011
1112
// ML classification indicates credential theft with high confidence
1213
and (

0 commit comments

Comments
 (0)