{
  "family": "addrop",
  "sample_count": 103,
  "category": "advanced_threat",
  "description": "Adware:Win32/Addrop is a deceptive adware dropper program explicitly designed to silently install multiple Potentially Unwanted Programs (PUPs), browser hijackers, and intrusive advertising frameworks onto a victim's machine.<br><br><b>What is Addrop?</b><br>To the average user, Addrop causes severe browser degradation, unexpected pop-ups, and the sudden appearance of unknown applications. For security analysts, Addrop represents a persistent nuisance and a compliance risk. Unlike a traditional downloader that fetches payloads from the internet, a 'dropper' (like Addrop) typically contains the secondary adware payloads compressed or encrypted within its own executable file, dropping them directly onto the disk upon execution.<br><br><b>Infection Vectors & Threat Hunting</b><br>Addrop is primarily distributed via fake software cracks, keygens, or deceptive downloads posing as legitimate media players on untrusted sites. Upon execution, the user may see a fake installation screen while Addrop silently extracts its payload of adware to the `%ProgramFiles%` or `%AppData%` directories. It establishes persistence by modifying the Windows Registry (`HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Run`) and drops browser extensions that hijack search queries to affiliate portals. Addrop may also alter the Windows HOSTS file to block access to security vendor websites.<br><br><b>Forensic Analysis & Impact</b><br>Threat hunters will observe the initial Addrop executable dropping numerous files to disk in rapid succession without network activity (as the payloads are embedded). Once the adware is active, a massive spike in outbound HTTP/HTTPS connections to affiliate tracking domains will occur. The impact is a severely bloated endpoint, compromised search privacy, and potential system instability due to conflicting toolbars.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1027.002",
    "T1562.001",
    "T1176",
    "T1112",
    "T1204.002"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1204.002",
      "name": "User Execution: Malicious File",
      "tactic": "Execution"
    },
    {
      "id": "T1176",
      "name": "Browser Extensions",
      "tactic": "Persistence"
    },
    {
      "id": "T1112",
      "name": "Modify Registry",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1027.002",
      "name": "Obfuscated Files or Information: Software Packing",
      "tactic": "Defense Evasion"
    }
  ],
  "containment_steps": [
    "Quarantine the endpoint to halt the active adware tracking and prevent the potential downloading of further malicious updates.",
    "Deploy specialized adware removal tools (like AdwCleaner) to locate and strip the forced Group Policies, Windows Services, and deep registry hooks dropped by Addrop.",
    "Reset all web browsers to their factory defaults to completely purge the rogue extensions and restore legitimate search settings.",
    "Audit the Windows HOSTS file and revert any unauthorized entries blocking access to security vendors."
  ],
  "what_to_avoid": [
    "Do not trust the uninstallers provided by the dropped adware; they frequently execute secondary scripts to reinstall the software later.",
    "Avoid ignoring the infection; the tracking infrastructure actively harvests browsing habits, which may include access to sensitive corporate portals."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}