'ClickLock' Malware Coerces Mac Users Into Giving Up Passwords - MacRumors
Skip to Content

'ClickLock' Malware Coerces Mac Users Into Giving Up Passwords

Security firm Group-IB has identified a new piece of macOS malware in the wild that pressures users into surrendering their passwords via a barrage of fake system prompts.

macOS Malware Feature
Dubbed "ClickLock Stealer," the malware needs no exploits and no elevated privileges to work. Instead, the attack depends on the victim pasting a command into Terminal and running it. The command then executes a script, and everything else follows.

Group-IB did not directly observe how victims are lured into pasting the command, but based on the script's behavior, the firm believes it's served through a fake "ClickFix" page posing as a Cloudflare check or browser verification step. Such pages instruct visitors to copy a command and run it in Terminal as a supposed "verification requirement."

Once it's up and running, the script discreetly downloads several modules and shows a terminal-based loading animation mimicking a Cloudflare progress bar with browser verification. If a user declines the initial password dialog that appears, the malware starts locking system usage.

Specifically, the malware kills every visible app every 210 milliseconds while the password prompt remains on screen, and the rest of the desktop stays unusable until the victim gives in. Meanwhile, another loop suppresses macOS security notifications for roughly six hours.

If the user gives up and enters their password, a second, genuine macOS prompt is subsequently forced to the front, asking them to allow access to a Keychain item. Granting it hands over Chrome's "Safe Storage" AES key, which is what the browser uses to encrypt saved passwords and cookies.

With the login password and Chrome's encryption obtained, ClickLock then harvests browser credentials, Keychain data, password manager vaults, and any cryptocurrency wallets, and then sends it all to a Telegram bot. It also installs a hidden backdoor disguised as an iCloud process to give it continual access.

Group-IB says the campaign has been active since May 2026 and has targeted at least 100 victims across 33 countries. More than half of the victims were in Europe.

Apple has already updated macOS to try to defend against this class of attack before it can get underway. In macOS Tahoe 26.4, it added a warning that appears when the user attempts to paste a command into Terminal from a website, chat, or message, and blocks the paste until the user reviews it. (Opera browser also recently added a similar feature.)

In cases where macOS detects known malware, the paste is blocked outright with no override. Still, it should go without saying that no legitimate website will ever ask a user to paste a command into Terminal.

Popular Stories

iPhone 18 Pro Deep Red Feature

iPhone 18 Pro Launching Next Month With These 12 New Features

Thursday August 6, 2026 7:03 am PDT by
It is now August, and that means the iPhone 18 Pro and iPhone 18 Pro Max are just a month away. The devices are expected to look similar to the iPhone 17 Pro and iPhone 17 Pro Max, but there will still be many year-over-year changes, with rumored features including a smaller Dynamic Island, 5G via satellite, and more. Apple is expected to unveil the iPhone 18 Pro, iPhone 18 Pro Max, and a...
AirPods Ultra Mock

'AirPods Ultra' to Launch as Soon as Next Month

Friday August 7, 2026 10:58 am PDT by
Apple has been planning to release AirPods with cameras as early as this year, according to Bloomberg's Mark Gurman. If so, they could be unveiled as soon as September alongside the iPhone 18 Pro models and the long-rumored foldable iPhone. The earbuds are expected to have a design similar to the AirPods Pro 3, but with tiny cameras. Given the AirPods with cameras will likely be more...
dopamine

iOS 26 Gets First Jailbreak Thanks to Dopamine

Friday August 7, 2026 1:56 pm PDT by
After 326 days, iOS 26 has received its first jailbreak, thanks to the developers behind the popular Dopamine jailbreak. Lars Fröder, better known as opa334, today released Dopamine 3.0, which adds support for a number of newer firmware versions, including iOS 26.0 and iOS 26.0.1 on devices with A12 or A13 chips. Another major addition in today's release is support for all devices running...

Top Rated Comments

turbineseaplane Avatar
3 weeks ago

the attack depends on the victim pasting a command into Terminal and running it.
Don't be in the Terminal pasting in anything if you don't know what you are doing and why.

👇 this


no legitimate website will ever ask a user to paste a command into Terminal.
Score: 19 Votes (Like | Disagree)
3 weeks ago

Still, it should go without saying that no legitimate website will ever ask a user to paste a command into Terminal.
That's a rather black and white statement. There are plenty of legitimate websites that host legitimate tools that are installed by pasting into the command line. Off the top of my head, Homebrew, Zsh shell, UV, Pyenv, and nvm, Rust, etc. All aimed at more technical users who, hopefully, can/will evaluate any shell scripts before they run them.
Score: 12 Votes (Like | Disagree)
axantas Avatar
3 weeks ago
Why would anyone do that? The main problem is not the malicious website, but the user...

Waiting for an attack like "take a hammer and hit the closed Macbook to unblock the crashed system". I am sure, there will be people, doing that. o_O
Score: 10 Votes (Like | Disagree)
3 weeks ago

That's a rather black and white statement. There are plenty of legitimate websites that host legitimate tools that are installed by pasting into the command line. Off the top of my head, Homebrew, Zsh shell, UV, Pyenv, and nvm, Rust, etc. All aimed at more technical users who, hopefully, can/will evaluate any shell scripts before they run them.
I would imagine hope anyone using those tools will be tech savvy and not copy and paste a random command from a fake pop up....
Score: 6 Votes (Like | Disagree)
3 weeks ago

That's a rather black and white statement. There are plenty of legitimate websites that host legitimate tools that are installed by pasting into the command line. Off the top of my head, Homebrew, Zsh shell, UV, Pyenv, and nvm, Rust, etc. All aimed at more technical users who, hopefully, can/will evaluate any shell scripts before they run them.
I had the same initial thought, but remember, the people who are most vulnerable to this have absolutely no idea what any of that stuff you just said was.

Unless they know enough to know for a fact when that statement is not true, they may as well take it as always true.
Score: 4 Votes (Like | Disagree)
3 weeks ago

I'm more interested in how they lure victims to paste something in Terminal. Is this to trick technical users or non technical users?
Essentially,
“Here’s a thing I have that you want access to, but to get it, paste this in the Terminal.”
Technical user looking at the command: “Who would fall for this? LOL”
non-Technical user: “OK.”

It was probably noticed that people were still falling for “If you want to remove renaissance french from your system, go to the Terminal and type ‘rm -rf’.”
Score: 3 Votes (Like | Disagree)