Lazarus Deploys Memory-Only RAT
North Korea’s Lazarus Group is at it again. This time, the prolific nation-state actor is deploying a sophisticated, cross-platform memory-only Remote Access Trojan (RAT) dubbed RemotePE against financial institutions and cryptocurrency firms. The findings, detailed by NCC Group’s Fox-IT, paint a picture of an adversary increasingly focused on stealth and persistence, leaving minimal digital breadcrumbs.
This isn’t just another piece of malware; it’s a proof to Lazarus’s evolving operational tradecraft. The RAT is the final payload in a multi-stage attack chain orchestrated by two loaders: DPAPILoader and RemotePELoader. The former, as its name suggests, use Windows Data Protection API (DPAPI) to decrypt and load the latter from disk. What follows is critical: RemotePELoader then establishes a beacon to its command-and-control (C2) infrastructure, patiently awaiting the arrival of its main payload—RemotePE itself.
Here’s the punchline: RemotePE is designed to execute entirely in memory. It’s never written to disk, a deliberate architectural choice that significantly complicates forensic analysis and detection. Think of it as a ghost in the machine, operating without leaving a physical trace for investigators to follow.
Stealth as a Core Tenet
Researchers first flagged RemotePE in September 2025, linked to an attack on an unnamed decentralized finance (DeFi) entity. That intrusion began, as so many do, with a human element: social engineering. A victim was approached on Telegram, masquerading as a company insider, with fake Calendly and Picktime domains set up for a seemingly legitimate meeting. This initial compromise, however, was merely the gateway.
The infection vector unfolds in three distinct stages. DPAPILoader, a DLL file masquerading as “Iassvc.dll,” is the initial infiltrator, responsible for decrypting an encrypted payload using DPAPI. The earliest evidence of this loader dates back to November 2023, indicating a sustained period of development and deployment.
Once decrypted, the payload morphs into RemotePELoader. This stage is the bridge to the final objective. It communicates with a remote server at “aes-secure[.]net” via HTTP, retrieves the core RemotePE module, and crucially, injects it directly into memory. But it’s not just a passive transfer; RemotePELoader employs advanced evasion techniques, including Hell’s Gate and patching Event Tracing for Windows (ETW), to slip past security defenses before the RAT even gets a chance to breathe.
A Toolkit for Persistent Espionage
RemotePE itself is a fully functional RAT, coded in C++. It continuously polls its C2 server, awaiting a grim menu of instructions. These commands are comprehensive, covering everything from C2 configuration management, file operations, process manipulation (creation, termination), and even the ability to pause execution or self-destruct. It can list running processes, create new ones, or terminate them by ID, offering granular control over the compromised system.
A particularly chilling detail is its file deletion mechanism: it overwrites files seven times with constant bytes before renaming and deleting them. This is a signature also seen in other Lazarus-linked malware families like PondRAT and POOLRAT (also known as SIMPLESEA), reinforcing the attribution.
Fox-IT obtained four RemotePE samples, providing a development timeline stretching from mid-2023 to mid-2024, with the earliest version timestamped July 4, 2023. This consistent development suggests an ongoing, active investment in this particular toolset.
The toolset’s environmental keying, memory-only execution, EDR evasion, and low forensic footprint suggest it is purpose-built for long-term observation campaigns. This allows the actor to quietly maintain access over an extended period before moving to a high-impact final objective such as data theft or a large-scale financial heist, consistent with this actor’s known history.
This assessment is where the market dynamics become clear. Lazarus isn’t just looking for a quick smash-and-grab. They’re cultivating persistent access, aiming for high-value targets where extended surveillance and data exfiltration can yield the greatest financial reward. The “actor-in-the-loop” delivery model, coupled with the fact that neither RemotePELoader nor RemotePE registered on VirusTotal prior to this report, points to a strategy reserved for the most lucrative of objectives—the kind that sustains Lazarus’s operations and, by extension, funds a hostile state.
Why Does This Matter for Developers?
The implication for developers, particularly those working in cybersecurity, is stark. The increasing sophistication of memory-only malware demands a paradigm shift in threat detection and incident response. Traditional file-based analysis is becoming obsolete against threats like RemotePE. Defenders must embrace memory forensics, advanced EDR capabilities, and behavioral analysis to even stand a chance. Furthermore, the social engineering vectors highlight the perennial need for strong employee training and secure communication practices. Supply chain attacks and initial access methods remain low-tech but devastatingly effective entry points for high-end adversaries.
Is This a New Threat for Finance?
No, but it’s an evolved one. Lazarus has a well-documented history of targeting financial and cryptocurrency entities, from the notorious SWIFT heists to ransomware operations. What’s new here is the methodology. RemotePE represents a significant leap in their capability to operate covertly, prioritizing long-term persistence and minimizing the chances of detection during the critical initial phases of an attack. The focus on memory-only execution isn’t just a technical tweak; it’s a strategic pivot towards making their presence virtually undetectable for extended periods, allowing for more comprehensive data gathering or the preparation of larger, more impactful operations. The continuous development cycles indicated by the samples suggest that this isn’t a one-off experiment but a core component of their evolving toolkit.
🧬 Related Insights
- Read more: [Cybersecurity Crisis] Most Feel Undervalued, Underpaid
- Read more: [Key Insight] Test DDoS Defenses Under Peak Load or Fail
Frequently Asked Questions
What does RemotePE do? RemotePE is a Remote Access Trojan (RAT) designed to run entirely in a computer’s memory, allowing attackers like the Lazarus Group to remotely control infected systems without writing files to disk, thereby evading detection.
Who is behind RemotePE? The North Korea-linked Lazarus Group is deploying RemotePE in attacks against financial and cryptocurrency firms.
How does RemotePE evade detection? It operates exclusively in memory, never writing to disk, and uses techniques like Hell’s Gate and ETW patching to bypass security software.