{
  "family": "lollipop",
  "sample_count": 10,
  "category": "advanced_threat",
  "description": "Adware:Win32/Lollipop is a highly aggressive adware framework and Potentially Unwanted Program (PUA) that peaked in prevalence during the mid-2010s. It was designed to silently hijack web browsers, injecting intrusive advertisements, altering search results, and aggressively tracking user browsing habits to generate illicit pay-per-click revenue for its operators.<br><br><b>Understanding Lollipop Adware</b><br>To an end-user, a Lollipop infection was incredibly frustrating. Their web browsing experience was completely subverted: words on normal websites were turned into green, double-underlined hyperlinks (in-text ads), massive banner ads appeared everywhere, and their default search engine was locked to an unwanted portal. For security analysts, Lollipop was a classic example of aggressive Pay-Per-Install (PPI) monetization, utilizing rootkit-like persistence to prevent easy removal.<br><br><b>Execution and Hijacking Mechanics</b><br>Lollipop was heavily distributed via deceptive software bundlers (`T1189`) on third-party freeware sites. Upon execution, the installer used 'Dark Patterns' to bypass user consent. It dropped its payload into `C:\\Program Files` and established aggressive persistence via hidden Windows Services (`T1543.003`) and multiple Registry Run keys. It installed rogue Browser Helper Objects (BHOs) and extensions (`T1176`) to intercept all web traffic (`T1185`), injecting its advertisements directly into the DOM of the websites the user visited. Crucially, the watchdog service would immediately reinstall the browser extensions if the user attempted to delete them.<br><br><b>Indicators of Compromise & Impact</b><br>The primary impact was a severely degraded user experience, compromised browsing privacy (all searches were tracked and monetized), and wasted helpdesk resources. Incident responders would observe anomalous HTTP/HTTPS traffic to known adware affiliate networks (often routing through tracking domains). EDR logs would flag the installation of the Lollipop service and the persistent hooking of the browser processes.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1543.003",
    "T1185",
    "T1189",
    "T1176"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Bundled Installers)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1176",
      "name": "Browser Extensions (BHO installation)",
      "tactic": "Persistence"
    },
    {
      "id": "T1543.003",
      "name": "Create or Modify System Process: Windows Service (Watchdog)",
      "tactic": "Persistence"
    },
    {
      "id": "T1185",
      "name": "Browser Session Hijacking (Ad injection)",
      "tactic": "Collection"
    }
  ],
  "containment_steps": [
    "Use the Windows Control Panel to attempt uninstallation, but be aware the uninstaller often leaves the core watchdog services intact.",
    "Deploy an enterprise adware removal tool (e.g., AdwCleaner or Malwarebytes) to locate and strip the deeply embedded registry hooks, BHOs, and Windows Services.",
    "Force a complete reset of all installed web browsers to factory defaults to eradicate the rogue extensions and restore the homepage.",
    "Quarantine the endpoint during cleanup to halt the active exfiltration of browsing telemetry."
  ],
  "what_to_avoid": [
    "Do not rely solely on the browser's 'remove extension' button; the underlying Lollipop service will immediately reinstall the hijacker.",
    "Avoid ignoring the infection; adware tracking data is highly detailed and may expose corporate activities or provide a foothold for malvertising."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}