{
  "technique_id": "T1609",
  "name": "Container Administration Command",
  "tactics": [
    "Execution"
  ],
  "platforms": [
    "Containers"
  ],
  "summary": "Adversaries may abuse a container administration service to execute commands within a container. A container administration service such as the Docker daemon, the Kubernetes API server, or the kubelet may allow remote management of containers within an environment. In Docker, adversaries may specify an entrypoint during container deployment that executes a script or command, or they may use a command such as <code>docker exec</code> to execute a command within a running container...",
  "generated_by": "SOC Response Atlas by Basyrix"
}