ClickFix: the "prove you're human" box that makes you infect your own computer
For thirty years, security advice came down to two rules: don't open strange attachments, and don't click strange links. A technique called ClickFix was built to walk straight past both — because it never sends you a file and never needs you to click a link. It shows you a small, ordinary-looking box that says you need to prove you're human or fix a loading error, gives you three keys to press, and lets you run the malware yourself, with your own hands, on the far side of your antivirus.
It works well enough that it went from a curiosity to one of the most common ways computers get infected in about a year. Security firm ESET measured a 517% increase in these attacks between the second half of 2024 and the first half of 2025, and reported they had become its second most common attack type, behind only ordinary phishing (ESET, H1 2025 Threat Report). Microsoft says it sees thousands of enterprise and home devices hit by it every day (Microsoft Threat Intelligence, August 2025). This post explains exactly how it works, shows you what it looks like, walks through every disguise it wears, and ends with the single rule that stops all of it.
How ClickFix grew up — a short timeline
- March 2024: the first large email campaign using the trick sends 100,000+ messages (Proofpoint).
- Late 2024: ransomware crews and even state-backed hackers from North Korea, Iran and Russia adopt it (Proofpoint, The Hacker News).
- March 2025: a fake Booking.com campaign hits hotel staff worldwide (Microsoft).
- June 2025: a new twist called FileFix is disclosed; criminals are testing it in the wild within two weeks (Check Point).
- July 2025: CISA and the FBI issue a joint advisory on the Interlock ransomware group, which uses this exact lure (CISA AA25-203A).
- 2026: variants spread to Windows Terminal, to Mac, and even to Linux; attackers hide the payload inside ordinary-looking images (Microsoft, Jamf, Malwarebytes).
The trick, in three keystrokes
Here is the whole attack. You are on a web page — maybe you searched for a document converter, maybe you clicked a link in an email, maybe a site you trusted was quietly compromised. A box appears that looks like the "I'm not a robot" checks you've clicked a thousand times. You click the checkbox. Instead of a green tick, the box expands and shows you a short, calm set of instructions: to finish verifying, press these keys.
What you cannot see is that the moment you clicked the checkbox, the page silently copied a command into your clipboard using ordinary browser code. Nothing downloaded. Nothing was flagged. The three steps do the rest:
- Windows key + R opens the Run box — the small "type a command and press Enter" window built into Windows.
- Ctrl + V pastes the hidden command the page put on your clipboard.
- Enter runs it.
That command reaches out to the attacker's server and pulls down the real malware — an information-stealer or a remote-control tool. The line is written to be unreadable: a wall of scrambled text and a Base64 blob, often padded with official-looking junk and a fake error code at the end so that if you glance at it, it reads like a harmless system string rather than a program (ANY.RUN; Microsoft). By the time anything lands on your machine, you have already told Windows it's allowed, because you typed it in yourself.
Why your antivirus never gets a vote
This is the part that makes ClickFix so effective, and it's worth understanding plainly. Antivirus and email filters are very good at catching a bad file arriving — an attachment, a download, a program with a suspicious signature. ClickFix never sends a file through those doors. The web page only writes text to your clipboard, which almost no security tool inspects. Then you open a trusted, built-in Windows tool and run the command by hand. To the computer, that looks like the owner doing ordinary work, not an attack (Microsoft, August 2025).
It also slips past the training most people have had. If you were taught "don't open attachments," this has no attachment. If you were taught "don't click links," you already followed the link before the trick even began. The instruction — press these keys to fix a problem — sounds like the opposite of danger. That is the whole design.
The same trick wears many costumes
The mechanism never changes: get you to run a command you didn't write. Only the disguise changes, and it changes constantly to match whatever you were already doing when you got caught.
| Disguise | What you see | Where you meet it |
|---|---|---|
| Fake CAPTCHA | "Verify you are human" / "I'm not a robot," then paste-and-run steps | Compromised sites, malicious ads, search results |
| Fake Cloudflare check | A near-perfect copy of the Cloudflare "checking your browser" widget, with a fake "Ray ID" | Pages disguised as news or download sites (Cybersecurity News) |
| Fake document error | "This document failed to load" with a "How to fix" button | HTML files disguised as Word docs, sent by email (Sekoia) |
| Fake browser/software update | A Chrome, Edge or "security update" prompt | Hijacked WordPress sites; the Interlock ransomware lure (CISA) |
| Fake video meeting | A "your microphone/camera driver needs a fix" screen on a fake Google Meet | Meeting links in phishing emails (Sekoia, "Phantom Meet") |
| Fake Booking.com email | A "guest complaint" or "reservation" prompt to a fake verification page | Hotel and hospitality inboxes (Microsoft, Storm-1865) |
| Fake job interview | A "coding assessment" you're asked to run on your machine | Developers, via fake recruiter messages (Sekoia, Lazarus) |
| FileFix | A file-upload window; you're told to paste a "file path" into the address bar | Newer sites; used to dodge people trained on the Run box (Check Point) |
| Mac / Terminal | "Open Terminal and paste this to repair" | Fake Mac utility and repair-tool pages (Kaspersky, Microsoft) |
FileFix deserves a special mention, because it targets people who learned the first lesson. Once "never use Win+R when a website tells you to" started spreading, attackers moved the trap. FileFix opens a window that looks like an ordinary "choose a file to upload" dialog and tells you to paste a file path into the address bar at the top — except the "path" is a disguised command. It was disclosed in June 2025 and criminals were caught testing it within two weeks; the Interlock ransomware group adopted it specifically to reach users who had been trained to distrust the Run box (Check Point; Taggart Tech). The lesson is not "beware the Run box." The lesson is broader, and it's below.
What it steals
The command that runs is only the doorway. What comes through it is usually an information-stealer — malware families with names like Lumma, Vidar and StealC, and on Mac, Atomic Stealer (Microsoft; Proofpoint; Kaspersky). In seconds, quietly, these programs harvest:
- Every password saved in your browser, plus the addresses and card details it autofills.
- Your active login sessions — the cookies that keep you signed in. With these, a criminal can walk into your email or bank without needing your password or your two-factor code, because your computer has already passed both. One documented campaign stole Microsoft 365 sessions this way (Hard2bit).
- Cryptocurrency wallets, if you have any.
In an organization, that first infected machine is often just the beginning: the same access is used to spread and, in the Interlock cases the FBI documented, to launch ransomware across the network (CISA AA25-203A).
The one rule that stops all of it
No real security check ever asks you to press Windows+R, open Terminal, or paste anything outside a normal web form. Never copy a command from a web page, an email, a pop-up, a video, or a phone caller and run it — no matter how official the "fix" looks or how urgent it sounds. A genuine "prove you're human" test is a puzzle or a checkbox. It is never a set of keys to press on your own keyboard.
How to spot it, in the moment
- The instruction itself is the tell. Any web page or caller telling you to open the Run box, Terminal, PowerShell, or a File Explorer address bar and paste something is hostile. Full stop. Close the page.
- "Verification" that gives you keyboard homework is fake. Real checks happen inside the page.
- Urgency plus a technical "fix" — "your session will expire," "drivers need repair," "document failed to load, click to fix" — is the emotional lever. Slowing down defeats it.
- The command is deliberately unreadable. If pasting somewhere would run a long line of scrambled text you don't understand, that is the point, not a coincidence.
If you already did it
It happens to careful people; the trick is engineered to make it happen. Move quickly and calmly:
- Disconnect that computer from the internet — unplug the cable or turn off Wi-Fi — to cut the malware off from the attacker.
- From a different, trusted device (a phone, another computer), change the passwords for your email first, then banking, then anything whose password was saved in that browser. Do not use the infected machine to do it.
- Check your bank and any crypto accounts for activity you don't recognize, and call your bank's fraud line.
- Have the machine professionally wiped and reinstalled, not just "cleaned." Stealers are designed to leave little behind, so a scan coming back clean is not proof it's gone.
- Turn on or re-confirm two-factor authentication everywhere after the passwords are changed, since stolen sessions are now invalid once passwords reset.
For families protecting an older parent
This attack depends entirely on a person following instructions, which makes it especially dangerous for anyone inclined to trust an official-looking screen. It is the same shape as the tech-support scams the FBI warns seniors about — a fake urgent problem, an urgent "fix," a stranger's instructions — except there's no live scammer on the phone, just a web page (FBI). The single household rule worth teaching, in plain words:
Say this to the person you're protecting
- "If a computer screen — or anyone on the phone — ever tells you to press the Windows key and R, or to open Terminal, or to paste something, stop and call me first. You will never get in trouble for calling. Real companies never ask you to do that."
For a small business or city office
Because ClickFix hits any organization with staff and computers, a few practical controls matter more than they look:
- Train to the mechanism, not just "phishing." Tell people the specific rule above — no verification asks you to open Run or Terminal — because older phishing training doesn't cover this.
- Restrict what standard accounts can run. Everyday work should not happen on an administrator account, and PowerShell and similar tools can be locked down for standard users through Group Policy (Recorded Future). Note that restricting only the Run box is a partial fix — FileFix exists precisely to route around it.
- Turn on Microsoft Defender's Attack Surface Reduction rules that block obfuscated scripts and scripts launching downloaded content (Microsoft).
- Make "verify by calling a known number" the rule for any unexpected IT-support or vendor instruction — the same discipline that stops invoice fraud stops this.
Related reading
- How to analyze a suspicious email header — the forensics that expose a spoofed sender.
- The BEC prevention checklist — the out-of-band verification habit that stops the wire and the "fix."
- The categories of email threat we screen for — the whole surface of a dangerous inbox, in plain English.
The scam that reaches your parent usually comes by email first.
Family Sentinel watches an older loved one's inbox around the clock — reading what a message is actually trying to get them to do, following links to where they truly land, and calling a human before a scam ever reaches your family. Quiet, read-only, and built for the people most targeted.
Start your free month →Get the next threat breakdown before it reaches you.
Our Threat Intelligence notes go out regularly — plain, current, and free.