{
  "family": "bunndle",
  "sample_count": 5,
  "category": "advanced_threat",
  "description": "Adware:Win32/Bunndle is a commercial software bundling framework (often detected as a Potentially Unwanted Program or PUA) designed to wrap legitimate freeware in a deceptive installer. Its primary goal is to monetize free software downloads by tricking users into installing additional, unwanted payloads, including aggressive adware, browser hijackers, and tracking cookies. Bunndle operates on a Pay-Per-Install (PPI) model, acting as a delivery mechanism for a variety of low-tier nuisance software.<br><br><b>Understanding Bunndle and PPI Networks</b><br>To an end-user, Bunndle appears as a standard installation wizard for a program they intentionally downloaded (like a media player or PDF creator). However, the wizard is engineered with 'Dark Patterns.' For an enterprise IT department, Bunndle represents a significant drain on resources, causing help desk tickets related to slow computers, hijacked browsers, and annoying pop-up advertisements.<br><br><b>Execution and Deceptive Installation Mechanics</b><br>Users typically encounter Bunndle when downloading software from third-party aggregation sites rather than official vendor pages (`T1189`). When the user runs the installer (`T1204.002`), the Bunndle wrapper launches. It presents a series of 'Special Offers' or 'Recommended Software.' The UI is deliberately confusing (`T1036`); 'Decline' buttons may be greyed out, hidden, or worded in a way that actually constitutes acceptance. If the user clicks 'Next' too quickly, the wrapper silently downloads and installs multiple secondary payloads (`T1105`) while installing the primary application. These payloads often establish persistence (`T1547.001`) and heavily modify browser settings (`T1562.001`).<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is a degraded user experience and potential privacy violations. Host-based IoCs include EDR alerts for a single downloaded installer spawning multiple `msiexec.exe` or setup processes for unrelated software. Users will frequently report suddenly changed browser homepages, new, unwanted toolbars, and excessive in-browser advertising.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1204.002",
    "T1562.001",
    "T1036",
    "T1189"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Deceptive software downloading)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1204.002",
      "name": "User Execution: Malicious File (User running the wrapper)",
      "tactic": "Execution"
    },
    {
      "id": "T1036",
      "name": "Masquerading (Disguising adware consent forms)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools (Browser hijacking)",
      "tactic": "Defense Evasion"
    }
  ],
  "containment_steps": [
    "Use the Windows Control Panel to thoroughly uninstall the explicitly named adware programs dropped by the Bunndle wrapper.",
    "Run an enterprise-grade Adware/PUA removal tool to clean up deep registry persistence mechanisms and hidden scheduled tasks.",
    "Reset all installed web browsers (Chrome, Edge, Firefox) to their factory default settings to clear out hijacked homepages and search engines.",
    "Implement web filtering to block access to known third-party software downloading portals that utilize these wrappers."
  ],
  "what_to_avoid": [
    "Do not allow users local administrator privileges; standard users cannot typically install the system-level services required by aggressive adware.",
    "Avoid relying solely on manual uninstallation, as PPI wrappers often drop 'watchdog' processes designed to reinstall the adware if it is removed."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}