LiveActive security incident?Get immediate response
MITRE ATT&CK® Malware

S0034: NETEAGLE

NETEAGLE is a backdoor developed by APT30 with compile dates as early as 2008. It has two main variants known as “Scout” and “Norton.” [1]

EnterpriseS0034MalwareObject v1.1Modified
Glexia's Take · Automated analysis

Security context for executives and security teams

Automation confidenceMedium

NETEAGLE is a Windows backdoor associated in ATT&CK with APT30 and documented with compile dates as early as 2008. Its business significance is not that it is new, but that its mapped behaviors represent durable intrusion tradecraft: persistence through Windows startup mechanisms, host discovery, command execution, resilient command-and-control, and exfiltration over the same C2 channel. For leaders, this is a useful test case for whether endpoint, network, and incident response processes can recognize older but still relevant backdoor patterns rather than relying only on named-malware signatures.

Executive priority

Prioritize NETEAGLE as a coverage-validation object, not as proof of current exposure. It helps security leaders ask whether Windows endpoint monitoring, egress visibility, web/non-web protocol inspection, and persistence auditing are sufficient to support incident decisions. Because the ATT&CK relationships include fallback channels, dynamic resolution, encrypted C2, and exfiltration over C2, the key business issue is resilience: can the organization detect and contain a backdoor that changes communication paths and blends data theft into command traffic?

Technical view

ATT&CK lists NETEAGLE as Windows malware and maps it to execution via Windows Command Shell, discovery of processes and files/directories, persistence via Registry Run Keys or Startup Folder, multiple C2 patterns including application-layer protocols, web protocols, non-application-layer protocols, fallback channels, dynamic resolution, symmetric cryptography, and exfiltration over C2. SOC and IR teams should validate host telemetry for suspicious cmd.exe activity, autorun/startup changes, process and file enumeration, and network telemetry for unusual outbound sessions, web-like C2, alternate protocol use, changing destinations, and encrypted payloads not explained by normal business applications.

Likely telemetry

  • Windows endpoint process creation and command-line telemetry, especially cmd.exe and discovery commands
  • Windows registry and startup folder change events related to autorun persistence
  • File and directory enumeration activity from endpoints
  • Process listing or process discovery activity from endpoints
  • DNS, proxy, firewall, and network flow records for outbound C2-like communications

Detection direction

  • Do not depend only on a NETEAGLE malware name or static signature; validate behavior-based coverage across the mapped ATT&CK techniques.
  • Correlate Windows autorun persistence with subsequent command-shell execution, discovery activity, and outbound network connections.
  • Tune detections for command shell and discovery activity against administrative baselines to reduce false positives from legitimate IT operations.
  • Review whether proxy, DNS, firewall, and endpoint data can connect a host process to outbound web or non-web protocol communications.
  • Assess blind spots around encrypted C2, dynamic resolution, and fallback channels, because these behaviors can weaken simple domain/IP blocklists and single-channel detections.

Mitigation priorities

  • Harden Windows persistence surfaces by monitoring and controlling Registry Run Keys and startup folder changes.
  • Limit unnecessary command-shell use through administrative controls and least privilege where operationally feasible.
  • Maintain egress controls and logging for outbound web and non-web protocols, with review paths for unusual destinations or protocol use.
  • Ensure DNS, proxy, firewall, and endpoint telemetry are retained long enough to support incident reconstruction of C2 and exfiltration-over-C2 scenarios.
  • Prepare IR playbooks that include containment of a host with possible fallback C2, collection of persistence artifacts, process history, and network history.
Additional notes and limits

The supplied ATT&CK object provides a concise malware description, one external FireEye APT30 reference, and relationship mappings to techniques. The most defensible Glexia interpretation is to treat NETEAGLE as a behavioral coverage benchmark for Windows backdoor activity associated with a documented threat group, rather than as a standalone current threat claim.

MITRE provides no official detection text for this object, and the supplied fields do not include indicators, hashes, specific C2 infrastructure, affected sectors, active exploitation status, or detailed variant behavior beyond the Scout and Norton names. Local telemetry, asset context, and approved administrative baselines are required to determine exposure, detection quality, and response priority.

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Official MITRE ATT&CK definition

NETEAGLE

NETEAGLE is a backdoor developed by APT30 with compile dates as early as 2008. It has two main variants known as “Scout” and “Norton.” [1]

View the same entry on attack.mitre.org (MITRE-hosted reference; in-page links above use the Glexia ATT&CK library.)

Glexia analysis

How security teams should use this page

