Coupons
Overview
Adware:Win32/Coupons (often part of a family of 'deal-finding' browser extensions) is an intrusive adware component designed to forcibly alter a user's web browsing experience. It injects unwanted advertisements, pop-ups, and in-text links into legitimate websites, and tracks user browsing behavior to generate illicit Pay-Per-Click (PPC) revenue for its creators under the guise of finding online discounts.
Understanding Coupons Adware
To an end-user, Coupons manifests as a sudden barrage of pop-up ads offering 'exclusive deals', heavily modified search results, and extreme system sluggishness while browsing. For a security team, it represents a breakdown in endpoint hygiene and a potential vector for more serious infections via malvertising (malicious advertising).
Execution and Injection Mechanics
Coupons is typically distributed via deceptive software bundles or misleading advertisements downloaded from third-party sites (`T1189`). Upon execution, it installs a persistent browser extension (`T1176`) in Chrome, Edge, or Firefox. It may also modify the Windows Registry (`T1112`) to enforce its settings (`T1562.001`). Once active, it intercepts web traffic locally, inserting its own JavaScript into the DOM of every webpage the user visits to render its own advertisements, effectively performing a localized Man-in-the-Middle (MitM) attack for ad fraud.
Indicators of Compromise & Impact
The impact is a degraded user experience, potential privacy violations (tracking of shopping and search queries), and exposure to potentially malicious ads. Host-based IoCs include EDR alerts for unexpected additions to browser extension directories or unverified binaries loading into the browser process space. Network IoCs include DNS queries resolving to the adware's tracking infrastructure and HTTP requests injecting the 'coupon' overlay scripts.
MITRE ATT&CK Techniques
Observed techniques used by this family, mapped to the MITRE ATT&CK framework:
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_COUPONS {
meta:
description = "Detects Coupons (advanced_threat)"
author = "SystemHelpdesk Boilerplate Generator"
date = "2026-07-06"
strings:
$s1 = "coupons" ascii wide nocase
condition:
uint16(0) == 0x5a4d and any of them
}Sigma Rule
title: Suspicious Coupons Activity
id: 28882724d375042a7b19db1e976cb622
status: experimental
description: Detects generic indicators of the coupons malware family.
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
CommandLine|contains:
- "*coupons*"
condition: selection
level: mediumContainment & Response Steps
Ordered checklist for responders. Adapt to your environment and engage professional support for active incidents.
- Remove any unknown or recently installed 'shopping' or 'coupon' browser extensions from Chrome, Edge, and Firefox.
- Reset all installed web browsers to their default settings to clear out hijacked preferences.
- Check the system 'Programs and Features' for any explicitly installed shopping toolbars and uninstall them.
- Run a thorough scan with an enterprise-grade Adware/PUA removal tool to clean up deep registry persistence mechanisms.
What to Avoid
Common mistakes during response to this family that can destroy evidence, spread the infection, or worsen recovery.
- Do not assume the adware is harmless; many adware networks are compromised by threat actors to distribute ransomware via malvertising.
- Avoid allowing users to download software from unverified third-party portals or click on misleading 'Download' banners.
References & External Analysis
- Search "coupons" on VirusTotal (External Analysis)
Frequently Asked Questions
How do I remove the Coupons Advanced_Threat from Windows?
Manual removal of Coupons 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 Coupons a virus or a Advanced_Threat?
Coupons is classified as a Advanced_Threat. Unlike traditional viruses that infect files, modern malware like Coupons typically operates as a standalone payload designed to compromise systems, steal data, or deploy secondary stage implants.
What are the main symptoms of a Coupons infection?
Symptoms of Coupons 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 Coupons 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://jordanricky1604-ship-it.github.io/malware-families-catalog/api/coupons.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.