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.
27 lines
587 B
YAML
27 lines
587 B
YAML
rule_id: R0033
|
|
rule_version: 1
|
|
name: ransom_note_pattern
|
|
description: |
|
|
Bitcoin/Monero address + payment-demand language inserted into a
|
|
honeydoc, mail body, or DB collection. EmailLifter (R0033 fires
|
|
from email_body too) and BehavioralLifter share the same rule_id.
|
|
applies_to:
|
|
- session
|
|
- email
|
|
match:
|
|
kind: lifter:behavioral_ransom_note
|
|
require_btc_or_xmr: true
|
|
payment_keywords:
|
|
- bitcoin
|
|
- btc
|
|
- monero
|
|
- ransom
|
|
- decrypt
|
|
emits:
|
|
- tactic: TA0040
|
|
technique_id: T1486
|
|
confidence: 0.9
|
|
evidence_fields:
|
|
- btc_address
|
|
- matched_keywords
|