{
  "family": "ytdownloader",
  "sample_count": 8,
  "category": "advanced_threat",
  "description": "PUA:Win32/Ytdownloader (or generic **YouTube Downloader** heuristics) represents a vast category of Potentially Unwanted Programs (PUAs) marketed as tools to save streaming videos to a local hard drive. While the core video downloading function may work, these applications are notorious for aggressive monetization tactics, bundling severe adware, browser hijackers, and sometimes even silent cryptominers within their installers.<br><br><b>Understanding Ytdownloader PUAs</b><br>To an end-user, downloading a video might seem like a harmless task, but the installation process of these free tools is a minefield. For a security analyst, a Ytdownloader detection is a red flag indicating a user is bypassing corporate acceptable use policies and installing unvetted, high-risk freeware that frequently compromises the endpoint's browser integrity and exposes the network to malvertising.<br><br><b>Execution and Bundling Mechanics</b><br>These tools are distributed heavily via SEO poisoning (ranking high when users search for 'download youtube video') and malvertising (`T1189`). During execution (`T1204.002`), the installer employs 'Dark Patterns'—hiding the adware installation behind 'Express Install' or 'Advanced Options' buttons. If the user clicks 'Next' without reading, the installer drops the downloader tool but also silently installs rogue browser extensions (`T1176`), alters the default search engine, and establishes persistence via Registry Run keys (`T1547.001`). The bundled adware then begins injecting intrusive pop-ups (`T1562`) and tracking all user web activity (`T1185`) to generate affiliate revenue.<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact is a degraded user experience, browser hijacking, and potential legal liability (copyright infringement depending on the videos downloaded). IoCs include EDR alerts for the installation of known adware families (often bundled with Ytdownloader) and unauthorized modifications to browser registry keys (`HKLM\\SOFTWARE\\Policies\\Google\\Chrome`). Network logs will show traffic to known adware tracking domains and video streaming sites.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1189",
    "T1185",
    "T1547.001",
    "T1176"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Bundled Installers via SEO poisoning)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1176",
      "name": "Browser Extensions (Bundled adware extensions)",
      "tactic": "Persistence"
    },
    {
      "id": "T1185",
      "name": "Browser Session Hijacking (Search redirection)",
      "tactic": "Collection"
    },
    {
      "id": "T1547.001",
      "name": "Boot or Logon Autostart Execution: Registry Run Keys",
      "tactic": "Persistence"
    }
  ],
  "containment_steps": [
    "Use the Windows Control Panel to uninstall the YouTube downloader application, but be aware the bundled adware often remains installed.",
    "Deploy an enterprise PUA/Adware removal tool (like AdwCleaner) to locate and strip the secondary payload registry hooks and rogue browser extensions.",
    "Force a complete reset of all installed web browsers to factory defaults to clear the altered JSON preference files and restore the default search engine.",
    "Remind users of the corporate Acceptable Use Policy regarding the installation of unapproved freeware and media downloading tools."
  ],
  "what_to_avoid": [
    "Do not assume the endpoint is clean just because the main application was uninstalled; the bundled adware is designed to persist independently.",
    "Avoid ignoring the alert; the adware networks bundled with these tools frequently rotate their payloads and may eventually drop severe malware like infostealers."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}