Chatzum
Overview
Adware:Win32/Chatzum is an aggressive Potentially Unwanted Program (PUA) and adware family, functioning primarily as a **Browser Hijacker**. Its core objective is to silently install rogue browser extensions, intercept web traffic, inject intrusive advertisements, and forcibly redirect a user's search queries to affiliated, low-reputation search engines to generate illicit pay-per-click revenue.
Understanding Chatzum Adware
To an end-user, a Chatzum infection is highly disruptive. Their familiar Google or Bing homepage is suddenly replaced by an unknown portal, their browser becomes sluggish, and they are bombarded with irrelevant, often deceptive banner ads perfectly targeted to their recent searches. For security analysts, it represents a classic Pay-Per-Install (PPI) monetization scheme combined with aggressive telemetry collection, utilizing persistence mechanisms to prevent easy removal.
Execution and Hijacking Mechanics
Chatzum is heavily distributed via deceptive software bundlers (`T1189`) found on third-party freeware sites or disguised as legitimate browser toolbars. Upon execution, the installer uses 'Dark Patterns' to bypass user consent (`T1204.002`). It establishes persistence via Registry Run keys. It installs rogue Browser Helper Objects (BHOs) and extensions (`T1176`) to intercept all web traffic (`T1185`). Crucially, its 'spy' component aggressively logs search queries and visited URLs, sending this telemetry back to the adware operators to serve highly targeted injected advertisements and manipulate search engine results.
Indicators of Compromise & Impact
The primary impact is a severely degraded user experience, compromised browsing privacy, and wasted helpdesk resources. Incident responders will observe anomalous HTTP/HTTPS traffic routing through known adware tracking networks. EDR logs will flag the installation of the Chatzum extensions and the unauthorized modification of browser registry keys (`HKLM\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist`).
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_CHATZUM {
meta:
description = "Detects Chatzum (advanced_threat)"
author = "SystemHelpdesk Boilerplate Generator"
date = "2026-07-06"
strings:
$s1 = "chatzum" ascii wide nocase
condition:
uint16(0) == 0x5a4d and any of them
}Sigma Rule
title: Suspicious Chatzum Activity
id: 37b34fa48941b52f9a3bc7fc05a1ae18
status: experimental
description: Detects generic indicators of the chatzum malware family.
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
CommandLine|contains:
- "*chatzum*"
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 of the adware and any bundled software (toolbars) installed on the exact same date.
- Deploy an enterprise adware removal tool (e.g., AdwCleaner) to locate and strip the deeply embedded registry hooks and force-installed extensions.
- Force a complete reset of all installed web browsers to factory defaults to eradicate the rogue extensions and restore the default search engine and 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 adware often utilizes watchdog services or Group Policy overrides to immediately reinstall the extension.
- Avoid ignoring the infection; adware tracking data is highly detailed and may expose corporate activities to third-party data brokers.
References & External Analysis
- Search "chatzum" on VirusTotal (External Analysis)
Frequently Asked Questions
How do I remove the Chatzum Advanced_Threat from Windows?
Manual removal of Chatzum 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 Chatzum a virus or a Advanced_Threat?
Chatzum is classified as a Advanced_Threat. Unlike traditional viruses that infect files, modern malware like Chatzum typically operates as a standalone payload designed to compromise systems, steal data, or deploy secondary stage implants.
What are the main symptoms of a Chatzum infection?
Symptoms of Chatzum 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 Chatzum 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/chatzum.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.