Webinar
February 26
Better SOC with Interactive Sandbox
Practical Use Cases
ClickLock is a macOS information stealer and remote backdoor distributed via deceptive, terminal-based social engineering pages. Once executed, it bypasses Gatekeeper checks by stripping download quarantine flags and signing its executable with ad-hoc digital certificates. If users resist its initial demands, the malware initiates high-frequency background loops that repeatedly kill vital operating system applications to force plaintext password entry. It exfiltrates captured browser data, system keychain credentials, and cryptocurrency wallets to a Telegram bot before establishing a permanent backdoor.
|
Stealer
Type
:
|
Unknown
Origin
:
|
|
1 May, 2026
First seen
:
|
Unknown
Last seen
:
|
|
Type
:
|
Unknown
Origin
:
|
|
1 May, 2026
First seen
:
|
Unknown
Last seen
:
|
ClickLock Stealer analysis inside ANY.RUN’s Interactive Sandbox
ClickLock Stealer is a newly documented macOS-focused information stealer and persistent backdoor developer. First discovered in May 2026 with zero initial detections, this threat is designed to secure an immediate, unmonitored foothold on Apple devices. Since its emergence, the campaign has compromised victims in across 30 countries, displaying a heavy geographic focus on high-income regions, with over 50% of its targets located in Europe.
The malware’s name is derived from the distinct combination of its delivery and enforcement mechanisms: it pairs "ClickFix" social engineering lures with "locker" process-termination tactics to coerce target users. Unlike traditional threats that attempt to run silently in the background or exploit complex system vulnerabilities, ClickLock Stealer requires no specialized software exploits or elevated system privileges to succeed. Instead, it relies on human-in-the-loop interaction, exploiting a single moment of user trust to initiate its infection chain.
Once active, the malware orchestrates several parallel modules to execute a thorough harvest of sensitive personal and corporate data. Similar to other stealers like ACR Stealer and Remus Stealer, it targets stored logins, cookies, and local data databases across major Chromium and Firefox-based browsers, while explicitly hunting for cryptocurrency wallet extensions, desktop wallets, and browser-based password managers. To decrypt these stolen browser databases offline, the malware forces the user to yield both their macOS login password and authorization for the system's underlying Chrome Safe Storage key. This combination of credential theft, telemetry blinding, and permanent backdoor installation ensures that the attacker retains continuous, remote access to the victim's digital environment long after the initial infection has completed.
For modern enterprises, ClickLock Stealer presents a severe risk by combining user coercion with long-term network persistence. Rather than attempting to remain silent, the malware actively disrupts system operations to achieve its goals.
The primary business risks associated with this threat include:
The target profile of ClickLock Stealer is highly opportunistic but strategically focused on environments with high-value digital assets. Its distribution methods and technical behavior exploit specific operational and regional vulnerabilities:
Detonating a ClickLock Stealer sample inside ANY.RUN’s Interactive Sandbox exposes a highly calculated, multi-stage execution chain designed to bypass macOS security frameworks, force user compliance, and establish permanent remote access.
When the malware first runs, it tries to hide itself on the computer. It creates a hidden folder at /Library/Application Support/iCloudsync/. It uses the name "iCloudsync" so it looks like a normal Apple service.
Using dirname to resolve paths inside a hidden directory
It uses chmod 600 to lock its files so regular users or security tools can't easily see them. It uses chmod 711 to make its main program runnable.
Restricting access permissions for configuration files
It uses xattr -d com.apple.quarantine to remove the standard Mac warning that pops up when you open downloaded files ("This file was downloaded from the Internet").
Removing the com.apple.quarantine extended attribute to bypass native macOS security warnings
It uses codesign to add a basic code signature to the file. This tricks Mac's Gatekeeper protection into thinking the program is safe to run.
Performing ad-hoc code signing
The malware copies a harmless, built-in Mac tool called true into its hidden folder. It uses this harmless file to trick the system while starting up.
Copying the legitimate system utility /usr/bin/true (LOLBin technique) and modifying its permissions and file attributes
The main malware runs under the process name iCloud with a command line target of SystemUIServerl. This is a typo of a real Mac process (SystemUIServer), designed to blend in if someone checks Activity Monitor.
Launching the main iCloud payload with the spoofed SystemUIServerl argument
It uses touch commands to change file creation dates so they look older, hiding when the infection actually happened.
ClickLock gathering system information
Concurrently, sw_vers processes (PID 751, 753) execute with -productName and -productVersion flags to harvest macOS version data, enabling the malware to adapt execution or confirm execution within a targeted host environment.
Integrate ANY.RUN's Interactive Sandbox in your SOC for early detection of ClickLock →
ClickLock Stealer demonstrates a fundamental shift in the macOS threat landscape, proving that attackers do not require sophisticated software exploits or zero-day vulnerabilities to successfully compromise secure systems. By shifting the attack focus from technical exploit development to human-in-the-loop social engineering, this threat leverages a single moment of user trust to bypass core operating system security boundaries. Once active on a machine, the combination of desktop lockout loops, telemetry blinding, and permanent backdoor installations allows attackers to secure indefinite remote control and decrypt stolen databases offline.
ClickLock Stealer is a sophisticated, newly identified macOS-focused information stealer and remote backdoor. It is designed to capture highly sensitive corporate and personal assets, including system login passwords, keychain encryption keys, session cookies, and digital wallets, while maintaining permanent remote access to the compromised machine.
The malware bypasses built-in operating system security layers by running commands that strip standard download quarantine flags and apply ad-hoc digital signatures to its files. It also prompts the user to grant Full Disk Access to the command-line interface, exposing highly protected directories and databases to the harvester without exploiting any software vulnerabilities.
If a victim attempts to reject the malware's initial prompts, ClickLock triggers a background loop that repeatedly terminates critical system user-interface components, desktop applications, and system monitors at sub-second intervals. This locks the screen and leaves a fake system authorization dialog as the only interactive element, rendering the desktop unusable until the user complies.
At its discovery, the orchestrator script bypassed detection on major scanning engines completely, as it is primarily distributed through trusted, compromised websites and relies on user-initiated commands. Additionally, its temporary data-harvesting components are programmed to self-delete once exfiltration is complete, leaving behind very few physical files for scanners to flag.
Interactive sandboxing allows defenders to detonate suspicious script sequences and safely map out hidden administrative actions, such as the rapid application-killing behavior, which automated systems often miss.