Techniques › T1185
T1185 Browser Session Hijacking
collection — Windows · attack.mitre.org · JSON
1
MITRE detection strategy
1
analytics
2
Sigma rules tagged attack.t1185
3
KEV CVEs mapped here
<p>Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.</p><p>A specific example is when an adversary injects software into a browser that allows them to inherit cookies, HTTP sessions, and SSL client certificates of a user then use the browser as a way to pivot into an authenticated intranet. Executing browser-based behaviors such as pivoting may require specific process permissions, such as <code>SeDebugPrivilege</code> and/or high-integrity/administrator rights.</p><p>Another example involves pivoting browser traffic from the adversary's browser through the user's browser by setting up a proxy which will redirect web traffic. This does not alter the user's traffic in any way, and the proxy connection can be severed as soon as the browser is closed. The adversary assumes the security context of whichever browser process the proxy is injected into. Browsers typically create a new process for each tab that is opened and permissions and certificates are separated accordingly. With these permissions, an adversary could potentially browse to any resource on an intranet, such as Sharepoint or webmail, that is accessible through the browser and which the browser has sufficient permissions. Browser pivoting may also bypass security provided by 2-factor authentication.</p>
KEV CVEs mapped to this technique · CTID Mappings Explorer
| CVE | Vendor / product | Mapping type | State | Added |
|---|---|---|---|---|
| CVE-2023-34192 | Synacor Zimbra Collaboration Suite (ZCS) | secondary impact | Mapped | 2025-02-25 |
| CVE-2012-0767 | Adobe Flash Player | primary impact | Mapped | 2022-06-08 |
| CVE-2022-24682 | Synacor Zimbra Collaborate Suite (ZCS) | secondary impact | Mapped | 2022-02-25 |
Detection strategy · ATT&CK Enterprise v19.2
- DET0507 Detect browser session hijacking via privilege, handle access, and remote thread into browsers v1.0
AN1398 WindowsAdversary gains high integrity or special privileges (e.g., SeDebugPrivilege), locates a running browser process, opens it with write/inject rights, and modifies it (e.g., CreateRemoteThread / DLL load) to inherit cookies/tokens or establish a browser pivot. Optional step: create a new logon session or use explicit credentials, then drive the victim browser to intranet resources.Tunable:
BrowserListAccessMaskSetSignerAllowListInternalCIDRTimeWindowParentAllowListUserContext
Sigma rules · SigmaHQ da9bb07d64, tag attack.t1185
Author: Nasreddine Bencherchali (Nextron Systems)
· 2022-12-23 · logsource: product=windows category=process_creation · 3e8207c5-fcd2-4ea6-9418-15d45b4890e4
Detects chromium based browsers starting in headless and debugging mode and pointing to a user profile. This could be a sign of data stealing or remote control
Author: pH-T (Nextron Systems), Nasreddine Bencherchali (Nextron Systems)
· 2022-07-27 (modified 2022-12-23) · logsource: product=windows category=process_creation · b3d34dc5-2efd-4ae3-845f-8ec14921f449
Detects browsers starting with the remote debugging flags. Which is a technique often used to perform browser injection attacks