ClickFix 假驗證頁誘導執行
用假的人機驗證畫面,誘使使用者自己把已被複製到剪貼簿的惡意指令貼進終端機執行。A fake human-verification screen that tricks the user into pasting a malicious command — already placed on their clipboard — into a terminal and running it themselves.
詳細說明Read more
流程是這樣:使用者造訪被入侵或惡意的網站,畫面顯示「請完成驗證以繼續」之類的提示,指示他按下 Win+R(Windows)或開啟終端機(macOS),然後按 Ctrl+V 貼上並執行。使用者不知道的是,網頁在他點擊的瞬間已經把一段指令悄悄寫進剪貼簿。
這個手法的巧妙之處在於它繞過的不是技術控制,而是使用者的判斷:
- 沒有檔案下載,所以以下載為觸發點的防護不會啟動
- 執行動作由使用者本人在合法的系統工具中完成,權限完全正當
- 使用者以為自己在做的是通過驗證,不是安裝軟體
對防守方而言,最有效的不是技術管制而是一條具體到動作的規則:任何網頁要求你按 Win+R、開啟 PowerShell 或終端機並貼上東西,一律是攻擊,沒有例外。合法的人機驗證從來不需要你離開瀏覽器。
技術面可補的措施:以群組原則限制一般使用者的執行對話框、監控 explorer.exe 直接生成 powershell.exe 且命令列含編碼字串的行為。
The flow: the user lands on a compromised or malicious site showing something like "complete verification to continue", instructing them to press Win+R (Windows) or open Terminal (macOS), then Ctrl+V and run. What they do not know is that the page quietly wrote a command to their clipboard the moment they clicked.
What makes it effective is that it bypasses the user's judgement rather than a technical control:
- No file is downloaded, so download-triggered protections never fire
- The execution is performed by the user in a legitimate system tool, with entirely valid privileges
- The user believes they are passing a verification check, not installing software
For defenders the most effective measure is not a technical control but a rule concrete enough to act on: any web page telling you to press Win+R, open PowerShell, or open Terminal and paste something is an attack, without exception. Legitimate human verification never asks you to leave the browser.
Technical measures that help: restrict the Run dialog for standard users via group policy, and alert on explorer.exe spawning powershell.exe with an encoded command line.
實際案例In practice
2026-W32 收錄的 DOUBLECUP 把 ClickFix 打包成可租用的載入器服務,讓不具技術能力的攻擊者也能發動,並搭配隱寫術把第二階段藏在瀏覽器快取的 PNG 裡。
DOUBLECUP, covered in 2026-W32, packaged ClickFix into a rentable loader service so non-technical attackers could run it, pairing it with steganography to hide the second stage in browser-cached PNGs.
MITRE ATT&CK
相關術語Related
- New DOUBLECUP ClickFix service hides malware in browser cache images · BleepingComputer