Techniques › T1525 › AN0946
AN0946 Analytic 0946
Containers · attack.mitre.org · ATT&CK Enterprise v19.2
<p>Implantation of malicious code into container images followed by registry push and use in new deployments.</p>
- Detects
- T1525 Implant Internal Image
- Part of
- DET0334 Detection Strategy for T1525 – Implant Internal Image
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 source | Channel | Data component |
|---|---|---|
| docker:daemon | docker build or docker commit commands followed by docker push to internal registry | DC0015 Image Creation |
| docker:registry | push event of new image version from unrecognized user or context | DC0036 Image Modification |
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.
| Field | Description |
|---|---|
TimeWindow | Time threshold between image creation and use in deployment – typically rapid in adversarial activity. |
UserContext | The expected users or service accounts performing image pushes. |
RegistryNameRegex | Expected naming patterns for trusted registries. |