“Operation: ToyBox Story” – APT37 Reemerges with Academic Lures and Fileless Malware Tactics
In early 2025, threat analysts at Genians Security Center (GSC) uncovered a stealthy cyber-espionage operation, traced to the North Korean threat group known as APT37. This latest wave targets individuals and researchers involved in North Korean policy, leveraging a cunning blend of social engineering and cloud-based delivery tactics.
Disguised as invitations to high-level academic discussions from a reputable South Korean national security institute, the emails reference timely political topics like “The Trump 2.0 Era” and reports of “North Korean Troop Deployments to Russia.” These well-crafted messages are designed to deceive targets into engaging with embedded Dropbox links.
Once clicked, the links initiate downloads of archive files containing Windows shortcut files (.lnk). These shortcuts, when launched, silently execute fileless malware—bypassing many traditional security systems. This tactic, dubbed Living off Trusted Sites (LoTS), takes advantage of widely-used platforms like Dropbox to covertly manage communications between the infected system and attacker-controlled infrastructure.
GSC labeled this campaign “Operation: ToyBox Story” after discovering unique strings embedded in the payload. Their analysis revealed that APT37 has not only refined its deception techniques but also continued its use of the long-running RoKRAT malware family. Although the core framework of RoKRAT remains consistent, subtle refinements allow it to evade detection and improve reliability across diverse environments.
Infection Strategy and Malware Behavior
The attack initiates with the execution of LNK files, camouflaged inside the downloaded archive. These files are rigged with PowerShell commands engineered to run multi-step routines without leaving conventional traces on disk. To maintain credibility, a legitimate-looking document is displayed while the malware operates in the background.
The embedded PowerShell script unpacks and executes three hidden components in the system’s temporary directory, evading basic antivirus checks:
Powershell
$lnkPath = Get-ChildItem -Path $dirPath -Recurse . -File |
where {$_.extension -in $exs} | where-object {$_.length -eq 0x014F63F0} |
Select-Object -ExpandProperty FullName
A deeper dive into the shellcode revealed that the malicious payloads use XOR encoding to obfuscate their presence, then load themselves directly into memory. This fileless architecture minimizes the attack’s on-disk signature, making it harder for traditional defenses to detect or respond.
Once active, RoKRAT establishes secure communication channels using Dropbox’s own API, authenticated via stolen OAuth tokens. The malware performs advanced surveillance tasks such as:
- Capturing screen activity
- Collecting system and hardware details
- Maintaining persistent remote access
The use of legitimate cloud APIs and dynamic runtime code obfuscation (such as splitting and rejoining file extensions like .bat) illustrates APT37’s intent to frustrate signature-based detection systems.
Notably, command-and-control traffic was traced to Dropbox accounts associated with suspicious Russian-linked Yandex email addresses, including rolf.gehrung@yandex.com and ekta.sahasi@yandex.com.
Strategic Implications
This campaign demonstrates a clear focus on intelligence gathering, particularly around South Korean geopolitical strategy and foreign policy. Security professionals view the targeting of academia and civil society researchers as part of a broader surveillance objective by the DPRK’s cyber apparatus.
APT37’s blend of legitimate tools, evolving obfuscation techniques, and geopolitical bait makes this operation particularly dangerous—and a warning to institutions engaged in regional policy and research.

Visual Overview of the Attack Path (Credit: Genians)
To effectively counter fileless intrusions like those deployed in Operation: ToyBox Story, organizations must move beyond conventional security models. Legacy, signature-dependent tools lack the agility to flag these stealthy, in-memory operations.
Instead, security teams should adopt behavioral analytics and endpoint detection and response (EDR) platforms capable of identifying subtle anomalies in user and process behavior. These technologies enable proactive threat hunting by recognizing unusual patterns rather than relying on known indicators.
APT37’s strategic use of trusted cloud platforms for command-and-control (C2) further complicates detection efforts. As adversaries increasingly exploit everyday services like Dropbox to cloak malicious activity within normal network traffic, defenders face mounting pressure to scrutinize encrypted communications and sanctioned applications for hidden threats.
The evolving landscape demands a shift from passive monitoring to continuous, intelligence-driven threat validation, where visibility, context, and real-time analysis form the foundation of cyber resilience.




