| name | T1098.006_additional-container-cluster-roles |
| description | An adversary may add additional roles or permissions to an adversary-controlled user or service account to maintain persistent access to a container orchestration system. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1098.006","persistence","privilege-escalation","containers","sub-technique"] |
| technique_id | T1098.006 |
| tactic | persistence |
| all_tactics | ["persistence","privilege-escalation"] |
| platforms | ["Containers"] |
| mitre_url | https://attack.mitre.org/techniques/T1098/006 |
| tech_stack | ["containers"] |
| cwe_ids | ["CWE-276"] |
| chains_with | ["T1098","T1098.001","T1098.002","T1098.003","T1098.004","T1098.005","T1098.007"] |
| prerequisites | ["T1098"] |
| severity_boost | {"T1098":"Chain with T1098 for deeper attack path","T1098.001":"Chain with T1098.001 for deeper attack path","T1098.002":"Chain with T1098.002 for deeper attack path"} |
T1098.006 Additional Container Cluster Roles
Sub-technique of: T1098
High-Level Description
An adversary may add additional roles or permissions to an adversary-controlled user or service account to maintain persistent access to a container orchestration system. For example, an adversary with sufficient permissions may create a RoleBinding or a ClusterRoleBinding to bind a Role or ClusterRole to a Kubernetes account. Where attribute-based access control (ABAC) is in use, an adversary with sufficient permissions may modify a Kubernetes ABAC policy to give the target account additional permissions.
This account modification may immediately follow Create Account or other malicious account activity. Adversaries may also modify existing Valid Accounts that they have compromised.
Note that where container orchestration systems are deployed in cloud environments, as with Google Kubernetes Engine, Amazon Elastic Kubernetes Service, and Azure Kubernetes Service, cloud-based role-based access control (RBAC) assignments or ABAC policies can often be used in place of or in addition to local permission assignments. In these cases, this technique may be used in conjunction with Additional Cloud Roles.
Kill Chain Phase
- Persistence (TA0003)
- Privilege Escalation (TA0004)
Platforms: Containers
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Additional Container Cluster Roles by examining the target platforms (Containers).
-
Assess Existing Defenses: Review whether mitigations for T1098.006 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
-
Execute Test: Use tools and methods described in the MITRE ATT&CK page and external references below.
Note: No Atomic Red Team tests available for this technique. See Atomic Red Team GitHub for updates.