{
  "family": "gamevance",
  "sample_count": 11,
  "category": "trojan",
  "description": "Adware:Win32/Gamevance is a historic, highly aggressive adware framework and Potentially Unwanted Program (PUA) that peaked in the late 2000s and early 2010s. It specifically targeted the demographic of online casual gamers, offering 'free' web games, flash portals, or game cheats, while silently installing a deeply embedded advertising engine designed to track browsing habits and inject pop-ups.<br><br><b>What is Gamevance?</b><br>To the average user, Gamevance was infuriating. While they might get access to a free flash game portal, the adware hijacked their browser, changed default search engines, and constantly interrupted gameplay and browsing with targeted pop-up and pop-under advertisements. For security analysts, Gamevance was notable for its aggressive persistence mechanisms, which were more akin to a rootkit or serious trojan than standard adware, making it notoriously difficult for average users to remove.<br><br><b>Infection Vectors & Threat Hunting</b><br>Gamevance was distributed via its own portal sites (like `gamevance.com`) and bundled with gaming-related freeware (`T1189`). When a user accepted the deceptive EULA (`T1204.002`), the installer dropped the payload. Gamevance frequently installed a hidden Windows Service (`T1543.003`) and multiple Browser Helper Objects (BHOs) (`T1176`). It deeply hooked into the Windows TCP/IP stack (often using a Layered Service Provider - LSP) to intercept and monitor all web traffic, injecting its ads directly into the data stream (`T1185`).<br><br><b>Forensic Analysis & Impact</b><br>The primary impact was a severely degraded user experience, broken internet connectivity (due to LSP corruption), and compromised browsing privacy. Incident responders would observe anomalous HTTP/HTTPS traffic to Gamevance's ad-tracking networks. EDR logs would flag the installation of hidden services, BHOs, and the aggressive modification of network socket configurations in the Registry.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1189",
    "T1562.001",
    "T1176",
    "T1185",
    "T1543.003"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Bundled gaming software)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1185",
      "name": "Browser Session Hijacking (Traffic interception for ad injection)",
      "tactic": "Collection"
    },
    {
      "id": "T1543.003",
      "name": "Create or Modify System Process: Windows Service",
      "tactic": "Persistence"
    },
    {
      "id": "T1176",
      "name": "Browser Extensions (BHOs)",
      "tactic": "Persistence"
    },
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools",
      "tactic": "Defense Evasion"
    }
  ],
  "containment_steps": [
    "Quarantine the endpoint to halt the active exfiltration of browsing telemetry and the display of malvertising.",
    "Use the Windows Control Panel to attempt uninstallation, but this rarely removes the core components completely.",
    "Deploy an enterprise adware removal tool (e.g., AdwCleaner) to locate and strip the deeply embedded registry hooks, BHOs, and watchdog services.",
    "Use a tool like `netsh winsock reset` if internet connectivity is broken after removal, as Gamevance often corrupts the LSP chain."
  ],
  "what_to_avoid": [
    "Do not rely solely on the browser's 'remove extension' button; Gamevance uses services and LSPs to inject ads regardless of browser extensions.",
    "Avoid ignoring the infection; adware tracking data is highly detailed and may expose corporate activities."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}