Miragefox

Category: trojan · Aliases: Trojan.MirageFox, Backdoor.MirageFox, APT15 Tool · Sample count (EMBER 2018): 1 · Enrichment: insufficient_information · Updated: 2026-07-01T16:27:47Z
Category: TrojanActor: Unknown / CybercriminalIndustry: Global / OpportunisticMotivation: Opportunistic

Overview

Executive Summary

MirageFox is a highly specialized, sophisticated Remote Access Trojan (RAT) and backdoor utilized exclusively by the Chinese state-sponsored cyber-espionage group known as APT15 (also tracked as Vixen Panda or Ke3chang). It is a heavily upgraded, stealthier evolution of the group's older "Mirage" malware, designed specifically to infiltrate high-value government, diplomatic, and defense contractor networks while evading modern endpoint detection systems.

Technical Architecture and Capabilities

MirageFox is engineered for prolonged, undetected presence within a compromised environment. It is typically deployed post-exploitation, after the attackers have already gained initial access via spear-phishing and established a foothold. Key technical features of the MirageFox framework include:

Threat Impact

The presence of MirageFox on a network is a definitive indicator of a targeted, state-sponsored espionage campaign. The primary objective is the theft of classified intelligence, geopolitical communications, and advanced defense blueprints, representing a critical breach of national security.

Detection and Eradication

Known aliases

Threat reports may refer to this family under multiple names:

MITRE ATT&CK Techniques

This family has been observed using the following ATT&CK techniques: T1574.002 T1071.004 T1071.001 T1105

Tactical Mitigations

Based on the techniques used by this family, consider the following defensive strategies:

Generated Detections (Boilerplate)

These YARA and Sigma rules are auto-generated based on the family name and aliases. They must be heavily tuned before deployment in a production environment.

YARA Rule

rule MALWARE_WIN_MIRAGEFOX {
    meta:
        description = "Detects Miragefox (trojan)"
        author = "SystemHelpdesk Boilerplate Generator"
        date = "2026-07-06"
    strings:
        $s1 = "miragefox" ascii wide nocase
        $s2 = "trojan.miragefox" ascii wide nocase
        $s3 = "backdoor.miragefox" ascii wide nocase
        $s4 = "apt15 tool" ascii wide nocase
    condition:
        uint16(0) == 0x5a4d and any of them
}

Sigma Rule

title: Suspicious Miragefox Activity
id: ac9845b53385c597616c8c18b86e35d1
status: experimental
description: Detects generic indicators of the miragefox malware family.
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        Image|endswith:
            - '\cmd.exe'
            - '\powershell.exe'
        CommandLine|contains:
            - "*miragefox*"
            - "*trojan.miragefox*"
            - "*backdoor.miragefox*"
            - "*apt15 tool*"
    condition: selection
level: medium

References & External Analysis

Frequently Asked Questions

How do I remove the Miragefox Trojan from Windows?

Manual removal of Miragefox is highly discouraged as it may leave persistence mechanisms intact. We recommend disconnecting the device from the internet and utilizing a professional incident response service or enterprise-grade EDR software to conduct a full forensic sweep.

Is Miragefox a virus or a Trojan?

Miragefox is classified as a Trojan. Unlike traditional viruses that infect files, modern malware like Miragefox typically operates as a standalone payload designed to compromise systems, steal data, or deploy secondary stage implants.

What are the main symptoms of a Miragefox infection?

Symptoms of Miragefox can include unexpected system slowness, unauthorized outbound network traffic to unknown IP addresses, disabled security software, and suspicious background processes running from AppData or Temp directories.

Related Families (Category: trojan)

Explore other malware families in the same category:

Protect Your Network Against Trojans

Want to prevent Miragefox and similar threats from compromising your organization? Read our comprehensive defensive guide: Banking Trojan Protection.

Need help with an active incident? Published by the SystemHelpdesk team.

Machine-readable

Get this profile as JSON: https://jordan123234-malware-families-explorer.static.hf.space/api/miragefox.json

Ecosystem & Interactive Environments

This profile is part of the Malware Families Catalog, a public dataset of 2,899 malware families. The catalog is also published across our ecosystem: Hugging Face, Kaggle, Zenodo, Replit, StackBlitz, CodeSandbox, and CodePen.