# New ClickLock macOS Malware Coerces Users into Revealing Login Passwords Through Forced Screen Lockout
A sophisticated new macOS information-stealing malware called ClickLock has emerged as a significant threat to Apple users, deploying social engineering tactics combined with aggressive forced-interaction loops to extract sensitive credentials. Researchers at Group-IB discovered the malware on VirusTotal in June after it had already infected at least 100 systems across 33 countries since May 2026, with the malware remaining undetected by all major antivirus vendors at the time of discovery.
ClickLock represents a notable evolution in macOS malware tactics: rather than relying on exploits or requiring elevated system privileges, the threat uses brute-force coercion methods to force victims into surrendering their system passwords, cryptocurrency assets, browser credentials, and password manager data. The malware's aggressive persistence mechanisms, combined with its sophisticated multi-stage data harvesting, make it a concerning development for Mac users worldwide.
## The Threat: A Multi-Stage Information Stealer with Persistent Backdoor Capabilities
ClickLock is fundamentally designed as an information-stealing malware that captures a broad range of sensitive data from infected macOS systems. However, what distinguishes it from typical stealers is its sophisticated approach to password extraction through coercion rather than technical exploitation.
Primary targets include:
Beyond immediate data theft, ClickLock can establish persistent backdoor access to compromised systems, suggesting ongoing remote access capabilities that extend far beyond the initial infection and data exfiltration phases.
## How the Attack Works: A Multi-Phase Coercion Strategy
ClickLock employs a sophisticated multi-stage attack workflow that combines social engineering, notification suppression, and persistent forced-interaction loops.
Phase 1: Initial Compromise via ClickFix Lure
The infection typically begins through a ClickFix social engineering attack—a technique where victims are directed to paste a malicious command into Terminal. The attack chain works as follows:
Phase 2: Notification Suppression
A critical component of ClickLock's stealth strategy involves disabling macOS NotificationCenter for approximately six hours after infection. This window of suppressed notifications prevents legitimate system alerts from exposing the attack to the victim, giving the malware time to establish persistence and begin credential theft before the user becomes aware of compromised system behavior.
Phase 3: Forced Password Entry Through Screen Lockout
The malware's most aggressive tactic involves forcing victims to enter their system login password through a relentless loop of fake authentication dialogs:
1. Initial Dialog: ClickLock displays a convincing fake macOS password prompt using the victim's actual username and a legitimate-looking Apple icon
2. Validation & Exfiltration: If the victim enters their password, the malware validates the credentials against the system and immediately exfiltrates them via Telegram
3. Persistence & Escalation: If the user cancels the dialog, the malware establishes persistence by installing two LaunchAgent files (com.authirity.plist and com.chromer.plist) that activate at the next system login
Phase 4: Escalated Coercion Loop
Once persistence is established, ClickLock deploys its most aggressive tactic: a termination loop configured to run every 210 milliseconds that:
This aggressive coercion mechanism leaves victims with minimal options—they either provide their password or face a completely unusable system for days.
Phase 5: Keychain Authorization Attack
A second LaunchAgent runs independently every 200 milliseconds to request Keychain authorization through a legitimate-appearing system prompt. The request seeks permission to access Chrome's Safe Storage key—the cryptographic key that protects stored passwords, cookies, and autofill data in Chromium-based browsers. This mechanism is configured to repeat for nearly 35 days (3 million seconds), providing multiple opportunities to trick users into granting access.
## Comprehensive Data Harvesting Capabilities
Once credentials are obtained or persistence is established, ClickLock deploys an extensive data-harvesting module targeting:
Browser Data Across Eight Platforms
Cryptocurrency Assets
Authentication & System Data
Data Exfiltration Method
The malware packages all harvested data into ZIP archives and uploads them via the Telegram Bot API. Files exceeding 40 MB are automatically split into smaller chunks, with built-in retry logic ensuring successful exfiltration even if initial uploads fail. This approach leverages Telegram's infrastructure to avoid detection by traditional network monitoring tools.
## Attack Scope: 100+ Systems Across 33 Countries
Group-IB's analysis revealed that ClickLock has successfully compromised at least 100 systems across 33 countries since May 2026. At the time of the initial report in mid-July, the malware remained completely undetected by all major security vendors on VirusTotal—a concerning gap that suggests widespread vulnerable populations may remain unaware of the threat.
The global distribution of infections, combined with the malware's lack of detection, raises questions about whether the actual infection count exceeds reported numbers and how many additional systems may be compromised without knowledge.
## Why This Matters: The Evolution of macOS Threats
ClickLock represents a significant shift in macOS malware tactics. Rather than exploiting system vulnerabilities or requiring elevated privileges, the malware succeeds through psychological manipulation and brute-force coercion. This approach offers several tactical advantages for attackers:
For Apple users accustomed to narratives about superior Mac security, ClickLock serves as a stark reminder that macOS remains a viable target platform for sophisticated threat actors.
## Recommendations for Users and Organizations
For Individual Users:
For Organizations:
For Mac Administrators:
---
## HackWire Analysis
ClickLock exposes a critical vulnerability in macOS security assumptions: the notion that strong OS-level security eliminates malware risk. This threat succeeds not through technical sophistication, but through behavioral exploitation—it simply wears down victims until they surrender credentials.
The malware's targeting of cryptocurrency assets and browser passwords reveals an attacker priority profile focused on high-value targets: users who likely hold crypto or manage financially sensitive accounts online. The 33-country distribution suggests this is not a geographically targeted campaign, but rather a broad-based operation capitalizing on the global reach of ClickFix social engineering vectors.
What's particularly noteworthy is the six-hour notification blackout—this deliberate design choice indicates sophisticated threat actors who understand macOS internals well enough to weaponize them. They're not just stealing data; they're designing the attack lifecycle to maximize the window for establishing persistence before users realize what's happened.
For defenders, ClickLock underscores that endpoint security on macOS requires behavioral monitoring, not just signature-based detection. A user education program that teaches skepticism toward unexpected Terminal commands and authentication prompts may be more effective than waiting for antivirus vendors to catch up. The fact that this malware remained undetected across all major vendors weeks after submission to VirusTotal is itself a red flag about AV effectiveness on macOS.
Organizations managing Mac deployments should treat this as a wake-up call: Apple's security narrative is strong on *OS hardening*, but weak on *user behavior exploitation*. No amount of system-level security prevents a user from voluntarily entering their password into a fake dialog. The defense must shift upstream, toward user awareness and behavioral detection. — HackWire Editorial
---
## Related Coverage