| name | T1606.001_web-cookies |
| description | Adversaries may forge web cookies 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.001","credential-access","linux","macos","windows","saas","iaas","sub-technique"] |
| technique_id | T1606.001 |
| tactic | credential-access |
| all_tactics | ["credential-access"] |
| platforms | ["Linux","macOS","Windows","SaaS","IaaS"] |
| mitre_url | https://attack.mitre.org/techniques/T1606/001 |
| tech_stack | ["linux","macos","windows","saas","cloud"] |
| cwe_ids | ["CWE-522"] |
| chains_with | ["T1606","T1606.002"] |
| prerequisites | ["T1606"] |
| severity_boost | {"T1606":"Chain with T1606 for deeper attack path","T1606.002":"Chain with T1606.002 for deeper attack path"} |
T1606.001 Web Cookies
Sub-technique of: T1606
High-Level Description
Adversaries may forge web cookies 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 to authenticate and authorize user access.
Adversaries may generate these cookies in order to gain access to web resources. This differs from Steal Web Session Cookie and other similar behaviors in that the cookies are new and forged by the adversary, rather than stolen or intercepted from legitimate users. Most common web applications have standardized and documented cookie values that can be generated using provided tools or interfaces. The generation of web cookies often requires secret values, such as passwords, Private Keys, or other cryptographic seed values.
Once forged, adversaries may use these web cookies to access resources (Web Session Cookie), which may bypass multi-factor and other authentication protection mechanisms.
Kill Chain Phase
- Credential Access (TA0006)
Platforms: Linux, macOS, Windows, SaaS, IaaS
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Web Cookies by examining the target platforms (Linux, macOS, Windows).
-
Assess Existing Defenses: Review whether mitigations for T1606.001 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.