T1613: Container and Resource Discovery
Adversaries may attempt to discover containers and other resources that are available within a containers environment. Other resources may include images, deployments, pods, nodes, and other information such as the status of a cluster.
These resources can be viewed within web applications such as the Kubernetes dashboard or can be queried via the Docker and Kubernetes APIs. In Docker, logs may leak information about the environment, such as the environment’s configuration, which services are available, and what cloud provider the victim may be utilizing. The discovery of these resources may inform an adversary’s next steps in the environment, such as how to perform lateral movement and which methods to utilize for execution.
Positive Technologies products that cover the technique
MaxPatrol SIEM knowledge base
Monitoring of process-start events where command line input contains 'docker ps', 'docker inspect', or URL requests to /containers/json.
Expert Required. The technique is detected only with the combination of «PT Product + Expert»
Detection
ID | DS0014 | Data source and component | Pod: Pod Enumeration | Description | Monitor logs for actions that could be taken to gather information about pods, including the use of discovery API calls by new or unexpected users. Monitor account activity logs to see actions performed and activity associated with the Kubernetes dashboard and other web applications. |
---|
ID | DS0032 | Data source and component | Container: Container Enumeration | Description | Monitor logs for actions that could be taken to gather information about container infrastructure, including the use of discovery API calls by new or unexpected users. Monitor account activity logs to see actions performed and activity associated with the Kubernetes dashboard and other web applications. |
---|
Mitigation
ID | M1030 | Name | Network Segmentation | Description | Deny direct remote access to internal systems through the use of network proxies, gateways, and firewalls. |
---|
ID | M1035 | Name | Limit Access to Resource Over Network | Description | Limit communications with the container service to managed and secured channels, such as local Unix sockets or remote access via SSH. Require secure port access to communicate with the APIs over TLS by disabling unauthenticated access to the Docker API and Kubernetes API Server. In Kubernetes clusters deployed in cloud environments, use native cloud platform features to restrict the IP ranges that are permitted to access to API server. Where possible, consider enabling just-in-time (JIT) access to the Kubernetes API to place additional restrictions on access. |
---|
ID | M1018 | Name | User Account Management | Description | Enforce the principle of least privilege by limiting dashboard visibility to only the required users. When using Kubernetes, avoid giving users wildcard permissions or adding users to the |
---|