Onlineg
Overview
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.
Understanding Onlineg (Game-Bundled Malware)
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.
Execution and Distribution Mechanics
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`).
Indicators of Compromise & Impact
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.
MITRE ATT&CK Techniques
Observed techniques used by this family, mapped to the MITRE ATT&CK framework:
| Technique | Name | Tactic |
|---|---|---|
T1204.002 | User Execution: Malicious File (Tricking the user into executing the 'cheat' program) | Execution |
T1496 | Resource Hijacking (Installing hidden cryptominers to abuse the victim's GPU) | Impact |
T1552.001 | Credentials In Files (Stealing saved browser passwords and crypto wallets) | Credential Access |
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_ONLINEG {
meta:
description = "Detects Onlineg (advanced_threat)"
author = "SystemHelpdesk Boilerplate Generator"
date = "2026-07-06"
strings:
$s1 = "onlineg" ascii wide nocase
condition:
uint16(0) == 0x5a4d and any of them
}Sigma Rule
title: Suspicious Onlineg Activity
id: e932d77cce49706bfacd1b1cae4b6a41
status: experimental
description: Detects generic indicators of the onlineg malware family.
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
CommandLine|contains:
- "*onlineg*"
condition: selection
level: mediumContainment & Response Steps
Ordered checklist for responders. Adapt to your environment and engage professional support for active incidents.
- 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
Common mistakes during response to this family that can destroy evidence, spread the infection, or worsen recovery.
- 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.
References & External Analysis
- Search "onlineg" on VirusTotal (External Analysis)
Frequently Asked Questions
How do I remove the Onlineg Advanced_Threat from Windows?
Manual removal of Onlineg 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 Onlineg a virus or a Advanced_Threat?
Onlineg is classified as a Advanced_Threat. Unlike traditional viruses that infect files, modern malware like Onlineg typically operates as a standalone payload designed to compromise systems, steal data, or deploy secondary stage implants.
What are the main symptoms of a Onlineg infection?
Symptoms of Onlineg 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: advanced_threat)
Explore other malware families in the same category:
Protect Your Network Against Advanced_Threats
Want to prevent Onlineg and similar threats from compromising your organization? Read our comprehensive defensive guide: Suspect an Infection? What to do.
Machine-readable
Get this profile as JSON: https://jordan123234-malware-families-explorer.static.hf.space/api/onlineg.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.