{
  "family": "helper",
  "sample_count": 1,
  "category": "advanced_threat",
  "description": "Adware/PUP:Win32/Helper is a generic classification for potentially unwanted programs that disguise themselves as legitimate 'assistant' or 'helper' applications, often as browser extensions. While masquerading as a tool to improve search results or download videos, its actual function is to aggressively monetize the user's web traffic by injecting advertisements and redirecting searches (`T1189`).<br><br><b>Understanding 'Helper' PUPs</b><br>To an end-user, Helper degrades the browsing experience. Legitimate search engines like Google are silently replaced with low-quality, ad-heavy search portals. For an IT department, these 'helpers' are a security and compliance risk, as they track user browsing history and often expose the endpoint to malvertising networks.<br><br><b>Execution and Hijacking Mechanics</b><br>Helper is frequently distributed via Pay-Per-Install (PPI) networks, bundled inside the installers of 'free' software (like PDF converters or media players). Upon execution, it installs itself as a browser extension (Chrome, Edge, Firefox). It establishes persistence by modifying browser policy registry keys (`T1562.001`) to enforce the extension's presence, preventing the user from removing it via the standard browser interface. It may also install a background Windows Service (`T1543.003`) to monitor and reinstall the extension if deleted.<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is privacy violation and degraded system performance. Host-based IoCs include the presence of unwanted extensions (often requiring checking `chrome://extensions` or `edge://extensions`), unauthorized modifications to `HKLM\\SOFTWARE\\Policies\\Google\\Chrome\\ExtensionInstallForcelist`, and background processes running from `%AppData%` or `%ProgramFiles(x86)%` that monitor browser activity. Network IoCs include a constant stream of HTTP/HTTPS requests to known affiliate marketing or adware tracking domains.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1176",
    "T1189",
    "T1562.001"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Distribution via deceptive software bundles)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools (Modifying browser policies to lock the extension)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1176",
      "name": "Browser Extensions (Installing malicious add-ons to inject ads and steal data)",
      "tactic": "Persistence"
    }
  ],
  "containment_steps": [
    "Use a reputable anti-malware tool (like Malwarebytes) to locate and remove the Helper executable, background services, and registry persistence.",
    "Manually inspect the Windows Registry for forced browser extension policies and delete them.",
    "Reset all web browsers to their default settings to clear out hijacked search engines and proxy configurations.",
    "Educate users to always select the 'Custom' or 'Advanced' installation option when installing freeware to uncheck bundled 'helper' tools."
  ],
  "what_to_avoid": [
    "Do not assume uninstalling the program via the Control Panel will fully remove the browser extensions; manual cleanup is often required.",
    "Avoid leaving the endpoint uninvestigated, as adware bundles frequently drop more serious InfoStealers alongside the PUP."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}