kevmap

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

CVEVendor / productMapping typeStateAdded
CVE-2023-34192Synacor Zimbra Collaboration Suite (ZCS) secondary impact Mapped2025-02-25
CVE-2012-0767Adobe Flash Player primary impact Mapped2022-06-08
CVE-2022-24682Synacor Zimbra Collaborate Suite (ZCS) secondary impact Mapped2022-02-25

Detection strategy · ATT&CK Enterprise v19.2

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
Techniques: T1185T1564.003
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
Techniques: T1185