Researchers have identified a new, sophisticated malware campaign attributed to the Lazarus Group, a threat actor linked to North Korea. The campaign utilizes a previously unseen, cross-platform Remote Access Trojan (RAT) called RemotePE. This malware is designed for stealth, operating entirely in memory to evade detection by traditional, file-based antivirus solutions. The attacks target organizations in the financial and cryptocurrency sectors, leveraging a multi-stage infection process that begins with social engineering. The final RemotePE payload provides the attackers with full control over the compromised system, including capabilities for file manipulation, process management, and secure data deletion.
The attack begins with social engineering, where Lazarus Group operatives engage with targets on platforms like Telegram, posing as recruiters or business partners. They lure victims into scheduling meetings on fraudulent domains, which ultimately leads to the compromise of an employee's device. This initial access is used to deliver the first stage of the malware, a loader named DPAPILoader.
DPAPILoader's sole purpose is to decrypt and execute the second-stage loader, RemotePELoader, from the disk. It uses the legitimate Windows Data Protection API (DPAPI) for decryption, a technique that helps it blend in with normal system activity. RemotePELoader then communicates with a command-and-control (C2) server (e.g., aes-secure[.]net) to fetch the final payload, the RemotePE RAT. Crucially, this payload is loaded directly into the process's memory and is never written to the disk, making it a fileless threat.
The infection chain is meticulously crafted to evade detection at each step:
Initial Access: The campaign uses T1566.002 - Spearphishing Link, with social engineering on messaging platforms directing victims to malicious sites.
Defense Evasion & Execution: The DPAPILoader uses the Windows DPAPI to decrypt the next stage. This is a known technique for defense evasion and credential access, tracked as T1555.001 - Credentials from Password Stores, as DPAPI is used to protect secrets. The most critical evasion technique is loading the final payload directly into memory, a form of T1620 - Reflective Code Loading. This fileless approach bypasses security products that rely on scanning files on disk.
Command and Control: RemotePELoader establishes a C2 channel using T1071.001 - Web Protocols to download the RemotePE module.
Impact: The RemotePE RAT is a full-featured C++ trojan. It allows for file operations, process execution, and configuration changes. A notable feature is its secure file deletion command, which overwrites files with constant bytes seven times before deletion. This anti-forensics technique, a form of T1485 - Data Destruction, has also been observed in other Lazarus Group tools like PondRAT and POOLRAT, strengthening the attribution.
The use of a memory-only RAT poses a significant threat to the targeted financial and cryptocurrency firms. The malware's stealthy nature allows it to persist undetected for longer periods, giving attackers ample time to conduct reconnaissance, steal credentials, and exfiltrate sensitive financial data or digital assets. The cross-platform nature of the malware suggests that it could be deployed against a variety of operating systems, broadening its potential impact. The established link to Lazarus Group indicates that the motive is likely financial theft to fund the North Korean regime.
domainaes-secure[.]netSecurity teams should hunt for the following patterns to detect RemotePE activity:
process_nameapi_endpointCryptUnprotectDataDPAPILoader is attempting to decrypt its next stage.network_traffic_patternaes-secure[.]net or other newly registered/suspicious domains.memory_patternMemory Analysis: Since RemotePE is fileless, detection hinges on memory analysis. EDR solutions with capabilities for scanning process memory and identifying reflective loading are essential. D3FEND's D3-PA: Process Analysis is the primary defensive technique.
Behavioral Monitoring: Monitor for chains of suspicious behavior, such as a user on Telegram downloading a file, which then spawns a loader that makes a network connection. EDR tools can correlate these events to detect the infection chain.
Network Traffic Analysis: Decrypt and inspect outbound network traffic. Look for connections to known malicious domains like aes-secure[.]net or other suspicious indicators. This is an application of D3-NTA: Network Traffic Analysis.
User Training: Train employees to be skeptical of unsolicited contact on social media and messaging platforms, especially those involving job offers or business proposals that lead to downloading files. This directly counters the initial access vector and maps to M1017 - User Training.
Endpoint Hardening: Implement Attack Surface Reduction (ASR) rules to block or audit suspicious behaviors, such as office applications creating executable content or script-based attacks.
Advanced Endpoint Protection: Deploy an EDR solution that provides visibility into memory and process behavior, not just file-based threats. This is critical for detecting fileless malware like RemotePE. This aligns with M1049 - Antivirus/Antimalware and M1040 - Behavior Prevention on Endpoint.
Using an EDR to monitor for suspicious process chains and in-memory execution is key to detecting and stopping fileless malware.
Educating users about social engineering tactics on platforms like Telegram can prevent the initial compromise.
Inspecting and filtering egress network traffic can block C2 communications, even if the malware is already running.
Modern AV/EDR solutions with memory scanning and behavioral analysis capabilities are required to combat threats like RemotePE.

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