June 24, 2026
This Fake CAPTCHA Wants You to Press 3 Keys. If You Do, Your Passwords Are Gone.
It looks like the most boring thing on the internet — a “prove you’re not a robot” check. Then it politely asks you to press three keys…

By Pop123
7 min read
It looks like the most boring thing on the internet — a "prove you're not a robot" check. Then it politely asks you to press three keys. Those three keys hand over your entire digital life.
You've clicked it a thousand times. The little box that says "I'm not a robot." The grid of blurry traffic lights. The spinning "verifying…" wheel. It's the most forgettable routine on the internet — a tiny, boring gate you pass through without a second thought.
That exact reflex — don't think, just click — is what a fast-growing cyber exploit is engineered to weaponize.
Here's the new twist. Instead of just asking you to tick a box, the fake verification screen hands you a few simple "steps to verify you're human." Press this key combo. Then this one. Then Enter. It feels harmless, routine, almost clerical.
But those three keystrokes don't prove you're human. They quietly open a hidden command line on your computer and run an encoded payload, pasted directly by your own hand. Seconds later, your saved passwords, browser cookies, and crypto wallets are packaged up and sent to a stranger.
The technique is called ClickFix, and it is sweeping across the web.
Why ClickFix is Skyrocketing
Most malware has to fight its way past your computer's built-in defenses. ClickFix doesn't bother. It simply convinces you to carry it through the front door.
That psychological leverage makes it brutally effective. According to Microsoft Threat Intelligence, ClickFix attacks surged 517% and quickly scaled to become the second most common initial access vector for cybercriminals, trailing only behind traditional phishing.
It now strikes thousands of corporate and personal devices daily.
The reason it works isn't technical wizardry; it is human behavioral design. We have conditioned ourselves to obey verification prompts automatically, and we implicitly trust the phrase "follow these steps to fix the error." ClickFix exploits those habits.
You don't need to be reckless to fall for it — you just need to be busy.
The cleverest trap_ doesn't bother picking your lock. It convinces you to unlock the door yourself and hold it open._
The Trick: A CAPTCHA That Flips the Script
A normal CAPTCHA asks the website to verify you. ClickFix flips the structural flow on its head: it asks you to run a localized command that supposedly proves your identity or resolves a rendering bug blocking the page.
The screen displays clean, numbered instructions, usually mimicking the visual style of Google or Cloudflare:
- Press the Windows key + R (This opens the native Windows "Run" dialog box).
- Press Ctrl + V (This pastes whatever is on your clipboard).
- Press Enter.
┌────────────────────────────────────────────────────────┐
│ Verification Steps: │
│ 1) Press Win + R │
│ 2) Press Ctrl + V │
│ 3) Press Enter │
└────────────────────────────────────────────────────────┘┌────────────────────────────────────────────────────────┐
│ Verification Steps: │
│ 1) Press Win + R │
│ 2) Press Ctrl + V │
│ 3) Press Enter │
└────────────────────────────────────────────────────────┘To the user, it feels like fixing a minor browser rendering glitch. In reality, the moment you landed on the page, the site secretly forced a malicious command onto your clipboard.
Step 2 pastes it.
Step 3 executes it.
Step 2 pastes it.
Step 3 executes it.
You never actually see the code; you just see the instructions telling you it's "verification".
Anatomy of a Malicious Copy-and-Paste
The execution sequence is patient, calculated, and relies entirely on user interaction:
- The Compromised Landing: You arrive on a compromised mainstream site or a domain disguised as a shared document, video player, or video-conferencing invite. Attackers inject a script that displays a high-fidelity overlay.
- The Clipboard Hijack: The page utilizes basic web APIs to silently overwrite your system clipboard with an obfuscated command string the second you click anywhere on the page.
- The Trusted Execution Tooling: The pasted string doesn't launch an unknown application. It invokes legitimate, built-in system tools like
mshta.exeor PowerShell. Attackers favor these because they are already trusted by Windows and bypass standard file-download blocks. - The Downstream Download: The initial PowerShell script reaches back out to the attacker's staging server, fetches the real malicious payload, and executes it silently in the background.
This behavior has become so structurally prominent that the global cybersecurity standard, the MITRE ATT&CK framework, officially categorized it as T1204.004 — "Malicious Copy and Paste."
The Cargo: Lumma Stealer
In the vast majority of documented ClickFix campaigns, the malicious package delivered to the victim's device is an infostealer known as Lumma Stealer. Its sole purpose is to harvest data.
Within moments of initial compromise, Lumma quietly sweeps your system for high-value targets:
- Saved Browser Credentials: Plaintext passwords stored directly inside Chrome, Edge, or Firefox profiles.
- Active Session Cookies: Session tokens that keep you authenticated to banking, personal email, and corporate cloud suites. With these tokens, an attacker can completely bypass both your password credentials and active Two-Factor Authentication (2FA).
- Cryptocurrency Wallets: Access keys, data profiles, and configuration settings for cold and hot wallet browser extensions.
- Credit Card Details: Financial autofill profiles cached within your local browser settings.
Infrastructure Resilience
Lumma's distribution infrastructure has proven incredibly resilient against global takedown efforts.
Despite a massive, coordinated law enforcement operation that successfully seized over 2,300 of its core domains, the malware operation rapidly reconstructed its delivery network.
It did this by leaning heavily on these localized ClickFix copy-and-paste campaigns to quickly rebuild its victim base.
🔍 For Tech-Minded Hunters
The standard behavioral execution chain for this campaign typically follows a specific sequence:
- The Lure: A fake user-verification CAPTCHA trick prompts the victim into using a macro or keyboard shortcut sequence.
- The Stager: This launches an
mshta.execommand string pointing out to an external attacker-controlled IP address. - The Script Execution: The stager executes heavily obfuscated JavaScript directly in memory.
- The Spawn: This JavaScript spawns a secondary child PowerShell process.
- The Drop & Beacon: The PowerShell process pulls down the final localized Lumma binary, which subsequently establishes outbound command-and-control (C2) beacons to rotating .run top-level domains.
How to Spot and Stop the Attack
The absolute defense against ClickFix requires remembering one golden rule: A real security verification check will never ask you to open a terminal or execute keyboard combinations.
Red Flags to Watch For:
- Any prompt asserting your browser "failed to load a font" or "needs a manual update" that provides a copy-paste string.
- Instructions directing you to open the Windows Run box (
Win+R) or Command Prompt. - A webpage that demands system diagnostics commands to allow you to view a video or download a basic PDF.
Hardening Your Defenses:
- Never paste code into a terminal to "fix" a website. If a webpage requests this, close the tab immediately.
- Adopt Phishing-Resistant MFA: Transition your accounts to hardware keys or Passkeys. Traditional SMS or authenticator codes can be bypassed via stolen session cookies; passkeys tie authentication directly to the legitimate URL, neutralizing stolen credentials.
- For Enterprise Defenders: Audit and monitor processes where
explorer.exeor a browser spawnsPowerShell.exeormshta.exeimmediately following clipboard modifications. Restrict or closely monitor user execution ofmshta.exeentirely via application control policies.
Campaign Behavioral Indicators (IOCs)
Because threat infrastructure changes rapidly, treat these architectural indicators as behavioral hunt signals rather than static blocking rules.
Attack Profile & Technique Class
• MITRE ATT&CK Framework: T1204.004 — User Execution: Malicious Copy and Paste • Threat Context: A highly effective social engineering delivery mechanism that tricks users into executing system-level commands under the guise of fake CAPTCHAs or browser "font fix" updates.
Host-Based Behaviors & Abused Tools
- The Execution Trigger: Win + R followed by Ctrl + V followed by Enter
Note: This represents the core user-driven sequence that initiates the malicious pipeline via the native Windows Run dialog box.
- Living-off-the-Land Binaries (LotL): mshta.exe and powershell.exe
Note: Attackers abuse these trusted, built-in Windows applications to run obfuscated code and entirely sidestep traditional file-download security blocks.
- The Final Payload: Lumma Stealer
Note: A high-velocity infostealer purpose-built to ransack local systems for Chrome/Edge credential stores, session cookies, financial auto-fill profiles, and cryptocurrency wallets.
Network & Telemetry Hunt Signals
- Observed C2 Infrastructure: Custom .run top-level domains (such as blameaowi[.]run)
Note: The malware infrastructure utilizes dynamically rotating domains to evade static DNS reputation blocklists.
- High-Confidence SIEM Tripwire: explorer.exe spawning mshta.exe
Note: Monitor your Endpoint Detection and Response (EDR) or SIEM logs for instances where the Windows user shell explicitly spawns the HTML Application host with a remote web path argument.
Proactive Hunting Queries & Mitigations
- Clipboard-to-Process Telemetry
- Audit your environment for anomalous PowerShell instances initiated immediately following clipboard modifications. Watch closely for hidden windows or bypassed execution policies:
- powershell.exe -NoP -NonI -W Hidden -Exec Bypass
- Hardening Action Items:
- Restrict MSHTA Execution: If your enterprise workflow allows it, block or severely restrict user-level execution of mshta.exe via AppLocker, WDAC, or Microsoft Attack Surface Reduction (ASR) rules.
- Update Security Awareness Training: Incorporate the "Malicious Copy and Paste" rule into your team's baseline protocol: No legitimate software vendor or web gateway will ever require an end-user to paste clipboard content into a system terminal to view a page.
The Takeaway
For decades, basic internet safety advice has been: don't click on sketchy download links. ClickFix is a dangerous evolution because it bypasses that advice entirely. It doesn't trick you into downloading an unverified file; it tricks you into typing the command that pulls it in.
The next time a website tells you it needs to verify you're a human by having you hit three quick keys, remember: the test is already over, and the safest response is to simply walk away.
References & Deep Dives
- Microsoft Threat Intelligence: Think before you Click(Fix): Analyzing the ClickFix social engineering technique
- MITRE ATT&CK Framework: T1204.004: User Execution — Malicious Copy and Paste
- Trend Micro Research: Lumma Stealer Returns with Stealthier Methods
📈 Master the Art of Modern Threat Hunting
Generic security training completely fails when advanced persistence relies on artificial perfection and trusted web extensions. To ensure you never miss an in-depth threat intelligence playbook peeling back the curtain on sophisticated modern cyber evasion campaigns:
- Follow Pop123 on Medium for immediate alerts on all newly published analyses.
- Subscribe to email updates by clicking the envelope icon (✉️) next to the follow button so these technical breakdowns land straight in your inbox.
Thank you for reading. This article was written by Pop123. If you found this breakdown of modern machine-driven obfuscation valuable, consider leaving a clap and sharing your mitigation questions or thoughts in the responses below!