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

S0493: GoldenSpy

GoldenSpy is a backdoor malware which has been packaged with legitimate tax preparation software. GoldenSpy was discovered targeting organizations in China, being delivered with the "Intelligent Tax" software suite which is produced by the Golden Tax Department of Aisino Credit Information Co. and required to pay local taxes.[1]

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

Security context for executives and security teams

Automation confidenceMedium

GoldenSpy matters because it represents backdoor malware delivered through legitimate, required tax preparation software on Windows systems. For leaders, the key issue is not just malware execution; it is the trust placed in mandatory third-party business software and whether security teams can detect malicious persistence, command-and-control, discovery, tool transfer, and possible data exfiltration when the initial package appears legitimate.

Executive priority

Prioritize this as a software supply-chain and endpoint resilience scenario. Executives should ask whether mandated or business-critical third-party applications are inventoried, risk-reviewed, monitored after installation, and covered by incident response playbooks. The business risk is elevated where compliance or tax operations depend on software that users may be required to install, because blocking it outright may not be operationally simple and response decisions may need legal, compliance, and business input.

Technical view

GoldenSpy is a Windows backdoor associated with legitimate tax software packaging. ATT&CK relationships indicate behaviors defenders should validate across initial access via software supply-chain compromise, Windows command shell execution, native API use, Windows service persistence, local account creation, system and file discovery, ingress tool transfer, web-protocol command-and-control, non-standard ports, exfiltration over the C2 channel, encoded or encrypted files, resource-name masquerading, time-based checks, and file deletion. Because MITRE provides no official detection text for this object, coverage should be proven through telemetry tests and historical hunting rather than assumed from generic malware alerts.

Likely telemetry

  • Windows endpoint process creation and command-line telemetry, especially cmd.exe and child processes from tax or business software paths
  • Windows service creation, modification, service executable path changes, and related registry/service control events
  • Local account creation and group membership changes on Windows endpoints
  • File creation, modification, encoding/packed artifact indicators, suspicious placement in legitimate-looking paths, and file deletion events
  • Software inventory, installation source, update history, and package provenance for required third-party tax software

Detection direction

  • Do not rely on software reputation alone; validate monitoring for trusted or required applications spawning shells, creating services, adding accounts, deleting files, or initiating unusual outbound web traffic.
  • Baseline expected network behavior for the relevant tax or business software, then tune for new destinations, non-standard ports, unusual timing, and data transfer patterns over existing C2-like channels.
  • Correlate host and network evidence: service persistence plus discovery plus outbound web traffic is more meaningful than any single event by itself.
  • Hunt for masquerading indicators where file names, registry keys, or locations approximate legitimate resources, especially when paired with recent third-party software installation or update activity.
  • Account for false positives from legitimate software updates, support tools, and administrative scripts; require change-ticket, signer, path, parent-process, and destination context before escalation.

Mitigation priorities

  • Maintain an authoritative inventory of required third-party software and document business owners, installation sources, update mechanisms, and exception decisions.
  • Apply least privilege so business applications cannot create services, add local accounts, or modify sensitive system areas unless explicitly required and approved.
  • Use application control, change control, and endpoint hardening to constrain unexpected execution from third-party software directories.
  • Ensure egress controls and proxy inspection provide visibility into web traffic and non-standard port usage from endpoints running required business software.
  • Prepare incident response decision paths for supply-chain scenarios where the affected software may be operationally or legally required.
Additional notes and limits

The supplied ATT&CK relationship set is useful for building a defensive validation plan: supply-chain initial access, persistence, execution, discovery, C2, exfiltration, stealth, and cleanup behaviors are all represented. The most important local question is whether the organization has Windows telemetry and software governance strong enough to distinguish legitimate tax software behavior from backdoor activity.

MITRE provides no official detection guidance for GoldenSpy in the supplied object, and the object tactics field is not specified. The description identifies targeting of organizations in China via the Intelligent Tax software suite, but this take does not infer current activity, attribution, prevalence, or exposure beyond the supplied ATT&CK fields and relationships.

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

Official MITRE ATT&CK definition

GoldenSpy

