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

G1045: Salt Typhoon

Salt Typhoon is a People's Republic of China (PRC) state-backed actor that has been active since at least 2019 and responsible for numerous compromises of network infrastructure at major U.S. telecommunication and internet service providers (ISP).[1][2]

EnterpriseG1045GroupObject v1.0Modified
Glexia's Take · Automated analysis

Security context for executives and security teams

Automation confidenceHigh

Salt Typhoon matters because ATT&CK describes it as a PRC state-backed group tied to compromises of network infrastructure at major U.S. telecommunications and ISP organizations. For defenders, the decision value is less about a single malware signature and more about whether critical network devices, SSH access paths, configuration repositories, packet-capture visibility, firewall changes, and exfiltration routes are governed and monitored well enough to investigate activity on infrastructure that often sits outside normal endpoint coverage.

Executive priority

Prioritize this as a resilience and assurance issue for organizations that operate, depend on, or connect to telecommunications, ISP, network-device, Linux, ESXi, IaaS, or SSH-managed environments. Leaders should ask whether network infrastructure is included in vulnerability management, privileged access governance, logging retention, incident response playbooks, and audit evidence. The business risk is prolonged unauthorized access to routing or network management layers, potential exposure of sensitive configuration and traffic data, and delayed detection if SOC coverage is endpoint-centric.

Technical view

ATT&CK provides no official detection text for Salt Typhoon, so validation should be relationship-driven. The supplied relationships point to SSH usage, network sniffing, unencrypted exfiltration, SSH authorized key persistence, password cracking, account creation, exploitation of public-facing applications, protocol tunneling, network topology reconnaissance, network device configuration dumps, Linux/macOS log clearing, and firewall modification. SOC and IR teams should confirm they can reconstruct administrative access to network devices and Linux/ESXi systems, detect unexpected packet capture or configuration access, review changes to SSH keys and local/cloud accounts, identify firewall rule changes, and correlate suspicious tunneling or unencrypted outbound transfers with privileged logons.

Likely telemetry

  • Network device authentication and command logs, including SSH administrative access where available
  • Configuration change records and backups for routers, gateways, firewalls, and other managed network devices
  • SSH authorized_keys file monitoring and account creation events on Linux, macOS, ESXi, and relevant cloud/IaaS systems
  • Network flow, proxy, DNS, FTP/HTTP, and other egress records that can show tunneling or unencrypted exfiltration patterns
  • Packet capture process or interface mode indicators on network devices and Linux-like systems where collectible

Detection direction

  • Start with coverage mapping: identify which related techniques are relevant to the local environment and which network devices or management planes lack centralized logging.
  • Tune for unusual SSH access patterns, new or modified authorized keys, unexpected local or cloud account creation, and privileged logons to infrastructure assets outside approved administration windows.
  • Validate visibility into network-device configuration access and dumps; these events may be logged differently from server or endpoint activity and are often a blind spot.
  • Review for packet capture behavior and network sniffing indicators on network devices and Linux-like systems, while accounting for legitimate troubleshooting and monitoring tools.
  • Correlate firewall rule changes, protocol tunneling, and outbound transfers over unencrypted non-C2 protocols with the initiating account, source device, and change ticket context.

Mitigation priorities

  • Bring network devices and management interfaces into asset inventory, vulnerability management, configuration backup, and change-control programs.
  • Restrict and monitor SSH administration, enforce least privilege, and regularly review authorized keys and privileged accounts.
  • Harden public-facing applications and management services by prioritizing known exposure, patching, and misconfiguration remediation.
  • Centralize and protect logs from network devices, Linux/macOS systems, ESXi, cloud/IaaS services, and firewalls so incident responders can investigate tampering or gaps.
  • Control egress paths and review allowed unencrypted protocols, especially from infrastructure management networks.
Additional notes and limits

This take is based on the official ATT&CK group description, external references, and the listed uses relationships. The relationship to JumbledPath is especially relevant because the supplied software description states it has been used for packet capture on remote Cisco devices and may be usable across Linux operating systems and network devices from multiple vendors. The broader technique set suggests emphasis on infrastructure access, credentialed administration paths, collection from network devices, and defense impairment.

ATT&CK does not provide official detection text, group-level platforms, or group-level tactics for this object. Platforms and tactics referenced here come only from the related software and technique objects supplied in the prompt. Local exposure, affected vendors, active targeting, and detection coverage cannot be inferred from this data alone and require environment-specific evidence.

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

Official MITRE ATT&CK definition

Salt Typhoon

Salt Typhoon is a People's Republic of China (PRC) state-backed actor that has been active since at least 2019 and responsible for numerous compromises of network infrastructure at major U.S. telecommunication and internet service providers (ISP).[1][2]

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.