Treat this object as behavior context, not an attribution claim. Validate the related groups, software, data sources, and mitigations against official ATT&CK relationships and your own telemetry before making control-coverage decisions.

ATT&CK relationship table

Techniques used

This mirrors the MITRE pattern of making group, software, campaign, and technique relationships scannable. Relationship notes come from mirrored ATT&CK relationship text when available.

11 rows
DomainIDNameRelationship / procedure
EnterpriseT1573.001Symmetric CryptographySub-technique

NETEAGLE will decrypt resources it downloads with HTTP requests by using RC4 with the key "ScoutEagle."[1]

EnterpriseT1057Process Discovery

NETEAGLE can send process listings over the C2 channel.[1]

EnterpriseT1071Application Layer Protocol

Adversaries can also use NETEAGLE to establish an RDP connection with a controller over TCP/7519.

EnterpriseT1041Exfiltration Over C2 Channel

NETEAGLE is capable of reading files over the C2 channel.[1]

EnterpriseT1568Dynamic Resolution

NETEAGLE can use HTTP to download resources that contain an IP address and port number pair to connect to for C2.[1]

EnterpriseT1083File and Directory Discovery

NETEAGLE allows adversaries to enumerate and modify the infected host's file system. It supports searching for directories, creating directories, listing directory contents, reading and writing to files, retrieving file attributes, and retrieving volume information.[1]

EnterpriseT1547.001Registry Run Keys / Startup FolderSub-technique

The "SCOUT" variant of NETEAGLE achieves persistence by adding itself to the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Registry key.[1]

EnterpriseT1071.001Web ProtocolsSub-technique

NETEAGLE will attempt to detect if the infected host is configured to a proxy. If so, NETEAGLE will send beacons via an HTTP POST request. NETEAGLE will also use HTTP to download resources that contain an IP address and Port Number pair to connect to for further C2.[1]

EnterpriseT1059.003Windows Command ShellSub-technique

NETEAGLE allows adversaries to execute shell commands on the infected host.[1]

EnterpriseT1008Fallback Channels

NETEAGLE will attempt to detect if the infected host is configured to a proxy. If so, NETEAGLE will send beacons via an HTTP POST request; otherwise it will send beacons via UDP/6000.[1]

EnterpriseT1095Non-Application Layer Protocol

If NETEAGLE does not detect a proxy configured on the infected machine, it will send beacons via UDP/6000. Also, after retrieving a C2 IP address and Port Number, NETEAGLE will initiate a TCP connection to this socket. The ensuing connection is a plaintext C2 channel in which commands are specified by DWORDs.[1]

Associated objects

Groups, software, and campaigns

GroupEnterprise

G0013: APT30

APT30 is a threat group suspected to be associated with the Chinese government. While Naikon shares some characteristics with APT30, the two groups do not appear to be exact matches.[1][2]

Relationship explorer

All related ATT&CK context

Change history

Object version and sync metadata

The fields below describe the current mirrored snapshot. When Glexia retains multiple ATT&CK source imports, you can open the table to compare the same object across releases (hashes and MITRE timestamps). For MITRE’s own release notes and roadmap, see ATT&CK resources — Updates.

ATT&CK release
19.1
Object version
1.1
Created
Modified
Raw hash
870f8bb9730efaa2...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.1Current bundle870f8bb9730e…
Raw source

Mirrored ATT&CK source object

The raw object is retained through the mirrored ATT&CK source bundle and object hash. The raw endpoint returns the exact object from the mirrored bundle when available.

Source references

External references and citations

MITRE external references are preserved separately from Glexia analysis so citations remain traceable to their original source records.

  1. [1]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  2. [2]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  3. [3]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  4. [4]
    mitre-attackS0034
    Open source URL
  5. [5]
    mitre-attackS0034
    Open source URL
  6. [6]
    mitre-attackS0034
    Open source URL
  7. [7]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  8. [8]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  9. [9]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  10. [10]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  11. [11]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  12. [12]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  13. [13]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  14. [14]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  15. [15]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  16. [16]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  17. [17]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  18. [18]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  19. [19]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  20. [20]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  21. [21]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  22. [22]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  23. [23]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  24. [24]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  25. [25]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  26. [26]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  27. [27]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
  28. [28]
    FireEye APT30

    FireEye Labs. (2015, April). APT30 AND THE MECHANICS OF A LONG-RUNNING CYBER ESPIONAGE OPERATION. Retrieved November 17, 2024.

    Open source URL
Source and licensing

Source: MITRE ATT&CK®. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation. Glexia is not affiliated with or endorsed by MITRE.