Mirage Kitten APT Uses NightLedger Backdoor in Attacks

Mirage Kitten APT Deploys New Malware in META Espionage Campaign

HIGH
July 31, 2026
5m read
Threat ActorMalwareThreat Intelligence

Related Entities

Threat Actors

Mirage KittenAPT-C-12

Organizations

Other

NightLedgerArcBridgeBridgeHead

Full Report

Executive Summary

Researchers from Kaspersky's Global Research and Analysis Team (GReAT) have discovered a previously undocumented malware set developed and deployed by the Mirage Kitten APT group (also known as APT-C-12). This new toolset was used in a broad cyber-espionage campaign targeting organizations across the Middle East and Africa (META). The campaign's primary goal is long-term data exfiltration and maintaining persistent access. The toolset features a new Windows backdoor called NightLedger, along with two custom tunneling tools, ArcBridge and BridgeHead, which are used to obfuscate the attackers' C2 traffic and maintain a low profile.


Threat Overview

The campaign has a wide geographical and sectoral scope, indicating a broad intelligence-gathering objective. Victims have been identified in Egypt, Jordan, Tanzania, Pakistan, Ethiopia, and Burkina Faso. Targeted sectors include government, aviation, telecommunications, and finance. The attackers' methodology focuses on establishing a persistent foothold within a target network and using it as a relay point for their operations, making their activity difficult to trace.

The core components of the new toolset are:

  • NightLedger: A Windows backdoor that gives the attackers remote command execution, file system access, and screen capture capabilities.
  • ArcBridge & BridgeHead: Custom covert tunneling tools. They turn a compromised machine into a proxy or relay node, routing the attackers' traffic through it to hide their true origin and bypass network defenses.

Technical Analysis

The toolset demonstrates a focus on stealth and persistence. Kaspersky attributed the malware to Mirage Kitten based on code and behavioral overlaps with the group's known arsenal.

  • Initial Access: The initial access vector is not definitively known but likely involves common APT methods like spear-phishing (T1566 - Phishing) or exploiting public-facing applications (T1190 - Exploit Public-Facing Application).
  • Execution & Persistence: Once on a system, the NightLedger backdoor is installed. It likely establishes persistence through standard methods like Registry Run Keys or Scheduled Tasks (T1547.001 - Registry Run Keys / Startup Folder).
  • Command and Control & Lateral Movement: The most notable technique is the use of the ArcBridge and BridgeHead tools for T1572 - Protocol Tunneling. By turning a victim machine into a C2 relay, they can make their lateral movement attempts and data exfiltration appear as internal network traffic, evading detection. This is a form of T1090 - Proxy.
  • Collection: The backdoor's capabilities, including file browsing and screen capture (T1113 - Screen Capture), allow the attackers to collect a wide range of sensitive information.

Impact Assessment

The impact of this campaign is primarily cyber-espionage. For the targeted government, telecom, and financial organizations, the theft of sensitive data can have serious national security, economic, and privacy implications. The long-term persistence achieved by the attackers means they could monitor communications, steal strategic plans, and gather intelligence over an extended period. The use of victim machines as proxies also puts the compromised organizations at risk of being implicated in attacks against other targets, causing further reputational and legal damage.


IOCs — Directly from Articles

No specific file hashes, IP addresses, or domains were provided in the source articles.


Cyber Observables — Hunting Hints

Security teams can hunt for this type of activity using the following observables:

Type
network_traffic_pattern
Value
Internal Host as Proxy
Description
A server or workstation making connections to multiple other internal systems, followed by an outbound connection to an external IP.
Context
Netflow analysis, SIEM correlation.
Type
process_name
Value
(Unsigned Executables)
Description
Monitor for the execution of new, unsigned executables in user profiles or temp directories.
Context
EDR, process monitoring.
Type
network_traffic_pattern
Value
Sustained, unusual traffic flows
Description
A persistent, low-and-slow connection from an internal host to an unknown external IP can indicate a C2 channel.
Context
Firewall logs, IDS/IPS.
Type
command_line_pattern
Value
netsh interface portproxy
Description
Command used to configure a proxy or port forwarding on a Windows host.
Context
Process monitoring (Event ID 4688), EDR.

