Skip to content

Commit

Permalink
Sync from PR#2246
Browse files Browse the repository at this point in the history
Create attachment_html_excessive_const_declarations.yml by @morriscode
#2246
Source SHA 9aee66b
Triggered by @morriscode
  • Loading branch information
Sublime Rule Testing Bot committed Jan 2, 2025
1 parent ff19b2d commit eb78681
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion detection-rules/attachment_html_excessive_const_declarations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ source: |
)
and length(file.parse_html(.).raw) < 50000
)
// and the sender is not from high trust sender root domains
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
)
attack_types:
- "Malware/Ransomware"
- "Credential Phishing"
Expand All @@ -28,4 +37,4 @@ detection_methods:
- "Content analysis"
id: "66f8a07a-5f0f-5a99-976c-a81d2de8b406"
testing_pr: 2246
testing_sha: 608436f4ebf35dc63cc8bd353a1847be86e1904b
testing_sha: 9aee66b23cacb41cc60ebf7317ad4fb604052e75

0 comments on commit eb78681

Please sign in to comment.