Lollipop
Overview
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.
Understanding Lollipop Adware
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.
Execution and Hijacking Mechanics
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.
Indicators of Compromise & Impact
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.
MITRE ATT&CK Techniques
Observed techniques used by this family, mapped to the MITRE ATT&CK framework:
Tactical Mitigations
Based on the techniques used by this family, consider the following defensive strategies:
- T1185: Enforce strong MFA and use browser isolation or hardened browsers for sensitive financial or administrative portals to defeat session hijacking.
Generated Detections (Boilerplate)
These YARA and Sigma rules are auto-generated based on the family name and aliases. They must be heavily tuned before deployment in a production environment.
YARA Rule
rule MALWARE_WIN_LOLLIPOP {
meta:
description = "Detects Lollipop (advanced_threat)"
author = "SystemHelpdesk Boilerplate Generator"
date = "2026-07-06"
strings:
$s1 = "lollipop" ascii wide nocase
condition:
uint16(0) == 0x5a4d and any of them
}Sigma Rule
title: Suspicious Lollipop Activity
id: 9039d6f4e642291c6074fc5812ab1cc7
status: experimental
description: Detects generic indicators of the lollipop malware family.
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
CommandLine|contains:
- "*lollipop*"
condition: selection
level: mediumContainment & Response Steps
Ordered checklist for responders. Adapt to your environment and engage professional support for active incidents.
- 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
Common mistakes during response to this family that can destroy evidence, spread the infection, or worsen recovery.
- 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.
References & External Analysis
- Search "lollipop" on VirusTotal (External Analysis)
Frequently Asked Questions
How do I remove the Lollipop Advanced_Threat from Windows?
Manual removal of Lollipop is highly discouraged as it may leave persistence mechanisms intact. We recommend disconnecting the device from the internet and utilizing a professional incident response service or enterprise-grade EDR software to conduct a full forensic sweep.
Is Lollipop a virus or a Advanced_Threat?
Lollipop is classified as a Advanced_Threat. Unlike traditional viruses that infect files, modern malware like Lollipop typically operates as a standalone payload designed to compromise systems, steal data, or deploy secondary stage implants.
What are the main symptoms of a Lollipop infection?
Symptoms of Lollipop can include unexpected system slowness, unauthorized outbound network traffic to unknown IP addresses, disabled security software, and suspicious background processes running from AppData or Temp directories.
Related Families (Category: advanced_threat)
Explore other malware families in the same category:
Protect Your Network Against Advanced_Threats
Want to prevent Lollipop and similar threats from compromising your organization? Read our comprehensive defensive guide: Suspect an Infection? What to do.
Machine-readable
Get this profile as JSON: https://jordan123234-malware-families-explorer.static.hf.space/api/lollipop.json
Ecosystem & Interactive Environments
This profile is part of the Malware Families Catalog, a public dataset of 2,899 malware families. The catalog is also published across our ecosystem: Hugging Face, Kaggle, Zenodo, Replit, StackBlitz, CodeSandbox, and CodePen.