Detection & Response

Detection:

  • Network Traffic Analysis: The key to detecting this toolset is sophisticated network traffic analysis. Use tools that can baseline normal traffic and identify when a host begins acting as a proxy or relay. This is a direct application of D3FEND's Network Traffic Analysis (D3-NTA).
  • Endpoint Monitoring: An EDR solution can detect the initial execution of the NightLedger backdoor and the subsequent creation of network connections by the tunneling tools.
  • DNS Monitoring: Monitor DNS logs for queries to newly registered or suspicious domains, which may be used for C2.

Response:

  1. Isolate: Isolate the compromised host to sever the C2 channel and prevent it from being used as a relay.
  2. Investigate: Analyze network logs to identify other internal systems the relay was communicating with, and external IPs it was connecting to. This helps scope the breach.
  3. Remediate: Remove the malware (NightLedger, ArcBridge, BridgeHead) from all identified systems and reset credentials for any accounts that may have been compromised.

Mitigation

Immediate Actions:

  1. Egress Filtering: Implement strict outbound network traffic filtering. Deny all outbound traffic by default and only allow connections to known-good destinations on expected ports.
  2. Patching: Aggressively patch public-facing systems to reduce the initial attack surface.
  3. Email Security: Use advanced email security solutions to block phishing attempts.

Strategic Recommendations:

  • Internal Segmentation: Implement internal network segmentation to limit an attacker's ability to move laterally, even if they compromise a host. A workstation should not be able to connect directly to a critical server in another segment.
  • Principle of Least Privilege: Ensure user accounts only have the minimum level of access required for their roles to limit what an attacker can do after compromising an account.
  • Threat Intelligence Integration: Integrate threat intelligence feeds into your security tools (SIEM, firewall, etc.) to block known malicious IPs and domains associated with APT groups like Mirage Kitten.

Timeline of Events

1
April 1, 2026
The first of the new tunneling tools (BridgeHead) was identified in activity targeting victims in the Middle East.
2
July 31, 2026
This article was published

MITRE ATT&CK Mitigations

Implement strict egress filtering to block outbound C2 traffic to unknown destinations.

Mapped D3FEND Techniques:

Use NIDS/NIPS and network traffic analysis to detect anomalous patterns like tunneling.

Mapped D3FEND Techniques:

Audit

M1047enterprise

Continuously monitor endpoint and network logs for signs of compromise.

Implement internal segmentation to prevent an attacker from using a compromised host to pivot to other network zones.

Mapped D3FEND Techniques:

D3FEND Defensive Countermeasures

The primary defense against Mirage Kitten's tunneling tools is advanced Network Traffic Analysis (NTA). Deploy NTA sensors at key network choke points to baseline normal traffic flows within the environment. The system should be configured to detect when an internal host, like a user workstation or a server, begins behaving like a proxy. Specifically, it should alert when a single host starts receiving connections from multiple other internal clients and then funnels that aggregated traffic to a single external IP address. This pattern is a strong indicator of a C2 relay like ArcBridge or BridgeHead. By analyzing flow data (NetFlow, sFlow) and even full packet capture, NTA tools can identify the characteristic signatures of tunneling, even if the traffic is encrypted, providing a high-fidelity alert that endpoint tools might miss.

Implement a default-deny policy for outbound traffic on perimeter firewalls. This is a powerful, proactive control that can block the C2 communications of NightLedger and the tunneling tools. Instead of allowing all outbound traffic, configure the firewall to only permit connections to known, approved external IP addresses and domains on specific ports required for business operations. All other outbound connection attempts should be blocked and logged. This makes it significantly harder for the malware to establish a connection to its C2 server. An increase in blocked outbound traffic from a specific internal host can serve as an early indicator of compromise, prompting an investigation.

Timeline of Events

1
April 1, 2026

The first of the new tunneling tools (BridgeHead) was identified in activity targeting victims in the Middle East.

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

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.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

Mirage KittenAPTNightLedgerEspionageKasperskyThreat Intelligence

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

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.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

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 Generator

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.