back to blog

The Anatomy of a "Paste n Run" Phishing Attack

Overview

A sophisticated phishing technique where attackers trick users into executing malicious code through a fake CAPTCHA interface — no exploit required, just social engineering.

The Attack Flow

  1. User lands on a page mimicking a reCAPTCHA screen
  2. Clicking “I’m not a robot” secretly copies a PowerShell command to the clipboard
  3. The page displays fake verification instructions:
    • Press Windows + R
    • Press Ctrl + V
    • Press Enter
  4. The user unknowingly executes the malicious command

No vulnerability exploited. Just the user’s trust in UI patterns.

The Malware Chain

The initial PowerShell payload downloads and executes a ZIP file containing Lumma Stealer — a sophisticated information-stealing trojan.

The deobfuscated second-stage script:

What Lumma Stealer Does

File Structure

The extracted malware package contains 34 files across multiple directories:

This level of structure suggests a professional malware-as-a-service operation.

How to Stay Safe