kevmap

TechniquesT1610 › AN0693

AN0693 Analytic 0693

Containers · attack.mitre.org · ATT&CK Enterprise v19.2

<p>Remote/API driven creation and start of a container whose image is not on an allow‑list (or is tagged latest), executed by a non-admin principal, and/or started with risky runtime attributes (e.g., --privileged, host PID/NET namespaces, sensitive host path mounts, capability adds). Correlates createstart ➜ first network/process actions from that container within a short time window.</p>
Detects
T1610 Deploy Container
Part of
DET0249 Behavior-chain detection for T1610 Deploy Container across Docker & Kubernetes control/node planes

Log sources and channels

Exactly as MITRE states them in x_mitre_log_source_references. Where a channel is vague, it is vague in the source; kevmap does not tidy it.

Log sourceChannelData component
docker:daemoncontainer_create,container_startDC0038 Application Log Content
containerd:runtimeCRI CreateContainer/StartContainer with privileged=true OR added capabilities OR host* namespacesDC0077 Container Start
ebpf:syscallsprocess execution or network connect from just-created container PID namespaceDC0032 Process Creation
docker:eventsremote API calls to /containers/create or /containers/{id}/startDC0085 Network Traffic Content

Mutable elements

Parameters MITRE marks as environment-specific. These are the knobs you are expected to tune; they are why an analytic is not a rule.

FieldDescription
known_imagesEnvironment-specific allow-list of approved images (with digests).
known_adminsService accounts or CI/CD users permitted to deploy containers.
TimeWindowMax time between create, start, and first activity to consider events causally linked (default 5m).
RiskThresholdMinimum number of risky attributes (e.g., unknown image + privileged) to alert.
PrivilegedFlagsSet of runtime flags considered high risk (e.g., --privileged, --cap-add=SYS_ADMIN, hostPID, hostNetwork, /var/run/docker.sock mount).