Has used malware to exfiltrate cloud secrets from targeted environments including AWS, GCP, and Azure.1234
Cloud Secrets Management Stores T1555.006
- Tactic
- Credential Access
- Platform
- IaaS
- Version
- 1.0
- Created
- 25 September 2023
- Last modified
- 12 May 2026
- Contributor
- Martin McCloskey, Datadog
Adversaries may acquire credentials from cloud-native secret management solutions such as AWS Secrets Manager, GCP Secret Manager, Azure Key Vault, and Terraform Vault.
Cloud Secrets Management Stores MITRE reference T1555.006
3 groups have been recorded using this technique. Newest first; each entry carries MITRE’s procedure text and a link to the group’s full record. Click a name to filter the rules below.
Has utilized Azure Key Vault to store the encryption key using the operation Microsoft.KeyVault/Vaults/write.1
Has moved laterally from on-premises environments to steal passwords from Azure key vaults.1
All 3 groups for this technique
6 software entries are documented implementing this technique. MITRE files each as a tool or as malware; newest first, then by how many groups carry them.
Has captured credentials stored in cloud secret stores.12345
Has gathered credentials from Amazon Web Services (AWS), Google Cloud Platform (GCP), and Microsoft Azure.1
Can enumerate multiple filesystem paths to extract credentials for AWS, GCP, and Azure including Identity Access Management (IAM) credentials.123455678
Can obtain secrets from AWS Secrets and GCP Secret Manager.12 TruffleHog has also gathered passwords, secrets and API keys from source repositories, .env files, and git history.3
Has gathered secrets from AWS Secrets and GCP Secret Manager.123 Shai-Hulud has also gathered data from Azure Key Vault.23
Can retrieve secrets from the AWS Secrets Manager via the enum_secrets module.1
All 6 software entries for this technique
Offense vs defense T1555.006
Is defensive coverage keeping up with adversary use? Eight counts, each ranked against all 697 ATT&CK techniques. Attack sits left, defense right, so a shape leaning left means adversaries are better documented here than defenders are equipped. Hover any spoke for its percentile and the share of techniques that have more. The timeline below shows when each side arrived.
Cloud Secrets Management Stores detection strategy DET0130
MITRE names one behaviour worth catching for this technique and breaks it into 1 analytic, one per platform. Each carries the log sources it needs and the fields you tune per environment.
Detect Unauthorized Access to Cloud Secrets Management Stores
AN0366 · IaaS
Detection of suspicious access to cloud-native secret management systems (AWS Secrets Manager, GCP Secret Manager, Azure Key Vault, HashiCorp Vault). Focuses on abnormal secret retrieval activity, such as secrets being accessed by unusual identities, from unexpected regions, outside business hours, or at high volume. Correlates API calls to secret retrieval with surrounding authentication events, role assumptions, and anomalous execution patterns.
Log sources
The data this analytic draws on. You do not need every component — each one you already collect covers part of it. Each links to its ATT&CK record.
| Data component | Name | Channel |
|---|---|---|
| Cloud Service EnumerationDC0083 | AWS:CloudTrail | GetSecretValue |
Tunable fields
MITRE calls these the analytic’s mutable elements: the thresholds and filters you set for your own environment.
| Field | What you tune |
|---|---|
| PrivilegedRoles | Set of accounts or roles allowed to retrieve secrets; deviations may indicate misuse. |
| TimeWindow | Temporal window to correlate secret access with authentication and anomalous context. |
| AccessPatterns | Expected frequency and volume of secret retrievals per user/service; anomalies may indicate exfiltration. |
| RegionConstraints | Regions in which secret access is expected; access from unusual geographies may indicate compromise. |
Limit the number of cloud accounts and services with permission to query the secrets manager to only those required. Ensure that accounts and services with permissions to query the secrets manager only have access to the secrets they require.
Tests from Atomic Red Team (MIT licence) · technique definition