Threat Summary: Steam Session Hijacking Malware via MITM Proxy and CEF Debugger Abuse
Source: Independent security researcher. Discovered during active malware removal.
Overview
A malware strain targeting Steam users was identified during a malware removal engagement. It intercepts Steam's network traffic and patches the Steam client window in real time, presenting a convincing fake suspension notice designed to coerce the victim into interacting with an attacker-controlled account. The deception is visually indistinguishable from a legitimate Steam UI event. Internal comments and changelog artifacts within the malware suggest it was developed using AI-assisted tooling.
Technical Mechanism
The malware installs mitmproxy, plants a trusted certificate into the system store, and redirects local traffic to
127.0.0.1:8888. Steam is forced to launch with the
-cef-enable-debugging argument, allowing the malware to attach as a debugger to Steam's Chromium Embedded Framework (CEF) process. Steam cannot start without the malware debugger present. Through this attachment, the malware reads active session tokens, inventory and account status data, intercepts and logs network requests, and patches the Steam window DOM in real time.
Persistence and Defense Evasion
Persistence is achieved via a VBS script executing on every startup. The malware adds Windows Defender exclusions, disables Defender entirely, and disables Smart App Control (SAC).
C2 Telemetry
On each execution, an extended information beacon is transmitted to attacker-controlled C2 infrastructure, along with a maintained log of all intercepted Steam requests.
Victim-Reported Symptoms
The victim reported inability to launch games, intermittent login failures, repeated unsolicited blocking of friends, and unauthorized profile picture changes. All anomalous UI elements appeared authentic due to real-time window patching.
Remediation
Full remediation was achieved; the victim regained normal Steam login and gameplay functionality.
Indicators of Compromise
| Type | Value |
|---|
| IP Address | 23.145.248.106 |
| Domain | supchat[.]lol |
| SHA-256 | a4ebfbf6c0d932bc13f8d1f1f74dcd08b3e92036c6d7936b1dbd9c2998c077d3 |
| SHA-256 | 82685abd251e0547cb4bd2e4f95b70481dcdbae8ec70399ebe45e73b15e36652 |
| SHA-256 | 081531b8c7f808d54eb1e313acb12ed6fd18b470b838c0e4d24201057b95abac |
| SHA-256 | c8abe758ccee10d8b10fb6aad78fd8729eb843674518da82a7bf93597d03173a |
VirusTotal detections available for all IoCs.