Water Hydra's DarkMe RAT Campaign Pivots to Phishing Attacks

DarkMe RAT Abandons Zero-Days for Simpler Phishing Attacks

HIGH
September 23, 2026
5m read
MalwareThreat ActorPhishing

Related Entities

Threat Actors

Organizations

Other

CVE Identifiers

Full Report

Executive Summary

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.

Threat Overview

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).

Technical Analysis

The infection chain demonstrates several defense evasion and persistence techniques:

Impact Assessment

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.

IOCs — Directly from Articles

Type
domain
Value
thatawful[.]boutique
Description
C2 Domain
Type
ip_address_v4
Value
67.43.50.11
Description
C2 IP Address
Type
destination_port
Value
7712
Description
C2 Port

Detection & Response

  1. Email 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.

  2. Endpoint Detection (EDR): Monitor for the specific TTPs used by DarkMe. Create detection rules for:

    • Execution of .pif files.
    • The clspack.exe process making unexpected network connections, especially to known malicious IPs/domains on port 7712.
    • Creation of custom URI protocol handlers in the registry (HKEY_CLASSES_ROOT\Locked).
    • This corresponds to Process Analysis and Windows Registry Key Auditing.
  3. 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.

Mitigation

  1. 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.

  2. 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.

  3. 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.

Timeline of Events

1
August 31, 2026
Huntress analyzes two incidents involving the new phishing-based DarkMe RAT campaign.
2
September 23, 2026
This article was published

MITRE ATT&CK Mitigations

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:

D3FEND Defensive Countermeasures

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.

Timeline of Events

1
August 31, 2026

Huntress analyzes two incidents involving the new phishing-based DarkMe RAT campaign.

Sources & References

DarkMe RAT: A VB6 APT Trojan Turned Conventional Infostealer
Huntress (huntress.com) September 22, 2026
DarkMe RAT trades zero-days for plain phishing emails
Help Net Security (helpnetsecurity.com) September 23, 2026

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

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.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

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.

Tags

DarkMeWater HydraEvilNumRATPhishingVB6Process Hollowing

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

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.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

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 Generator

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.