{
  "family": "zugo",
  "sample_count": 2,
  "category": "advanced_threat",
  "description": "Adware/PUP:Win32/Zugo is a highly aggressive Potentially Unwanted Program (PUP) categorized as Adware or a Browser Hijacker. It is designed to forcibly alter web browser settings to generate illicit advertising revenue. Zugo is notorious for its sheer persistence and the difficulty users face when attempting manual removal, often employing rootkit-like techniques to protect its files and registry entries.<br><br><b>Understanding Zugo</b><br>To an end-user, Zugo renders a machine almost unusable for web browsing, causing constant pop-ups, sluggish performance, and hijacked search results. For a security team, it represents a significant failure in endpoint hygiene. While primarily focused on Ad-Fraud, the aggressive techniques it uses to bypass security controls make it a dangerous vector for more severe malware.<br><br><b>Execution and Hijacking Mechanics</b><br>Zugo is typically distributed via deceptive software bundles (e.g., bundled with fake codecs or torrented software). Upon execution, it demands administrative privileges. It aggressively modifies browser settings (Chrome, Edge, Firefox), force-installing malicious extensions (`T1176`) and replacing the default search provider (`T1562.001`). Crucially, Zugo often establishes persistence via multiple vectors simultaneously: Scheduled Tasks (`T1053.005`), Registry Run keys, and sometimes even installing malicious services or drivers. It actively monitors these persistence mechanisms and instantly restores them if a user or basic AV attempts deletion.<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is a severely degraded user experience and exposure to malvertising. Host-based IoCs include persistent, unexpected toolbars or extensions in the browser, the homepage forcefully reverting to an unknown search portal after reboot, and the presence of highly obfuscated Scheduled Tasks designed to run on a continuous loop. Network IoCs include constant, high-volume HTTP/HTTPS traffic to known adware tracking networks.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1562.001",
    "T1053.005",
    "T1176"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1176",
      "name": "Browser Extensions (Force-installing adware extensions)",
      "tactic": "Persistence"
    },
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools (Hijacking default search and homepage)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1053.005",
      "name": "Scheduled Task/Job: Scheduled Task (The primary persistence mechanism used to evade removal)",
      "tactic": "Persistence"
    }
  ],
  "containment_steps": [
    "Boot the infected endpoint into Windows 'Safe Mode' to prevent the Zugo persistence watchers from running during removal.",
    "Audit the Windows Task Scheduler meticulously; delete all unknown, randomized tasks that launch browser executables.",
    "Use the Windows Control Panel to uninstall any software with 'Zugo' in the name, as well as any other suspicious recent installations.",
    "Run a deep scan with an enterprise-grade PUP/Adware removal tool, as manual registry cleanup of Zugo is highly prone to error."
  ],
  "what_to_avoid": [
    "Do not attempt removal in standard Windows mode; Zugo will actively block or instantly revert your changes.",
    "Avoid simply changing the browser homepage; you must address the underlying scheduled tasks and extensions first."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}