{
  "family": "onlineg",
  "sample_count": 1,
  "category": "advanced_threat",
  "description": "Adware/PUP:Win32/Onlineg (or 'Online Games') refers to malicious payloads bundled with or masquerading as free online games, game cheats, 'trainers', or mod installers. This is a massive distribution vector for malware, targeting a demographic that frequently disables antivirus software in order to run 'cracked' executables (`T1204.002`). The payloads range from simple adware to severe InfoStealers and Cryptominers.<br><br><b>Understanding Onlineg (Game-Bundled Malware)</b><br>To an end-user, they believe they are downloading a cheat for a popular multiplayer game. Upon executing the file, the game cheat may actually work, but a silent, malicious payload is installed in the background. For a security team, Onlineg represents a significant risk, particularly with the rise of BYOD (Bring Your Own Device) and remote work, where users may install game cheats on machines containing corporate credentials.<br><br><b>Execution and Distribution Mechanics</b><br>Onlineg is primarily distributed via YouTube videos demonstrating the 'cheat' with a link in the description, or via untrustworthy peer-to-peer (P2P) networks. Upon execution, the malware relies on User Execution (`T1204.002`). Because users are accustomed to game cracks requiring administrative privileges, they willingly click through UAC prompts. The malware establishes persistence via the Registry Run keys. It frequently installs a hidden Cryptominer (`T1496`) (since gaming PCs have powerful GPUs) or an InfoStealer (like RedLine) to harvest saved browser passwords and cryptocurrency wallets (`T1552.001`).<br><br><b>Indicators of Compromise & Impact</b><br>The impact ranges from degraded system performance (due to mining) to total credential compromise. Host-based IoCs include EDR alerts for known mining binaries (e.g., `xmrig.exe`), the presence of unexpected scheduled tasks, and the execution of heavily obfuscated binaries from the `%Downloads%` folder. Network IoCs include connections to mining pools (often using the Stratum protocol) or outbound HTTP POST requests exfiltrating ZIP files containing stolen browser data.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1552.001",
    "T1496",
    "T1204.002"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1204.002",
      "name": "User Execution: Malicious File (Tricking the user into executing the 'cheat' program)",
      "tactic": "Execution"
    },
    {
      "id": "T1496",
      "name": "Resource Hijacking (Installing hidden cryptominers to abuse the victim's GPU)",
      "tactic": "Impact"
    },
    {
      "id": "T1552.001",
      "name": "Credentials In Files (Stealing saved browser passwords and crypto wallets)",
      "tactic": "Credential Access"
    }
  ],
  "containment_steps": [
    "Isolate the machine, especially if it is a corporate device, as game-bundled InfoStealers rapidly exfiltrate all saved passwords.",
    "Assume all credentials stored in web browsers (Chrome, Edge, Firefox) on the infected machine have been compromised and initiate a password reset.",
    "Use an anti-malware tool to identify and remove the hidden miner or stealer binaries, which are often dropped in `%AppData%`.",
    "Educate users on the severe security risks associated with downloading 'cracks', 'trainers', or unofficial game mods."
  ],
  "what_to_avoid": [
    "Do not assume the threat is minor adware; game-bundled malware is currently one of the primary vectors for devastating InfoStealer infections.",
    "Avoid relying solely on static AV signatures, as the 'packers' used for game cheats frequently change to evade detection."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}