Cybersecurity Sep 1, 2026Add to bookmarks

A campaign conceals malicious code in PNG files via steganography, then deploys a custom reverse tunnel to maintain persistent access. The reverse tunnel technique continues to diversify in its delivery vectors.
A new attack campaign documented by The Register combines two techniques to maximize stealth: hiding malware in PNG files via steganography, followed by deployment of a custom reverse tunnel on victim machines. A notable evolution in stealthy delivery techniques that we are tracking in this thread.
Windows endpoints that may receive PNG files via email, enterprise messaging, or downloads. Environments where outbound traffic is poorly filtered are most exposed.
Step 1 - Malicious PNG Malicious code is encoded in the least significant bits (LSB) of a PNG file’s pixels. The image appears normal. A loader (PowerShell or .NET binary) extracts and executes it.
Step 2 - Discreet execution Steganography bypasses antiviruses that analyze file extensions and known signatures—a PNG is not an executable, so standard detection rules do not apply.
Step 3 - Custom reverse tunnel The malware deploys a homegrown reverse tunnel to its C2 infrastructure. Unlike common tools (ngrok, Frp), this tunnel uses a proprietary protocol that is difficult for application-layer firewalls to block.
In August 2026, we documented TerminalFix: fake Cloudflare CAPTCHA → reverse tunnel backdoor. This new variant uses a radically different delivery vector (PNG image vs. web interface) to achieve the same goal: a persistent reverse tunnel that is hard to detect.
Reverse tunnels as a persistence technique are becoming widespread. Delivery vectors are expanding and diversifying—PNGs, CAPTCHAs, and likely others to come.
Article produced by artificial intelligence, reviewed under human editorial control.
Ingénierie sociale via terminal — ClickFix et variantes 2026