Files
DECNET/rules/ttp/R0041.yaml
anti 321ea7a2a6 refactor(ttp): normalise lifter:<owner>_<name> match.kind prefix
E.3.9.1 prerequisite. Rules R0031-R0040 now use lifter:behavioral_*,
R0041 (open_relay) uses lifter:email_open_relay; the rest of the email,
canary, and intel cohorts already conformed. Each lifter at E.3.9-E.3.12
will claim its rules via str.startswith('lifter:<owner>_'), keeping the
ownership routing explicit and trivially extensible.

R0001-R0006 / R0030 lifter:* rules are E.3.13 (Identity/Credential)
territory and stay as-is.
2026-05-01 20:10:33 -04:00

25 lines
528 B
YAML

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:email_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