Adware:Win32/Kuzitui is an intrusive Potentially Unwanted Application (PUA) framework designed to aggressively monetize infected endpoints by injecting unwanted advertisements, hijacking search traffic, and degrading system performance.
What is Kuzitui?
To the average user, Kuzitui causes severe browser degradation. It floods the screen with pop-ups, injects hyperlinked text into legitimate websites, and redirects search queries to affiliate portals. For security analysts, Kuzitui represents a persistent nuisance and a compliance risk, as it actively harvests browsing data to generate targeted advertising revenue for its operators.
Infection Vectors & Threat Hunting
Kuzitui is primarily distributed via Pay-Per-Install (PPI) software bundlers. Users are tricked into installing it alongside freeware, often through deceptive installation wizards employing Dark Patterns. Once executed, it drops malicious extensions across all installed browsers. It establishes persistence by modifying the Windows Registry (HKCU\Software\Microsoft\Windows\CurrentVersion\Run) and frequently drops a watchdog service to reinstall any components the user attempts to remove. Kuzitui may also alter the Windows HOSTS file to block access to security vendor websites.
Forensic Analysis & Impact
Threat hunters will observe a massive spike in outbound HTTP/HTTPS connections to known affiliate tracking domains. The %ProgramFiles% and %AppData% directories will rapidly fill with randomly named folders containing unwanted software. The impact is a severely bloated endpoint, compromised search privacy, and potential system instability.
Observed techniques used by this family, mapped to the MITRE ATT&CK framework:
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.
rule MALWARE_WIN_KUZITUI {
meta:
description = "Detects Kuzitui (trojan_generic)"
author = "SystemHelpdesk Boilerplate Generator"
date = "2026-07-06"
strings:
$s1 = "kuzitui" ascii wide nocase
condition:
uint16(0) == 0x5a4d and any of them
}title: Suspicious Kuzitui Activity
id: 7c61d0fee2e0a3983e7e95a1e5890761
status: experimental
description: Detects generic indicators of the kuzitui malware family.
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
CommandLine|contains:
- "*kuzitui*"
condition: selection
level: mediumOrdered checklist for responders. Adapt to your environment and engage professional support for active incidents.
Common mistakes during response to this family that can destroy evidence, spread the infection, or worsen recovery.
Explore other malware families in the same category:
Get this profile as JSON: https://jordanricky1604-ship-it.github.io/malware-families-catalog/api/kuzitui.json
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, Replit, StackBlitz, CodeSandbox, and CodePen.