{
  "family": "dlboost",
  "sample_count": 10,
  "category": "advanced_threat",
  "description": "PUA:Win32/Dlboost (Download Boosters/Managers) represents a category of Potentially Unwanted Programs (PUAs) and adware that masquerade as utilities designed to 'accelerate' file downloads. While they may offer rudimentary multi-threading download capabilities, their primary monetization strategy relies on aggressive adware bundling, browser hijacking, and deceptive installation practices.<br><br><b>Understanding Download Boosters</b><br>To an end-user, these programs are often downloaded from third-party freeware sites when trying to download large files (like movies or ISOs). For a security analyst, Dlboost is a classic Pay-Per-Install (PPI) vector. The 'utility' itself is just a wrapper designed to secure technical consent from the user to install a myriad of other, more intrusive adware components and tracking toolbars.<br><br><b>Execution and Bundling Mechanics</b><br>The infection begins when the user downloads the Dlboost installer (`T1204.002`). The setup wizard relies heavily on 'Dark Patterns'—pre-checked consent boxes hidden under 'Advanced' or 'Custom' installation menus. Upon execution, Dlboost contacts an affiliate server (`T1105`) to pull down secondary payloads. It silently installs browser extensions (`T1176`) to hijack the default search engine (`T1112`), injecting advertisements into search results. To ensure it intercepts all downloads, it may register itself as a Browser Helper Object (BHO) or modify the Windows Registry to handle all HTTP/FTP links.<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is a degraded user experience, intrusive pop-up advertisements, and compromised browsing privacy. Incident responders will observe the unexpected installation of the download manager in `C:\\Program Files` and the addition of unwanted extensions in Chrome or Edge. Network logs will show a spike in DNS requests to known adware affiliate networks immediately following the installation.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1189",
    "T1112",
    "T1105",
    "T1204.002",
    "T1176"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1204.002",
      "name": "User Execution: Malicious File",
      "tactic": "Execution"
    },
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Bundled Installers)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1176",
      "name": "Browser Extensions",
      "tactic": "Persistence"
    },
    {
      "id": "T1112",
      "name": "Modify Registry (Search Hijacking)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1105",
      "name": "Ingress Tool Transfer (Downloading affiliate adware)",
      "tactic": "Command and Control"
    }
  ],
  "containment_steps": [
    "Use the Windows Control Panel to thoroughly uninstall the download manager and any software installed on the exact same date.",
    "Deploy an enterprise adware removal tool (e.g., AdwCleaner) to locate and strip the deeply embedded registry hooks, BHOs, and scheduled tasks left behind by the bundler.",
    "Force a complete reset of all installed web browsers to factory defaults to eradicate the rogue extensions and restore the homepage.",
    "Educate the user on the risks of third-party freeware aggregators and deceptive installation wizards."
  ],
  "what_to_avoid": [
    "Do not rely solely on manual uninstallation via the Control Panel; the affiliate adware payloads frequently use watchdog services to reinstall themselves.",
    "Avoid ignoring the infection; the adware tracking data is highly detailed and poses a privacy risk to the organization."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}