Gampass
Overview
Trojan-PSW:Win32/Gampass is a specialized credential stealer designed specifically to target the lucrative online gaming market. Unlike traditional banking trojans, Gampass targets authentication credentials for platforms like Steam, Origin, Battle.net, and specific MMOs (e.g., World of Warcraft). The attacker's goal is to hijack the accounts to steal and sell valuable virtual items, in-game currency, or the accounts themselves on gray-market forums (`T1552`).
Understanding Gampass (Gaming Credential Stealers)
To an end-user, the infection often goes unnoticed until they attempt to log into their game and find their password changed or their virtual inventory emptied. For threat intelligence, Gampass represents a massive, highly organized underground economy. Because gaming platforms historically had weaker Two-Factor Authentication (2FA) adoption than banks, they became prime targets for rapid monetization.
Execution and Theft Mechanics
Gampass is usually distributed via gaming-related channels: fake 'cheats', 'aimbots', 'currency generators', or malicious links posted in gaming Discord servers or forums (`T1566.002`). Upon execution, the trojan rarely attempts deep persistence. Instead, it immediately scans the file system for specific registry keys, configuration files (`.vdf` files for Steam), or session tokens associated with targeted gaming clients (`T1005`). It also implements keylogging (`T1056.001`) to capture the username and password when the user next logs into the game client. The stolen data is quickly exfiltrated to a C2 server.
Indicators of Compromise & Impact
The impact is the loss of the gaming account and associated virtual assets, which can represent significant real-world monetary value. Host-based IoCs include EDR alerts for unknown executables accessing the specific installation directories of gaming clients (e.g., `C:\Program Files (x86)\Steam`), unauthorized API hooking of keyboard input (`SetWindowsHookEx`), and the rapid creation and deletion of temporary files used for staging stolen data. Network IoCs involve outbound HTTP/FTP traffic to exfiltrate the credentials.
MITRE ATT&CK Techniques
Observed techniques used by this family, mapped to the MITRE ATT&CK framework:
Tactical Mitigations
Based on the techniques used by this family, consider the following defensive strategies:
- T1056.001: Implement Endpoint Detection and Response (EDR) to monitor for suspicious API calls related to keystroke interception. Enforce Multi-Factor Authentication (MFA) to render stolen passwords useless.
Generated Detections (Boilerplate)
These YARA and Sigma rules are auto-generated based on the family name and aliases. They must be heavily tuned before deployment in a production environment.
YARA Rule
rule MALWARE_WIN_GAMPASS {
meta:
description = "Detects Gampass (trojan)"
author = "SystemHelpdesk Boilerplate Generator"
date = "2026-07-06"
strings:
$s1 = "gampass" ascii wide nocase
condition:
uint16(0) == 0x5a4d and any of them
}Sigma Rule
title: Suspicious Gampass Activity
id: bb7a311493ceb6f1f629ca73a9ad4dfa
status: experimental
description: Detects generic indicators of the gampass malware family.
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
CommandLine|contains:
- "*gampass*"
condition: selection
level: mediumContainment & Response Steps
Ordered checklist for responders. Adapt to your environment and engage professional support for active incidents.
- Isolate the infected machine and run a full anti-malware scan to remove the keylogger and credential stealing components.
- The victim MUST initiate account recovery procedures with the affected gaming platforms from a *different, clean device*.
- Enable Two-Factor Authentication (2FA/MFA) on all gaming platforms and associated email accounts.
- Educate users (especially younger demographics) about the severe risks of downloading 'cheats', 'cracks', or 'free currency' generators.
What to Avoid
Common mistakes during response to this family that can destroy evidence, spread the infection, or worsen recovery.
- Do not attempt to change passwords on the infected machine, as the keylogger will simply capture the new password.
- Avoid reusing the same password across multiple gaming platforms, as a compromise on one will lead to a credential stuffing attack on the others.
References & External Analysis
- Search "gampass" on VirusTotal (External Analysis)
Frequently Asked Questions
How do I remove the Gampass Trojan from Windows?
Manual removal of Gampass is highly discouraged as it may leave persistence mechanisms intact. We recommend disconnecting the device from the internet and utilizing a professional incident response service or enterprise-grade EDR software to conduct a full forensic sweep.
Is Gampass a virus or a Trojan?
Gampass is classified as a Trojan. Unlike traditional viruses that infect files, modern malware like Gampass typically operates as a standalone payload designed to compromise systems, steal data, or deploy secondary stage implants.
What are the main symptoms of a Gampass infection?
Symptoms of Gampass can include unexpected system slowness, unauthorized outbound network traffic to unknown IP addresses, disabled security software, and suspicious background processes running from AppData or Temp directories.
Related Families (Category: trojan)
Explore other malware families in the same category:
Protect Your Network Against Trojans
Want to prevent Gampass and similar threats from compromising your organization? Read our comprehensive defensive guide: Banking Trojan Protection.
Machine-readable
Get this profile as JSON: https://jordan123234-malware-families-explorer.static.hf.space/api/gampass.json
Ecosystem & Interactive Environments
This profile is part of the Malware Families Catalog, a public dataset of 2,899 malware families. The catalog is also published across our ecosystem: Hugging Face, Kaggle, Zenodo, Replit, StackBlitz, CodeSandbox, and CodePen.