feat(ttp): E.3.8 R0041-R0048 email cohort
8 YAMLs for the email cohort per Appendix B: open-relay abuse, mass phishing, phishing-kit X-Mailer signatures, IDN/punycode URLs, sender masquerade, malicious attachment, BEC, encoded payload in body. EmailLifter (E.3.12) consumes by rule_id. test_email_rules.py: YAML-present + inert-in-v0 + xfail(strict) precision case gated on E.3.12.
This commit is contained in:
24
rules/ttp/R0041.yaml
Normal file
24
rules/ttp/R0041.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
rule_id: R0041
|
||||
rule_version: 1
|
||||
name: open_relay_abuse
|
||||
description: |
|
||||
High RCPT count with a foreign From — abuse of an open relay to
|
||||
push outbound mail. EmailLifter (E.3.12).
|
||||
applies_to:
|
||||
- email
|
||||
match:
|
||||
kind: lifter:open_relay
|
||||
rcpt_threshold: 10
|
||||
require_foreign_from: true
|
||||
emits:
|
||||
- tactic: TA0040
|
||||
technique_id: T1496
|
||||
confidence: 0.85
|
||||
- tactic: TA0042
|
||||
technique_id: T1586
|
||||
sub_technique_id: T1586.002
|
||||
confidence: 0.85
|
||||
evidence_fields:
|
||||
- rcpt_count
|
||||
- from_domain
|
||||
- mail_from_domain
|
||||
Reference in New Issue
Block a user