Mirage Kitten Targets Middle East and Africa with New Malware
Mirage Kitten, an advanced persistent threat (APT) group, is deploying new Windows backdoor (NightLedger) and WebSocket tunnelers (ArcBridge, BridgeHead) via spear-phishing campaigns to conduct cyber-espionage and data exfiltration against aerospace, aviation, defense, and telecommunications sectors in the Middle East and Europe.
Mirage Kitten, also known as UNC1549, Smoke Sandstorm, and Nimbus Manticore, is an advanced persistent threat (APT) group primarily focused on cyber-espionage operations. Since at least 2026-07, they have been observed deploying a new custom malware toolset, including the NightLedger Windows backdoor and the ArcBridge and BridgeHead WebSocket-based tunnelers. The group primarily targets aerospace, aviation, defense, and telecommunications sectors in the Middle East and Europe. Initial access is typically gained through highly targeted spear-phishing campaigns, fake recruitment portals, and malicious archives hosted on file-sharing services. The new tools enable extensive reconnaissance, command execution, file operations, data exfiltration, and covert network access through SOCKS5 tunneling, posing a significant threat of persistent compromise and sensitive data loss for affected organizations.
Attack Chain
- Initial Access via Spear-Phishing: Mirage Kitten conducts highly targeted spear-phishing campaigns using social engineering lures, such as fake recruitment content or lookalike videoconferencing pages, specifically tailored for their targets.
- Malicious File Delivery: Victims are redirected to malicious archives hosted on third-party file-sharing services, which contain the initial malware payload.
- DLL Search-Order Hijacking (NightLedger): The NightLedger backdoor, masquerading as
SspiCli.dll, is deployed to perform DLL search-order hijacking, targeting the legitimate Windows binaryAppVShNotify.exeto achieve execution. - Mutex Creation: NightLedger creates a mutex (
A8215357-F99A-44FE-BC65-D8F0434B0C03) to ensure only a single instance of the backdoor is running on the infected system, immediately exiting if the mutex already exists. - C2 Communication (NightLedger): NightLedger establishes periodic HTTPS communication with its primary C2 server
realhealthshop[.]comor fallback C2tjconsultingservices[.]comto receive commands and upload collected data. - Reconnaissance and Execution (NightLedger): The backdoor performs reconnaissance (gathering user, host, network information, listing processes, enumerating drives), executes commands, handles file operations (download, copy, delete, upload), and captures screenshots.
- BridgeHead Deployment and Evasion: The BridgeHead tunneler (e.g.,
unbcl.dll,libwinpthread-1.dll) is deployed in specific directories and performs a username check for a specific substring, intended to prevent execution in virtual analysis environments. - Covert Tunneling (BridgeHead): BridgeHead establishes an authenticated WebSocket SOCKS5 tunnel to its C2 (
smartconnect.azurewebsites.net), handling corporate proxy traversal (e.g., HTTP 407, NTLM/Negotiate authentication) to provide operator-controlled network access and facilitate further lateral movement or data exfiltration.
Impact
Mirage Kitten's cyber-espionage operations have severe consequences for targeted organizations within the aerospace, aviation, defense, and telecommunications sectors. Successful attacks result in persistent network compromise, unauthorized access to sensitive systems, and exfiltration of classified or proprietary data. This can lead to significant intellectual property theft, national security risks, and substantial financial and reputational damage. The group has actively targeted entities in Egypt and a Pakistan-based aerospace and aviation organization, demonstrating a focused effort against critical infrastructure and high-value intelligence targets.
Recommendation
- Deploy the Sigma rules provided in this brief to detect the custom malware components NightLedger and BridgeHead.
- Block communication with the identified C2 domains
realhealthshop[.]com,tjconsultingservices[.]com, andsmartconnect.azurewebsites.netat the network perimeter (DNS resolver, firewall, proxy). - Monitor for
image_loadevents on Windows endpoints whereAppVShNotify.exeloadsSspiCli.dllfrom non-standard system paths, as identified in the detection rules. - Investigate outbound network connections, specifically HTTPS WebSocket traffic, to
smartconnect.azurewebsites.netusing the unique User-Agent string from the provided rules. - Implement robust email security solutions and conduct regular user awareness training to educate employees about sophisticated spear-phishing tactics and prevent initial access.
- Enable comprehensive
process_creationandfile_eventlogging on Windows endpoints to capture activity related to NightLedger and BridgeHead DLL deployment and execution.
Detection coverage 4
Detect NightLedger Backdoor via AppVShNotify.exe DLL Hijacking
highDetects the Mirage Kitten (UNC1549) NightLedger backdoor by monitoring for suspicious loading of 'SspiCli.dll' by 'AppVShNotify.exe' from non-standard system paths, indicative of DLL search-order hijacking.
Detect NightLedger Backdoor C2 DNS Queries
highDetects DNS queries to known Command and Control (C2) domains used by the Mirage Kitten (UNC1549) NightLedger backdoor.
Detect Mirage Kitten BridgeHead Tunneler WebSocket Connection
highDetects the Mirage Kitten (UNC1549) BridgeHead WebSocket tunneler through its distinctive outbound HTTPS WebSocket connection to 'smartconnect.azurewebsites.net' with a specific User-Agent string.
Detect Mirage Kitten BridgeHead Tunneler DLL Deployment
highDetects the deployment of the Mirage Kitten (UNC1549) BridgeHead tunneler DLLs ('unbcl.dll', 'libwinpthread-1.dll') in known suspicious paths.
Detection queries are available on the platform. Get full rules →
Indicators of compromise
3
domain
| Type | Value |
|---|---|
| domain | realhealthshop[.]com |
| domain | tjconsultingservices[.]com |
| domain | smartconnect.azurewebsites.net |