Security researchers at Huntress have analyzed a new campaign distributing the DarkMe Remote Access Trojan (RAT), revealing a significant tactical shift by its operators, the financially motivated APT group Water Hydra (also known as EvilNum). This group, previously known for leveraging expensive zero-day exploits like the WinRAR flaw CVE-2023-38831, has pivoted to a much simpler attack vector: phishing. The new campaign uses emails with links to malicious .pif files to initiate a complex, multi-stage infection chain. The final payload, the DarkMe RAT, uses process hollowing and other defense evasion techniques to steal cryptocurrency wallets, capture screenshots, and provide remote access to the compromised system.
The attack represents a strategic move from high-cost, targeted attacks to lower-cost, broader campaigns that rely on social engineering and user error. This allows the group to increase its target volume while reducing operational expenses associated with acquiring or developing zero-day exploits.
The attack chain begins with a phishing email containing a lure, such as a fake image link. When a user clicks the link, they download a Program Information File (.pif), which is an executable disguised as a shortcut. Executing this file triggers the download of a remote MSI installer, kicking off a multi-stage loading process written in Visual Basic 6 (VB6).
The infection chain demonstrates several defense evasion and persistence techniques:
T1566.002 - Phishing: Spearphishing Link. The user is tricked into clicking a link that downloads the initial payload.T1204.002 - User Execution: Malicious File. The user is required to execute the downloaded .pif file.T1497.001 - Virtualization/Sandbox Evasion: System Checks.DarkMe payload is injected into the memory of a legitimate, Microsoft-signed process, clspack.exe. This is a classic implementation of T1055.012 - Process Injection: Process Hollowing.Locked:// URI protocol handler in the Windows Registry. This ensures the malware is re-executed when certain actions are taken. This maps to T1546.015 - Component Object Model Hijacking and T1547.001 - Registry Run Keys / Startup Folder.DarkMe RAT communicates with its C2 server over a custom TCP protocol on port 7712. An observed C2 domain was thatawful[.]boutique. This falls under T1095 - Non-Application Layer Protocol.A successful infection with DarkMe RAT grants attackers significant control over the victim's machine. They can steal sensitive information, including credentials for cryptocurrency wallets, capture screenshots, log keystrokes, and execute arbitrary commands. This can lead to direct financial loss for the victim. The shift in tactics suggests that Water Hydra is broadening its target base, moving beyond the financial sector to any organization or individual they can successfully phish. This increases the overall risk for a wider range of potential victims.
domainthatawful[.]boutiqueip_address_v467.43.50.11destination_port7712Email Security: Use advanced email security gateways to block phishing emails and scan links for malicious destinations. User training on identifying phishing lures is also critical. This aligns with D3FEND's Sender Reputation Analysis.
Endpoint Detection (EDR): Monitor for the specific TTPs used by DarkMe. Create detection rules for:
.pif files.clspack.exe process making unexpected network connections, especially to known malicious IPs/domains on port 7712.HKEY_CLASSES_ROOT\Locked).Process Analysis and Windows Registry Key Auditing.Network Monitoring: Block outbound connections to the known IOCs (thatawful[.]boutique, 67.43.50.11). Monitor for any traffic on TCP port 7712 and investigate the source.
User Training: Since the new attack vector relies on user interaction, comprehensive and continuous security awareness training is a primary mitigation. Teach users to be suspicious of unsolicited emails and to avoid clicking links or downloading files from unknown senders.
Application Control: Use application control policies to block the execution of potentially unwanted file types like .pif from user-download locations (e.g., Downloads folder, email client temp folders). This is a form of Executable Denylisting.
Attack Surface Reduction (ASR): Enable ASR rules on Windows endpoints, such as the rule that blocks executable content from email clients and webmail. This can prevent the initial payload from running even if a user clicks on it.
Training users to identify and report phishing attempts is the primary defense against this social engineering-based attack vector.
Block the execution of risky file types like .pif from common download locations.
Mapped D3FEND Techniques:
Modern EDR/AV solutions can detect malicious behaviors like process hollowing and COM hijacking.
Mapped D3FEND Techniques:
Deploy an EDR solution capable of deep process analysis to detect DarkMe's process hollowing technique. Specifically, security teams should create a detection rule that triggers an alert when the legitimate, signed Windows binary clspack.exe initiates an outbound network connection, especially to an unusual port like 7712 or to a low-reputation domain. Since clspack.exe is a legacy utility for connection manager profiles and should not be making network connections in a modern environment, this behavior is a high-fidelity indicator of compromise. Correlating this network activity with a parent process spawned from a .pif file or an MSI installer would further increase detection confidence.
To detect DarkMe's persistence mechanism, security teams should configure monitoring and alerting for the creation of new URI protocol handlers in the Windows Registry. The specific key path to monitor is HKEY_CLASSES_ROOT. The creation of a novel handler like Locked:// is highly anomalous and a strong indicator of this malware family. An EDR or a dedicated registry monitoring tool can be configured to alert security analysts whenever a new subkey is created under HKEY_CLASSES_ROOT that is not on an established allowlist of known good protocols. This allows for the detection of the malware's attempt to establish persistence, even if the initial execution was missed.
Huntress analyzes two incidents involving the new phishing-based DarkMe RAT campaign.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.