| name | T1606_forge-web-credentials |
| description | Adversaries may forge credential materials that can be used to gain access to web applications or Internet services. |
| category | authentication |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1606","credential-access","saas","windows","macos","linux","iaas","office-suite","identity-provider"] |
| technique_id | T1606 |
| tactic | credential-access |
| all_tactics | ["credential-access"] |
| platforms | ["SaaS","Windows","macOS","Linux","IaaS","Office Suite","Identity Provider"] |
| mitre_url | https://attack.mitre.org/techniques/T1606 |
| tech_stack | ["saas","windows","macos","linux","cloud","office","identity"] |
| cwe_ids | ["CWE-522"] |
| chains_with | ["T1606.001","T1606.002"] |
| prerequisites | [] |
| severity_boost | {"T1606.001":"Chain with T1606.001 for deeper attack path","T1606.002":"Chain with T1606.002 for deeper attack path"} |
T1606 Forge Web Credentials
High-Level Description
Adversaries may forge credential materials that can be used to gain access to web applications or Internet services. Web applications and services (hosted in cloud SaaS environments or on-premise servers) often use session cookies, tokens, or other materials to authenticate and authorize user access.
Adversaries may generate these credential materials in order to gain access to web resources. This differs from Steal Web Session Cookie, Steal Application Access Token, and other similar behaviors in that the credentials are new and forged by the adversary, rather than stolen or intercepted from legitimate users.
The generation of web credentials often requires secret values, such as passwords, Private Keys, or other cryptographic seed values. Adversaries may also forge tokens by taking advantage of features such as the AssumeRole and GetFederationToken APIs in AWS, which allow users to request temporary security credentials (i.e., Temporary Elevated Cloud Access), or the zmprov gdpak command in Zimbra, which generates a pre-authentication key that can be used to generate tokens for any user in the domain.
Once forged, adversaries may use these web credentials to access resources (ex: Use Alternate Authentication Material), which may bypass multi-factor and other authentication protection mechanisms.
Kill Chain Phase
- Credential Access (TA0006)
Platforms: SaaS, Windows, macOS, Linux, IaaS, Office Suite, Identity Provider
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Forge Web Credentials by examining the target platforms (SaaS, Windows, macOS).
-
Assess Existing Defenses: Review whether mitigations for T1606 are in place. If defenses are absent or misconfigured, this technique may be exploitable.