Advanced Threat Actor Targets Russian Government Agencies via ViPNet Software Abuse

A sophisticated cyberespionage campaign, identified by security researchers as HelloNet, has been systematically targeting Russian government and critical infrastructure organizations by exploiting the update mechanisms of the widely used ViPNet security suite. This campaign, which has been active since at least May 2024, utilizes a multi-stage malware framework designed for persistence, reconnaissance, and data exfiltration. According to a detailed technical analysis by Kaspersky, the threat actor has successfully infiltrated networks within the energy, transport, education, logistics, and government sectors, signaling a high-priority interest in Russian state and industrial operations.
The choice of ViPNet as an attack vector is highly strategic. Developed by InfoTeCS, one of Russia’s leading information security firms, ViPNet is a cornerstone of the nation’s sovereign internet and cybersecurity strategy. It provides a comprehensive suite of tools, including Virtual Private Networks (VPNs), endpoint protection, firewalls, and secure messaging services. Crucially, ViPNet is certified by the Federal Security Service (FSB) and the Federal Service for Technical and Export Control (FSTEC), making it mandatory or highly preferred for use in regulated environments and state agencies. By leveraging a trusted security product, the attackers can bypass traditional defenses and maintain a long-term presence within highly sensitive environments.
Technical Execution and the DLL Sideloading Mechanism
The HelloNet campaign is characterized by its use of DLL sideloading, a technique where a legitimate, signed executable is tricked into loading a malicious library. In this specific instance, the attackers target the ViPNet Update System. The infection chain begins when a malicious file, named wtsapi32.dll (dubbed HelloInjector by researchers), is placed within the local directory of the ViPNet Update System.
When the legitimate ViPNet service executable, itcsrvup64.exe, starts up—typically during system boot—it searches for its required libraries. Because the malicious wtsapi32.dll is located in the same directory as the executable, the system loads it instead of the legitimate Windows library of the same name. Once loaded, HelloInjector initiates the next phase of the attack by injecting its code into the svchost.exe process. This injection serves two primary purposes: it grants the malware elevated system privileges and ensures that the payload remains resident in memory, even if the initial service is stopped.
The use of svchost.exe for injection is a common but effective tactic for evading detection, as this process is a generic host process for Win32 services and typically runs numerous instances simultaneously on a standard Windows machine. By hiding within a legitimate system process, the HelloNet malware can blend in with normal system traffic and activity.
The HelloNet Malware Toolkit
The HelloNet campaign employs a modular toolkit, allowing the attackers to adapt their capabilities based on the specific environment they have compromised. The primary components identified in the campaign include:

HelloProxy
This is the core communication module, which runs entirely in memory to avoid leaving a footprint on the physical disk. HelloProxy establishes a connection with the command-and-control (C2) server, acting as a gateway for the deployment of additional malicious modules. It primarily utilizes ports 5003 and 5060 for its traffic, which are often overlooked by standard firewall configurations.
HelloExecutor
Once the proxy is established, the attackers may deploy HelloExecutor. This backdoor is designed for host-level interaction, allowing the threat actor to execute arbitrary commands and conduct internal network reconnaissance. It enables the attackers to map the internal network of the target organization, identifying high-value assets such as databases, domain controllers, and file servers.
HelloCleaner
To maintain stealth and prolong the duration of the breach, the campaign utilizes HelloCleaner. This specialized tool is designed to identify and remove ViPNet-specific log data. By wiping the logs that would otherwise record the unauthorized file changes or unusual service behaviors, the attackers significantly reduce the likelihood of detection by local security administrators.
HelloBackdoor
In more recent iterations of the campaign, researchers discovered a Rust-based implant known as HelloBackdoor. The use of the Rust programming language is a growing trend among advanced persistent threat (APT) groups because it offers high performance and is more difficult for traditional antivirus engines to reverse-engineer compared to C++ or C#. HelloBackdoor supports a wide range of functions, including the uploading and downloading of files and remote command execution via port 443, mimicking standard HTTPS traffic.
A Chronology of Targeted Exploitation
The timeline of the HelloNet campaign suggests a methodical and patient approach to infiltration.
- April 2024: Preliminary reports emerge of threat actors impersonating ViPNet updates to distribute early-stage backdoors. These initial attempts appear to be "dry runs" or reconnaissance efforts to test the effectiveness of the sideloading vector.
- May 2024: The HelloNet campaign officially begins its active phase. Initial compromises are detected in the logistics and transport sectors, likely used as a testing ground for the malware’s persistence mechanisms.
- Late 2024 – Early 2025: The campaign expands its scope significantly. Successful penetrations are recorded in Russian government agencies and energy providers. The modular nature of the toolkit becomes apparent as different implants are seen across different victims.
- March 2025: Cybersecurity researchers publish comprehensive findings on the HelloNet framework, identifying the specific DLL names and C2 protocols used by the group. The report highlights the abuse of the
itcsrvup64.exeupdate service.
Attribution and the Complexity of False Flags
Assigning responsibility for the HelloNet campaign has proven difficult for the cybersecurity community. While Kaspersky has tentatively linked the activity to an unidentified Chinese-speaking APT group, the evidence remains circumstantial.
The attribution is based on two primary artifacts: a string within the malware code that references the Chinese web portal sina.com, and the discovery of a malware download mirror hosted by the University of Science and Technology of China (USTC). However, researchers have cautioned that these indicators could easily be "false flags"—deliberate attempts by the attackers to misdirect investigators toward a specific nation-state.

