Files
DECNET/rules/ttp/R0035.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

22 lines
449 B
YAML

rule_id: R0035
rule_version: 1
name: db_mass_read
description: |
SELECT/COPY/RETR pulling many rows or whole tables from a DB
honeypot. BehavioralLifter (E.3.9) reads the per-session
query-byte aggregate.
applies_to:
- session
match:
kind: lifter:behavioral_db_mass_read
min_rows: 10000
min_bytes: 5242880
emits:
- tactic: TA0009
technique_id: T1213
confidence: 0.85
evidence_fields:
- service
- rows_read
- bytes_read