Original Article Text

Click to Toggle View

Custom "Pygmy Goat" malware used in Sophos Firewall hack on govt network. UK's National Cyber Security Centre (NCSC) has published an analysis of a Linux malware named "Pigmy Goat" created to backdoor Sophos XG firewall devices as part of recently disclosed attacks by Chinese threat actors. Last week, Sophos published a series of reports dubbed "Pacific Rim" that detailed five-year attacks by Chinese threat actors on edge networking devices. One of the custom malware used in these attacks is a rootkit that closely impersonated Sophos product file naming conventions.  The malware, which is designed for compromising network devices, features advanced persistence, evasion, and remote access mechanisms and has a rather complex code structure and execution paths. Although the NCSC report does not attribute the observed activity to known threat actors, it underlines similar techniques, tactics, and procedures (TTPs) to the "Castletap" malware, which Mandiant has associated with a Chinese nation-state actor. Sophos has also disclosed the same malware in its Pacific Rim report, stating the rootkit was used in 2022 attacks linked to a Chinese threat actor known as "Tstark." "X-Ops identified two copies of libsophos.so, both deployed using CVE-2022-1040 — one on a high-level government device and the other on a technology partner to the same government department," shared Sophos. A goat in the firewall The 'Pygmy Goat' malware is an x86-32 ELF shared object ('libsophos.so') providing threat actors with backdoor access to Linux-based networking devices such as the Sophos XG firewalls. It uses the LD_PRELOAD environment variable to load its payload into the SSH daemon (sshd), allowing it to hook into the daemon's functions and override the accept function, which processes incoming connections. Pygmy Goat monitors SSH traffic for a specific sequence of "magic bytes" in the first 23 bytes of each package. Once that sequence is found, the connection is identified as a backdoor session, and the malware redirects it to an internal Unix socket (/tmp/.sshd.ipc) to establish communication with its Command and Control (C2). The malware also listens on a raw ICMP socket, waiting for packets with an AES-encrypted payload that holds IP and port information for C2 communication, which triggers a connect-back attempt over TLS. Pygmy Goat communicates with the C2 over TLS, using an embedded certificate mimicking Fortinet's "FortiGate" CA, a potential cover for blending into network environments where Fortinet devices are common. When an SSH connection is established, a fake handshake with pre-set responses is triggered to create a false image of legitimacy on network monitors. The C2 server can send Pygmy Goat commands for execution on the device, including the following: Detection and defense The NCSC report contains file hashes and YARA and Snort rules that detect the magic byte sequences and fake SSH handshake, so defenders can use them to catch Pygmy Goat activity early on. Additionally, manual checks for /lib/libsophos.so, /tmp/.sshd.ipc, /tmp/.fgmon_cli.ipc, /var/run/sshd.pid, and /var/run/goat.pid, can reveal an infection. It is also advisable to set up monitoring for encrypted payloads in ICMP packets and use of 'LD_PRELOAD' in the environment of the 'ssdh' process, which is unusual behavior that may indicate Pygmy Goat activity.

Daily Brief Summary

MALWARE // Custom "Pygmy Goat" Malware Targets Sophos Firewalls in Government Network

The UK National Cyber Security Centre (NCSC) analyzed a Linux malware named "Pygmy Goat," specifically crafted to penetrate Sophos XG firewall devices.

This malware emerged as part of a broader series of attacks named "Pacific Rim" by Sophos, which the company attributed to Chinese threat actors over a five-year period.

"Pygmy Goat" functions as a rootkit, emulating Sophos's file naming conventions, and provides advanced persistence, evasion, and remote access capabilities.

The malware utilizes a sequence of "magic bytes" in SSH traffic to enable backdoor functionality and facilitates Command and Control (C2) communication via TLS, mimicking legitimate network operations.

The malware was executed using CVE-2022-1040 and was identified in critical government and related technology partner networks.

NCSC's report provides detection tools, including file hashes and YARA and Snort rules, to help in identifying and mitigating threats posed by "Pygmy Goat."

Defensive recommendations include manual checks of specific system files and monitoring unusual environment variables and encrypted payloads for potential signs of infection.