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.
24 lines
530 B
YAML
24 lines
530 B
YAML
rule_id: R0040
|
|
rule_version: 1
|
|
name: tftp_router_config_retrieval
|
|
description: |
|
|
TFTP RRQ for a router-config-shaped filename (*-confg, *.cfg,
|
|
startup-config, running-config). Per Appendix A.4.
|
|
applies_to:
|
|
- session
|
|
match:
|
|
kind: lifter:behavioral_tftp_router_config
|
|
filename_patterns:
|
|
- '.*-confg$'
|
|
- '.*\\.cfg$'
|
|
- 'startup-config'
|
|
- 'running-config'
|
|
emits:
|
|
- tactic: TA0009
|
|
technique_id: T1602
|
|
sub_technique_id: T1602.002
|
|
confidence: 0.9
|
|
evidence_fields:
|
|
- tftp_filename
|
|
- source_host
|