Nimbus Manticore Resurfaces During Operation Epic Fury with New Techniques
Nimbus Manticore, an Iranian IRGC-affiliated threat actor, resurfaced during Operation Epic Fury, employing AppDomain Hijacking, SEO poisoning, and a new MiniFast backdoor while targeting the aviation and software sectors.
Nimbus Manticore (UNC1549), an Iranian IRGC-affiliated threat actor, resurfaced during Operation Epic Fury in February 2026, targeting the defense, aviation, and telecommunication sectors. The actor employed new techniques, including AppDomain Hijacking, AI-assisted malware development for its MiniFast backdoor, and SEO poisoning, demonstrating enhanced capabilities. The campaign used phishing lures impersonating organizations in the aviation and software sectors across the United States, Europe, and the Middle East. The actor also abused a Zoom installer’s execution flow to stage a time-sensitive infection chain, blending malicious activity with legitimate system processes. This resurgence indicates the actor’s rapid adaptation and operational availability during periods of geopolitical tension.
Attack Chain
- Initial Access: Spear-phishing emails are sent to employees in the aviation and software sectors with fake career opportunities.
- Lure Delivery: Victims are directed to download a ZIP archive hosted on platforms like OnlyOffice.
- AppDomain Hijacking: The ZIP file contains a benign
Setup.exe, a maliciousSetup.exe.configfile that hijacks the application domain,uevmonitor.dll(first-stage dropper), and a benignInterop.TaskScheduler.dll. - First Stage Execution: Executing
Setup.exeloadsuevmonitor.dll, which extracts and deploys the next-stage payload. - MiniJunk Deployment: The dropper writes files into
C:\Users\<USER>\AppData\Local\Packages\, including a legitimate executable for DLL sideloading and a malicious DLL identified as a new version of the MiniJunk backdoor. - Zoom Installer Abuse: A malicious DLL is sideloaded into a legitimate Zoom installer to execute code.
- MiniFast Backdoor Installation: The new MiniFast backdoor is installed, providing remote access and control.
- Persistence and Data Exfiltration: The MiniFast backdoor establishes persistence and begins exfiltrating data from the compromised system.
Impact
The Nimbus Manticore campaign targeted organizations in the aviation and software sectors across the United States, Europe, and the Middle East. Successful exploitation leads to the installation of the MiniFast backdoor, enabling data exfiltration and potential disruption of operations. This can compromise sensitive information, intellectual property, and critical infrastructure within the targeted sectors. The actor’s enhanced capabilities, including AI-assisted malware development, allow for rapid adaptation and increased operational effectiveness during periods of conflict.
Recommendation
- Monitor process creation events for
Setup.exeloading DLLs from unusual locations, specificallyuevmonitor.dll, to detect AppDomain Hijacking (see Sigma ruleDetect AppDomain Hijacking via Setup.exe). - Implement network monitoring for connections to known malicious domains associated with Nimbus Manticore, such as those listed in the referenced Checkpoint report.
- Enable Sysmon logging for process creation and file creation events to capture the full attack chain, including the execution of
Setup.exeand the creation of files in theC:\Users\<USER>\AppData\Local\Packages\directory. - Deploy the Sigma rule
Detect MiniJunk File Creationto identify files written to the user’s AppData\Local\Packages directory, which is indicative of MiniJunk deployment.
Detection coverage 2
Detect AppDomain Hijacking via Setup.exe
highDetects AppDomain Hijacking by monitoring for Setup.exe loading uevmonitor.dll, as used by Nimbus Manticore.
Detect MiniJunk File Creation
mediumDetects the creation of MiniJunk files in the user's AppData\Local\Packages directory.
Detection queries are available on the platform. Get full rules →