T1606: Forge Web Credentials
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.[1] 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.[2][3]
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.[4][5][6]
Analyst context for executives and security teams
Forge Web Credentials matters because an attacker who can create valid-looking cookies, tokens, or federation credentials may access web, SaaS, cloud, or identity-backed services without stealing a user’s current password or session. For leaders, the key issue is whether the organization can prove that web credentials are only issued by trusted systems, with controlled signing secrets, monitored token creation paths, and enough audit history to investigate suspicious access.
Executive priority
Prioritize this as an identity and cloud resilience issue, not just a web application issue. The ATT&CK object covers SaaS, IaaS, Office Suite, Identity Provider, and major endpoint platforms, so coverage depends on coordinated ownership across IAM, cloud, application, and SOC teams. Executives should ask whether token-signing materials, pre-authentication keys, temporary credential APIs, and privileged role paths are governed, audited, and reviewed as high-risk access mechanisms. This is especially important for incident response because forged credentials may bypass MFA and can make access appear authenticated unless token issuance and use are correlated.
Technical view
SOC and detection teams should validate whether they can connect credential use back to legitimate issuance. Useful analysis includes comparing SAML tokens, cookies, temporary cloud credentials, and application tokens against authoritative IdP, SaaS, cloud API, and application logs. Pay particular attention to token claims, lifetimes, role assumptions, federation token requests, signing certificate or private key access, and administrative commands or configurations that can generate pre-authentication material. Because ATT&CK provides no official detection text for T1606, teams should use the related DET0260 detection strategy as a planning reference but confirm detection logic locally.
Likely telemetry
- Identity provider authentication, federation, token issuance, and administrative audit logs
- SaaS and Office Suite audit logs showing session creation, token use, user impersonation, and administrative changes
- Cloud control-plane logs for temporary credential requests such as role assumption or federation token activity
- Application and web server authentication/session logs, including cookie or token validation events where available
- Certificate, private key, secret store, and signing material access or configuration audit logs
Detection direction
- Validate that token or cookie use can be correlated to an expected issuance event from the IdP, cloud provider, SaaS platform, or application.
- Hunt for unusual token claims, excessive lifetimes, unexpected roles, anomalous user-agent/source patterns, or access that continues despite normal authentication controls.
- Monitor creation, access, export, or modification of token-signing certificates, private keys, pre-authentication keys, and other cryptographic seed material.
- Review cloud API activity for legitimate but high-risk temporary credential generation paths, including role assumption and federation token requests.
- Tune detections to account for legitimate automation, federation workflows, service accounts, and administrative maintenance to reduce false positives.
Mitigation priorities
- Enforce user account management and least privilege so users and service accounts cannot request or mint broader web credentials than required.
- Apply privileged account management to administrators, token-signing infrastructure, federation configuration, cloud roles, and systems that store private keys or pre-authentication material.
- Strengthen auditing for identity providers, SaaS applications, cloud control planes, application servers, and secret or certificate stores; ensure logs support incident reconstruction.
- Review software configuration for token lifetimes, signing settings, federation trust, pre-authentication features, and temporary credential policies where those controls are available.
- Regularly review account, role, and trust relationships to remove stale permissions that could enable forged credential creation or misuse.
Analyst notes and limits
This technique is a parent for Web Cookies and SAML Tokens, so local scoping should start with the organization’s actual web authentication architecture: IdP, SaaS platforms, IaaS providers, Office Suite integrations, and internally hosted applications. The related mitigations point to account management, privileged account management, auditing, and software configuration as the main defensive levers. The most important analytic question is whether a credential presented to a service can be traced to a legitimate issuance path.
The supplied ATT&CK object does not include official detection text, procedure examples, or platform-specific detection logic. The telemetry and control guidance above is inferred from the official description, platforms, external references, and stated mitigation/detection relationships. Local validation is required to determine which logs exist, how long they are retained, and whether token issuance and token use can actually be correlated.
Forge Web Credentials
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.[1] 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.[2][3]
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.[4][5][6]
How security teams should use this page
Treat this object as behavior context, not an attribution claim. Validate the related groups, software, data sources, and mitigations against official ATT&CK relationships and your own telemetry before making control-coverage decisions.
Related techniques
This mirrors the MITRE pattern of making group, software, campaign, and technique relationships scannable. Relationship notes come from mirrored ATT&CK relationship text when available.
| Domain | ID | Name | Relationship / procedure |
|---|---|---|---|
| Enterprise | T1606.001 | Web Cookies Sub-technique | Web Cookies subtechnique of this object. |
| Enterprise | T1606.002 | SAML Tokens Sub-technique | SAML Tokens subtechnique of this object. |
All related ATT&CK context
Mitigation direction
Object version and sync metadata
The fields below describe the current mirrored snapshot. When Glexia retains multiple ATT&CK source imports, you can open the table to compare the same object across releases (hashes and MITRE timestamps). For MITRE’s own release notes and roadmap, see ATT&CK resources — Updates .
Imported snapshots across ATT&CK releases (1)
| Release | Bundle imported | Object version | Modified | Status | Raw hash |
|---|---|---|---|---|---|
| 19.1 | 1.5 | Current bundle | a82f06fe58fa… |
Mirrored ATT&CK source object
The raw object is retained through the mirrored ATT&CK source bundle and object hash. The raw endpoint returns the exact object from the mirrored bundle when available.
External references and citations
MITRE external references are preserved separately from Glexia analysis so citations remain traceable to their original source records.
-
[1]
GitHub AWS-ADFS-Credential-Generator
Damian Hickey. (2017, January 28). AWS-ADFS-Credential-Generator. Retrieved September 27, 2024.
Open source URL -
[2]
AWS Temporary Security Credentials
AWS. (n.d.). Requesting temporary security credentials. Retrieved April 1, 2022.
Open source URL -
[3]
Zimbra Preauth
Zimbra. (2023, March 16). Preauth. Retrieved May 31, 2023.
Open source URL -
[4]
Pass The Cookie
Rehberger, J. (2018, December). Pivot to the Cloud using Pass the Cookie. Retrieved April 5, 2019.
Open source URL -
[5]
Unit 42 Mac Crypto Cookies January 2019
Chen, Y., Hu, W., Xu, Z., et. al. (2019, January 31). Mac Malware Steals Cryptocurrency Exchanges’ Cookies. Retrieved October 14, 2019.
Open source URL -
[6]
Microsoft SolarWinds Customer Guidance
MSRC. (2020, December 13). Customer Guidance on Recent Nation-State Cyber Attacks. Retrieved December 17, 2020.
Open source URL -
[7]
mitre-attack T1606Open source URL
Source: MITRE ATT&CK®. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation. Glexia is not affiliated with or endorsed by MITRE.