To bypass enterprise proxy inspection, a secondary task called INetHealth repeatedly clears Windows proxy settings and ensures an uninterrupted connection to the C2 server. This strategic approach highlights a significant shift in the cyber threat landscape of 2026, where adversaries prioritize the longevity of their presence over immediate, noisy asset extraction. The campaign centers on a trojanized version of the Exodus cryptocurrency wallet, a legitimate tool used by many professionals to manage digital assets. By embedding malicious components within a known application, attackers capitalize on the inherent trust users place in established software. This is not a simple infostealer operation; instead, it is a sophisticated attempt to gain interactive access to corporate networks. The operation was first identified after several unrelated organizations were breached in a matter of minutes, suggesting a highly coordinated and well-resourced effort. The speed of deployment indicates that the malicious installers were likely prepared just hours before the attack.
Evolution of Delivery and Evasion Strategies
Multi-Stage Infection and Social Engineering
The primary vector for this intrusion relies on a multi-stage infection chain that masterfully exploits human psychology alongside the inherent limitations of default operating system configurations. In many documented cases, unsuspecting employees receive communications that prompt them to download a JavaScript file which is cleverly disguised as a harmless PDF document. This is achieved by utilizing a double extension technique, such as “Document.pdf.js,” which takes advantage of the fact that Windows often hides known file extensions by default. When the user attempts to open what they believe is a standard report, the script executes in the background, initiating the download of the secondary malicious stages. This initial foothold is critical because it operates within the context of the user’s permissions, making it significantly harder for traditional endpoint detection systems to immediately flag the activity as overtly malicious without deeper behavioral analysis of subsequent network requests to unknown domains.
Beyond the use of deceptive file extensions, the threat actors utilize compressed ZIP archives that purportedly contain urgent software updates or essential administrative scripts. These archives often contain a downloader that, when executed, launches a legitimate-looking legal document or a standard application interface to distract the user while the malicious installer runs silently in the background. This “smoke and mirrors” tactic is highly effective in enterprise environments where users are accustomed to seeing various background processes during software installation. By providing a visual confirmation of a “legitimate” process, the attackers significantly reduce the likelihood of the victim reporting a suspicious event to their IT department. Furthermore, the reliance on legitimate scripting engines like wscript.exe or cscript.exe allows the attackers to blend their initial execution with routine administrative tasks that occur frequently in a managed environment, ensuring the breach remains undetected.
Advanced Packaging and Installer Obfuscation
The core of the attack is delivered via a massive 201 MB installer package that masquerades as a background service from a reputable software company to further avoid scrutiny. This substantial file size is a deliberate choice, as many automated sandbox environments and email security gateways have file size limits for scanning, allowing the bloated package to bypass initial perimeter defenses. Once the package is executed, it installs a fully functional version of the Exodus Wallet into a non-standard directory, typically within user-writable folders that do not require administrative privileges. This placement is a tactical move to ensure the malware can establish persistence without triggering User Account Control prompts that might alert the victim. The use of a functional application as a carrier also helps the malicious traffic blend in with normal financial activity, making it difficult for network administrators to distinguish between legitimate wallet syncs and unauthorized data exfiltration.
The technical brilliance of this strategy lies in the surgical modification of the legitimate application’s source code to facilitate stealthy execution. Out of nearly two thousand files contained within the installer, only three specific files are altered to suppress the user interface and load a manual component that decrypts the payload directly into the system’s memory. This memory-only execution is a sophisticated evasion technique designed to leave as little forensic evidence on the physical disk as possible, effectively bypassing traditional antivirus solutions that rely on file-based scanning. By hijacking the legitimate application’s startup routine, the malware ensures that it is loaded every time the wallet is supposedly active. The decrypted payload then functions as a modular backdoor, providing the attackers with a persistent and invisible gateway into the compromised workstation. This level of customization demonstrates a high degree of technical proficiency and a focus on maintaining long-term network access.
Technical Capabilities and C2 Infrastructure
Versatility of the Modular Remote Access Trojan
Once the payload is active in memory, it functions as a highly versatile Remote Access Trojan equipped with several distinct modules designed for comprehensive system control. These modules allow the threat actors to perform a wide range of tasks, including remote command execution, detailed file management, and the deployment of additional malicious tools. One of the most dangerous features is the inclusion of a hidden Virtual Network Computing module and SOCKS proxying capabilities. These tools allow the attackers to tunnel their traffic through the compromised host, effectively using the victim’s machine as a jump box to explore the internal corporate network. This lateral movement capability is essential for escalating the breach from a single workstation to more sensitive servers and databases. The ability to operate from within the network perimeter allows the attackers to bypass many external firewalls and security controls that are designed primarily to block outside incoming traffic.
In addition to network exploration, the malware includes a specialized module for the theft of sensitive browser data from major platforms like Chrome, Firefox, and Edge. This module is capable of extracting saved passwords, browsing history, and session cookies, which are invaluable for gaining access to cloud-based enterprise resources. A particularly unique feature of this component is a “cookie-wiping” mechanism that deliberately clears specific session tokens on the victim’s machine. This forces the user to re-authenticate with their web services, allowing the malware to capture fresh session tokens and potentially bypass multi-factor authentication requirements. This focus on session hijacking reflects a modern understanding of enterprise security, where static passwords are often insufficient for access. By forcing a re-authentication event, the attackers ensure they have the most current and valid credentials to maintain their access to high-value cloud environments, including email and internal development tools.
Cloud Native Command and Control Integration
The campaign utilizes Azure Table Storage as a “dead drop” for command-and-control communications, a technique that allows malicious traffic to blend seamlessly with legitimate enterprise cloud activity. By leveraging a trusted service like Azure, the threat actors ensure that their network requests are less likely to be flagged by security monitoring tools, which often prioritize the inspection of traffic to known malicious or unclassified domains. The malware communicates with the Azure infrastructure to receive instructions and upload stolen data, making the connection appear as standard cloud storage synchronization. This use of “living off the cloud” techniques represents a sophisticated evolution in C2 design, where the infrastructure of a reputable provider is weaponized to hide the attacker’s presence. Because many organizations rely heavily on Azure for their daily operations, blocking traffic to these services is often not a viable option for defenders, providing the malware with a highly resilient communication path.
To maintain a permanent presence on the compromised system, the malware establishes several persistence mechanisms, including the use of scheduled tasks that ensure the invisible wallet application is relaunched hourly. These tasks are often given benign-sounding names to avoid detection during manual system audits. Furthermore, the malware utilizes the aforementioned INetHealth task to repeatedly clear Windows proxy settings, ensuring that the connection to the Azure infrastructure remains uninterrupted by enterprise inspection tools that might otherwise intercept or block the traffic. This aggressive management of the host’s networking environment ensures that the C2 channel remains stable even if the organization attempts to implement new proxy-based security measures. The combination of cloud-native communication and persistent system-level modifications created a highly resilient platform for the attackers to conduct their operations, requiring defenders to look beyond simple indicators of compromise to identify the breach.
Strategic Mitigation and Response Protocols
Proactive Monitoring and System Hardening
Securing an environment against such sophisticated threats required a multi-layered approach that went beyond traditional perimeter defenses. Security teams had to prioritize hunting for unusual processes in user-writable directories, such as the AppData or Local folders, which are frequently used by this campaign to avoid needing administrative rights. Monitoring for scheduled tasks that were launched from these non-standard paths became a critical component of early detection strategies. System hardening was also essential, including the widespread disabling of the Windows Script Host in sensitive areas of the network to prevent the execution of the initial JavaScript-based infection vectors. Additionally, ensuring that file extensions were always visible to end users helped to mitigate the effectiveness of social engineering tactics like the double extension trick. These proactive steps were vital in reducing the overall attack surface and making it more difficult for the initial stages of the malware to successfully execute.
Building on these defensive foundations, organizations found that behavioral analytics were more effective than static signatures for identifying the campaign’s presence. By focusing on the “how” rather than the “what,” defenders were able to identify the unusual proxy clearing behavior and the persistent network connections to Azure storage that did not align with known business processes. High-fidelity logging of PowerShell and script execution provided the necessary visibility to trace the infection back to the original downloader, allowing for a more complete understanding of the scope of the compromise. Furthermore, implementing application whitelisting or more restrictive execution policies helped to ensure that only authorized software could run, significantly hindering the ability of the trojanized installer to deploy its payload. These measures, combined with regular user awareness training on the dangers of unexpected attachments and “software updates,” created a more resilient defense against the social engineering aspects of the attack.
Remediation and Token Lifecycle Management
The final phase of responding to this campaign involved a comprehensive approach to incident remediation that accounted for the theft of session tokens. It was observed that traditional password resets were insufficient because the malware specifically targeted active session data, which allowed attackers to maintain access to cloud services even after a user’s password had been changed. Consequently, security teams had to implement strict token revocation policies across all enterprise applications and rotate identity provider keys to ensure that stolen credentials could not be reused. This required a high degree of coordination between IT and security departments to minimize the impact on business operations while ensuring the complete removal of the attacker’s access. The campaign proved that in a modern, cloud-centric environment, the management of identity and session lifecycles is just as important as securing the underlying infrastructure.
Effective remediation also required a fundamental shift in how organizations viewed the security of legitimate, third-party software. The campaign demonstrated that even trusted applications like the Exodus Wallet could be weaponized to provide a gateway for sophisticated threat actors. Moving forward, the industry adopted more robust security protocols that emphasized the continuous monitoring of all applications, regardless of their reputation. Organizations that successfully mitigated the threat were those that not only cleaned their infected systems but also updated their incident response playbooks to include the rotation of all sensitive API keys and administrative tokens. By treating every breach as a potential compromise of the entire identity stack, these organizations were able to close the security gaps that the attackers sought to exploit. This forward-looking approach ensured that even as malware evolved to become more stealthy, the defensive strategies remained one step ahead of the adversaries.






