In an alarming development for regional cybersecurity, a highly organized threat actor has successfully weaponized the update mechanism of ViPNet—a cornerstone of Russia’s information security infrastructure—to infiltrate high-value targets. The campaign, dubbed "HelloNet" by security researchers at Kaspersky, has been operational since at least May 2025, systematically compromising government agencies, energy providers, and logistics firms through a sophisticated supply-chain-style attack.
While the campaign is currently being investigated for potential ties to a Chinese-speaking advanced persistent threat (APT) group, the technical ingenuity of the operation highlights a dangerous evolution in how adversaries bypass endpoint defenses by turning trusted, certified security software against its own users.
Main Facts: The Anatomy of the HelloNet Campaign
The HelloNet campaign distinguishes itself by not attacking the software vendor’s central infrastructure, but rather by compromising individual endpoints to manipulate the local update process. The attackers utilize a technique known as DLL sideloading, a classic but highly effective method for executing arbitrary code under the guise of a legitimate process.
The Mechanism of Infection
The threat actor gains access to a targeted system and places a malicious file—specifically a crafted wtsapi32.dll—into the local directory used by the ViPNet Update System. Kaspersky researchers have identified this malicious component as "HelloInjector."
Once placed in the directory, the legitimate ViPNet service, itcsrvup64.exe, inadvertently loads the malicious DLL during its routine system startup check. Upon execution, HelloInjector performs the following steps:
- Process Injection: The malware injects its primary payload into
svchost.exe, a critical Windows system process, effectively masking its presence from standard user-level monitoring. - Privilege Escalation: By operating within the context of the updated service, the malware gains elevated privileges, allowing it to bypass standard security restrictions on the host machine.
- Persistence: The malicious code ensures it survives system reboots, creating a long-term foothold within the compromised network.
Once the foothold is established, the malware acts as a conduit for a suite of secondary tools, including proxies, command-and-control (C2) interfaces, and data-scrubbing utilities.

Chronology: A Pattern of Escalation
The emergence of HelloNet is not an isolated incident but rather the latest chapter in a broader effort to exploit trusted Russian security tools.
- April 2025: Kaspersky publishes a report detailing an earlier campaign where threat actors impersonated ViPNet updates, signaling to the cybersecurity community that the software was becoming a primary target for sophisticated adversaries.
- May 2025: The "HelloNet" campaign officially begins, as identified by retrospective log analysis. The attackers pivot from mere impersonation to the more complex and stealthy DLL sideloading technique.
- Summer–Autumn 2025: The campaign expands its footprint, infiltrating diverse sectors including education, transport, and energy. During this period, the attackers deploy the "Hello" family of tools, including the
HelloProxyloader andHelloExecutorbackdoor. - March 2026: Full technical details are disclosed to the public, following extensive forensic analysis of the malware’s modular architecture and its reliance on specific C2 infrastructure.
Supporting Data: The "Hello" Malware Ecosystem
The technical sophistication of HelloNet lies in its modularity. The attackers have designed a tiered architecture that allows them to customize their approach based on the target’s network configuration.
The Toolset
- HelloProxy: This is the primary loader. It operates in memory, communicating with C2 servers to fetch additional malicious modules. It acts as a gateway for the broader attack, keeping the footprint on the disk minimal.
- HelloExecutor: A backdoor module designed for deep reconnaissance. It allows the attacker to execute arbitrary shell commands, map the internal network, and identify further targets for lateral movement.
- HelloCleaner: A tactical cleanup tool. As the name suggests, it systematically removes entries from ViPNet log files, attempting to erase the digital fingerprints of the intrusion and hinder incident response efforts.
- HelloBackdoor: A more robust, Rust-based implant. Its primary purpose is data exfiltration and persistent remote access. The use of Rust—a language increasingly popular with APT groups due to its memory safety and ability to evade traditional signature-based detection—suggests the threat actor is keeping pace with modern security advancements.
Attribution and The "False Flag" Dilemma
Kaspersky has tentatively linked these activities to a Chinese-speaking APT. This attribution is based on thin circumstantial evidence, primarily a string referencing sina.com (a major Chinese web portal) and the use of a malware mirror hosted by the University of Science and Technology of China.
However, security analysts remain cautious. In the realm of high-stakes espionage, the deliberate planting of linguistic artifacts or infrastructure pointers is a standard "false flag" tactic designed to divert investigation toward a specific nation-state. Consequently, Kaspersky has assigned this attribution a "low confidence" rating, leaving the door open to the possibility that the attackers are a sophisticated proxy group attempting to sow geopolitical confusion.
Implications for ViPNet and Russian Infrastructure
The abuse of ViPNet is particularly concerning because of its status in the Russian market. Developed by InfoTeCS, ViPNet is not just a commercial product; it is a suite certified by Russian authorities for use in government, military, and critical infrastructure environments.
The Erosion of Trust
When software that is specifically mandated for its security properties is compromised, it creates a systemic vulnerability. Organizations rely on ViPNet to create a secure perimeter. When that perimeter is used as a Trojan horse to deliver malware, the traditional "defense-in-depth" model is effectively invalidated.

Sector-Specific Risk
The targets mentioned—energy, transport, and government—are the backbone of the Russian state. A breach in these sectors has implications far beyond simple data theft. The capability of the HelloExecutor module to conduct network reconnaissance suggests the ultimate goal may be long-term espionage, sabotage, or the creation of a "dormant" presence that can be activated during times of geopolitical tension.
Official Responses and Remediation
As of late March 2026, the focus has shifted toward containment. Security teams are being urged to perform a rigorous audit of all systems running the ViPNet suite.
Defensive Recommendations
Kaspersky and other industry analysts have provided specific indicators of compromise (IoCs) to help IT departments harden their environments:
- Network Monitoring: Organizations should prioritize the inspection of traffic on ports 5003 and 5060, which are associated with
HelloProxy, as well as port 443, which is utilized byHelloBackdoor. - Integrity Checks: Given that the attack relies on the sideloading of
wtsapi32.dll, administrators should implement strict file-integrity monitoring on the directories used by the ViPNet Update System. - Endpoint Detection: Security Operations Centers (SOCs) should hunt for the execution of
itcsrvup64.exefollowed by suspicious process spawning (specificallysvchost.exeanomalies).
The Broader Security Context
This incident serves as a stark reminder that even the most trusted, certified security tools are not immune to the complexities of modern supply-chain attacks. As software complexity grows, the update mechanisms that are intended to keep systems secure become high-value targets for adversaries.
In the current threat landscape, reliance on a single vendor—even one certified by government authorities—is no longer a sufficient security strategy. Organizations are being forced to adopt "Zero Trust" architectures, where internal processes are monitored with the same scrutiny as external traffic. The HelloNet campaign is a clear signal that the era of blind trust in "trusted" software has come to an end, and only through constant vigilance and proactive threat hunting can organizations hope to stay one step ahead of the persistent threats lurking within their own networks.