In the current geopolitical climate, the relationship between Russia and China is complex. While the two nations maintain a "no limits" partnership, cyberespionage between allies is a documented reality in international relations. Conversely, a third-party actor—such as a Western-aligned group or a different regional power—could be utilizing Chinese-language artifacts to sow discord between Moscow and Beijing. Given these variables, the attribution to a Chinese-speaking group is currently held with "low confidence."
Broader Implications for Russian Cybersecurity
The HelloNet campaign underscores a critical vulnerability in the "import substitution" strategy currently being pursued by the Russian Federation. In response to international sanctions and the withdrawal of Western technology firms like Microsoft, Cisco, and Symantec, Russia has doubled down on domestic alternatives like ViPNet.
While this reduces reliance on foreign entities, it creates a concentrated risk. When a single security product like ViPNet becomes the standard for government, energy, and transport sectors, it becomes a "single point of failure." A successful exploit against such a product provides an attacker with a master key to the nation’s most sensitive networks. The HelloNet campaign demonstrates that threat actors are acutely aware of this shift and are focusing their resources on compromising the domestic software supply chain.
Furthermore, the targeting of logistics and transport sectors suggests that the attackers may be interested in more than just traditional espionage. In a period of regional conflict, the ability to monitor or disrupt the movement of goods and personnel is a significant strategic advantage. The presence of HelloExecutor and HelloBackdoor indicates that the threat actors have the capability to move from passive data collection to active disruption if they choose to do so.
Mitigation and Defense Strategies
In light of the HelloNet findings, cybersecurity experts recommend a rigorous audit of all systems running InfoTeCS ViPNet software. Specific defensive measures include:
- File Integrity Monitoring (FIM): Organizations should implement FIM to detect unauthorized changes to directories containing ViPNet executables, specifically looking for the presence of unexpected DLLs like
wtsapi32.dll. - Network Traffic Analysis: Monitoring for unusual outbound traffic on ports 5003, 5060, and 443 is essential. Traffic patterns that deviate from standard update behavior or encrypted tunnels should be investigated immediately.
- Process Monitoring: Security teams should use Endpoint Detection and Response (EDR) tools to monitor the behavior of
itcsrvup64.exeandsvchost.exe. Any instance of a service host process initiating unexpected network connections or spawning unauthorized sub-processes should be treated as a high-priority alert. - Log Redundancy: Since the HelloCleaner module specifically targets ViPNet logs, organizations should ensure that system logs are forwarded to a centralized, write-once-read-many (WORM) storage solution or a remote SIEM (Security Information and Event Management) platform that the attackers cannot easily access.
The HelloNet campaign serves as a stark reminder that even the most "secure" and certified software products can be turned into weapons. As the digital landscape continues to fragment along geopolitical lines, the focus on software supply chain integrity will remain a primary battleground for state-sponsored cyber operations.







