Adversaries may forge web cookies that can be used to gain access to web applications or Internet services.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CyberStrikeus/CyberStrike --skill T1606.001_web-cookies --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of T1606.001 Web Cookies?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cyberstrikeus-t1606-001-web-cookies)More formats (shields.io, HTML) on the badges page.
---
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
- [ ] Identify if Web Cookies technique is applicable to target environment
- [ ] Check Linux systems for indicators of Web Cookies
- [ ] Check macOS systems for indicators of Web Cookies
- [ ] Check Windows systems for indicators of Web Cookies
- [ ] Verify mitigations are bypassed or absent (2 known mitigations)
- [ ] Assess detection coverage (1 detection strategies)
## How to Test
### Manual Testing
1. **Identify Attack Surface**: Determine if the target environment is susceptible to Web Cookies by examining the target platforms (Linux, macOS, Windows).
2. **Assess Existing Defenses**: Review whether mitigations for T1606.001 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
3. **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](https://github.com/redcanaryco/atomic-red-team) for updates.
## Remediation Guide
### M1047 Audit
Administrators should perform an audit of all access lists and the permissions they have been granted to access web applications and services. This should be done extensively on all resources in order to establish a baseline, followed up on with periodic audits of new or updated resources. Suspicious accounts/credentials should be investigated and removed.
### M1054 Software Configuration
Configure browsers/applications to regularly delete persistent web cookies.
## Detection
### Detection Strategy for Forged Web Cookies
## Risk Assessment
| Finding | Severity | Impact |
| -------------------------------- | -------- | ----------------- |
| Web Cookies technique applicable | Low | Credential Access |
## CWE Categories
| CWE ID | Title |
| ------- | ------------------------------------ |
| CWE-522 | Insufficiently Protected Credentials |
## References
- [Volexity SolarWinds](https://www.volexity.com/blog/2020/12/14/dark-halo-leverages-solarwinds-compromise-to-breach-organizations/)
- [Unit 42 Mac Crypto Cookies January 2019](https://unit42.paloaltonetworks.com/mac-malware-steals-cryptocurrency-exchanges-cookies/)
- [Pass The Cookie](https://wunderwuzzi23.github.io/blog/passthecookie.html)
- [Atomic Red Team - T1606.001](https://github.com/redcanaryco/atomic-red-team/tree/master/atomics/T1606.001)
- [MITRE ATT&CK - T1606.001](https://attack.mitre.org/techniques/T1606/001)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!