| name | T1555.006_cloud-secrets-management-stores |
| description | Adversaries may acquire credentials from cloud-native secret management solutions such as AWS Secrets Manager, GCP Secret Manager, Azure Key Vault, and Terraform Vault. |
| category | authentication |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1555.006","credential-access","iaas","sub-technique"] |
| technique_id | T1555.006 |
| tactic | credential-access |
| all_tactics | ["credential-access"] |
| platforms | ["IaaS"] |
| mitre_url | https://attack.mitre.org/techniques/T1555/006 |
| tech_stack | ["cloud"] |
| cwe_ids | ["CWE-522"] |
| chains_with | ["T1555","T1555.001","T1555.002","T1555.003","T1555.004","T1555.005"] |
| prerequisites | ["T1555"] |
| severity_boost | {"T1555":"Chain with T1555 for deeper attack path","T1555.001":"Chain with T1555.001 for deeper attack path","T1555.002":"Chain with T1555.002 for deeper attack path"} |
T1555.006 Cloud Secrets Management Stores
Sub-technique of: T1555
High-Level Description
Adversaries may acquire credentials from cloud-native secret management solutions such as AWS Secrets Manager, GCP Secret Manager, Azure Key Vault, and Terraform Vault.
Secrets managers support the secure centralized management of passwords, API keys, and other credential material. Where secrets managers are in use, cloud services can dynamically acquire credentials via API requests rather than accessing secrets insecurely stored in plain text files or environment variables.
If an adversary is able to gain sufficient privileges in a cloud environment – for example, by obtaining the credentials of high-privileged Cloud Accounts or compromising a service that has permission to retrieve secrets – they may be able to request secrets from the secrets manager. This can be accomplished via commands such as get-secret-value in AWS, gcloud secrets describe in GCP, and az key vault secret show in Azure.
Note: this technique is distinct from Cloud Instance Metadata API in that the credentials are being directly requested from the cloud secrets manager, rather than through the medium of the instance metadata API.
Kill Chain Phase
- Credential Access (TA0006)
Platforms: IaaS
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Cloud Secrets Management Stores by examining the target platforms (IaaS).
-
Assess Existing Defenses: Review whether mitigations for T1555.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 for updates.