{
  "family": "popwin",
  "sample_count": 2,
  "category": "advanced_threat",
  "description": "Adware:Win32/Popwin is a persistent adware application designed to continuously bombard the user with pop-up advertisements, intrusive new browser windows, and deceptive alerts. Its primary monetization strategy relies on generating fraudulent ad impressions or tricking users into clicking affiliate links and downloading further potentially unwanted programs (PUPs) (`T1189`).<br><br><b>Understanding Popwin</b><br>To an end-user, the infection makes the computer nearly unusable. Browsing sessions are constantly interrupted by new windows opening automatically, often pushing adult content, fake tech support warnings, or 'You Have Won!' scams. For an IT department, Popwin represents a significant drain on helpdesk resources and a potential vector for more severe malware if the user interacts with the malicious ads.<br><br><b>Execution and Persistence Mechanics</b><br>Popwin is typically installed silently as part of a deceptive software bundle (e.g., 'Free PDF Converter'). Upon installation, it establishes persistence via the Windows Registry (`HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Run`) or by creating a Scheduled Task (`T1053.005`) to ensure the adware engine launches at every boot. The malware then hooks into browser processes (Chrome, Edge, Firefox) or acts as a standalone local proxy (`T1112`) to inject its advertisements directly into the DOM of legitimate websites the user visits.<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is severe user disruption and a high risk of subsequent malware infections via malvertising. Host-based IoCs include unexpected executables (often with random or deceptive names) running from `%AppData%` or `%ProgramFiles(x86)%`, accompanied by unauthorized modifications to browser shortcut targets. Network IoCs involve constant, high-volume HTTP/HTTPS traffic to known advertising networks and tracking domains, even when the user is not actively browsing.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1189",
    "T1547.001",
    "T1112"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Initial distribution via software bundles)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1112",
      "name": "Modify Registry (Modifying browser proxy settings or start pages)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1547.001",
      "name": "Boot or Logon Autostart Execution: Registry Run Keys / Startup Folder (Ensuring adware runs at boot)",
      "tactic": "Persistence"
    }
  ],
  "containment_steps": [
    "Utilize a robust Adware/Malware removal tool to locate and permanently delete the persistent Popwin executables and registry keys.",
    "Reset all web browsers to their default settings to remove injected extensions, modified homepages, and altered search engines.",
    "Check the Windows 'Programs and Features' control panel and uninstall any unknown or recently installed 'free' software.",
    "Educate users on the dangers of clicking 'Next' blindly during software installations to prevent future adware bundling."
  ],
  "what_to_avoid": [
    "Do not rely solely on browser-based adblockers to stop Popwin; the adware operates at the OS level and will bypass them.",
    "Avoid interacting with ANY of the pop-up windows generated by the malware, as clicking 'Close' may actually trigger a download."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}