14 rows
DomainIDNameRelationship / procedure
EnterpriseT1685.006Clear Linux or Mac System LogsSub-technique

Salt Typhoon has cleared logs including .bash_history, auth.log, lastlog, wtmp, and btmp.[2]

EnterpriseT1590.004Network TopologySub-technique

Salt Typhoon has used configuration files from exploited network devices to help discover upstream and downstream network segments.[2]

EnterpriseT1572Protocol Tunneling

Salt Typhoon has modified device configurations to create and use Generic Routing Encapsulation (GRE) tunnels.[2]

EnterpriseT1587.001MalwareSub-technique

Salt Typhoon has used custom tooling including JumbledPath.[2]

EnterpriseT1048.003Exfiltration Over Unencrypted Non-C2 ProtocolSub-technique

Salt Typhoon has exfiltrated configuration files from exploited network devices over FTP and TFTP.[2]

EnterpriseT1098.004SSH Authorized KeysSub-technique

Salt Typhoon has added SSH authorized_keys under root or other users at the Linux level on compromised network devices.[2]

EnterpriseT1040Network Sniffing

Salt Typhoon has used a variety of tools and techniques to capture packet data between network interfaces.[2]

EnterpriseT1602.002Network Device Configuration DumpSub-technique

Salt Typhoon has attempted to acquire credentials by dumping network device configurations.[2]

EnterpriseT1110.002Password CrackingSub-technique

Salt Typhoon has cracked passwords for accounts with weak encryption obtained from the configuration files of compromised network devices.[2]

EnterpriseT1021.004SSHSub-technique

Salt Typhoon has modified the loopback address on compromised switches and used them as the source of SSH connections to additional devices within the target environment, allowing them to bypass access control lists (ACLs).[2]

EnterpriseT1686Disable or Modify System Firewall

Salt Typhoon has made changes to the Access Control List (ACL) and loopback interface address on compromised devices.[2]

EnterpriseT1588.002ToolSub-technique

Salt Typhoon has used publicly available tooling to exploit vulnerabilities.[2]

EnterpriseT1136Create Account

Salt Typhoon has created Linux-level users on compromised network devices through modification of `/etc/shadow` and `/etc/passwd`.[2]

EnterpriseT1190Exploit Public-Facing Application

Salt Typhoon has exploited CVE-2018-0171 in the Smart Install feature of Cisco IOS and Cisco IOS XE software for initial access.[2]

Associated objects

Groups, software, and campaigns

MalwareEnterprise

S1206: JumbledPath

JumbledPath is a custom-built utility written in GO that has been used by Salt Typhoon since at least 2024 for packet capture on remote Cisco devices. JumbledPath is compiled as an ELF binary using x86-64 architecture which makes it potentially useable across Linux operating systems and network devices from multiple vendors.[1]

Network Devices
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.0
Created
Modified
Raw hash
5c05e0a015614d47...
Imported snapshots across ATT&CK releases(1)
ReleaseBundle importedObject versionModifiedStatusRaw hash
19.11.0Current bundle5c05e0a01561…
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]
    US Dept. of Treasury Salt Typhoon JAN 2025

    US Department of Treasury. (2025, January 17). Treasury Sanctions Company Associated with Salt Typhoon and Hacker Associated with Treasury Compromise. Retrieved February 24, 2025.

    Open source URL
  2. [2]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  3. [3]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  4. [4]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  5. [5]
    US Dept. of Treasury Salt Typhoon JAN 2025

    US Department of Treasury. (2025, January 17). Treasury Sanctions Company Associated with Salt Typhoon and Hacker Associated with Treasury Compromise. Retrieved February 24, 2025.

    Open source URL
  6. [6]
    US Dept. of Treasury Salt Typhoon JAN 2025

    US Department of Treasury. (2025, January 17). Treasury Sanctions Company Associated with Salt Typhoon and Hacker Associated with Treasury Compromise. Retrieved February 24, 2025.

    Open source URL
  7. [7]
    mitre-attackG1045
    Open source URL
  8. [8]
    mitre-attackG1045
    Open source URL
  9. [9]
    mitre-attackG1045
    Open source URL
  10. [10]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  11. [11]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  12. [12]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  13. [13]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  14. [14]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  15. [15]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  16. [16]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  17. [17]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  18. [18]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  19. [19]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  20. [20]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  21. [21]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  22. [22]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  23. [23]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  24. [24]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  25. [25]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  26. [26]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  27. [27]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  28. [28]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  29. [29]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  30. [30]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  31. [31]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  32. [32]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  33. [33]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  34. [34]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    Open source URL
  35. [35]
    Cisco Salt Typhoon FEB 2025

    Cisco Talos. (2025, February 20). Weathering the storm: In the midst of a Typhoon. Retrieved February 24, 2025.

    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.