GoldenSpy is a backdoor malware which has been packaged with legitimate tax preparation software. GoldenSpy was discovered targeting organizations in China, being delivered with the "Intelligent Tax" software suite which is produced by the Golden Tax Department of Aisino Credit Information Co. and required to pay local taxes.[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.

15 rows
DomainIDNameRelationship / procedure
EnterpriseT1543.003Windows ServiceSub-technique

GoldenSpy has established persistence by running in the background as an autostart service.[1]

EnterpriseT1082System Information Discovery

GoldenSpy has gathered operating system information.[1]

EnterpriseT1136.001Local AccountSub-technique

GoldenSpy can create new users on an infected system.[1]

EnterpriseT1571Non-Standard Port

GoldenSpy has used HTTP over ports 9005 and 9006 for network traffic, 9002 for C2 requests, 33666 as a WebSocket, and 8090 to download files.[1]

EnterpriseT1041Exfiltration Over C2 Channel

GoldenSpy has exfiltrated host environment information to an external C2 domain via port 9006.[1]

EnterpriseT1195.002Compromise Software Supply ChainSub-technique

GoldenSpy has been packaged with a legitimate tax preparation software.[1]

EnterpriseT1036.005Match Legitimate Resource Name or LocationSub-technique

GoldenSpy's setup file installs initial executables under the folder %WinDir%\System32\PluginManager.[1]

EnterpriseT1106Native API

GoldenSpy can execute remote commands in the Windows command shell using the WinExec() API.[1]

EnterpriseT1059.003Windows Command ShellSub-technique

GoldenSpy can execute remote commands via the command-line interface.[1]

EnterpriseT1083File and Directory Discovery

GoldenSpy has included a program "ExeProtector", which monitors for the existence of GoldenSpy on the infected system and redownloads if necessary.[1]

EnterpriseT1070.004File DeletionSub-technique

GoldenSpy's uninstaller can delete registry entries, files and folders, and finally itself once these tasks have been completed.[2]

EnterpriseT1071.001Web ProtocolsSub-technique

GoldenSpy has used the Ryeol HTTP Client to facilitate HTTP internet communication.[1]

EnterpriseT1105Ingress Tool Transfer

GoldenSpy constantly attempts to download and execute files from the remote C2, including GoldenSpy itself if not found on the system.[1]

EnterpriseT1497.003Time Based ChecksSub-technique

GoldenSpy's installer has delayed installation of GoldenSpy for two hours after it reaches a victim system.[1]

EnterpriseT1027.013Encrypted/Encoded FileSub-technique

GoldenSpy's uninstaller has base64-encoded its variables. [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
109c4581ff7a4459...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.1Current bundle109c4581ff7a…
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]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  2. [2]
    Trustwave GoldenSpy2 June 2020

    Trustwave SpiderLabs. (2020, June 26). GoldenSpy: Chapter Two – The Uninstaller. Retrieved July 23, 2020.

    Open source URL
  3. [3]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  4. [4]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  5. [5]
    mitre-attackS0493
    Open source URL
  6. [6]
    mitre-attackS0493
    Open source URL
  7. [7]
    mitre-attackS0493
    Open source URL
  8. [8]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  9. [9]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  10. [10]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  11. [11]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  12. [12]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  13. [13]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  14. [14]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  15. [15]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  16. [16]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  17. [17]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  18. [18]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  19. [19]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  20. [20]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  21. [21]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  22. [22]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  23. [23]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  24. [24]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  25. [25]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  26. [26]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  27. [27]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  28. [28]
    Trustwave GoldenSpy2 June 2020

    Trustwave SpiderLabs. (2020, June 26). GoldenSpy: Chapter Two – The Uninstaller. Retrieved July 23, 2020.

    Open source URL
  29. [29]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  30. [30]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  31. [31]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  32. [32]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  33. [33]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  34. [34]
    Trustwave GoldenSpy June 2020

    Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.

    Open source URL
  35. [35]
    Trustwave GoldenSpy2 June 2020

    Trustwave SpiderLabs. (2020, June 26). GoldenSpy: Chapter Two – The Uninstaller. Retrieved July 23, 2020.

    Open source URL
  36. [36]
    Trustwave GoldenSpy2 June 2020

    Trustwave SpiderLabs. (2020, June 26). GoldenSpy: Chapter Two – The Uninstaller. Retrieved July 23, 2020.

    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.