Sygnia's Operation Highland investigation found that the China nexus group Velvet Ant remained hidden inside a sensitive, air gapped network for close to a decade by replacing Linux pam unix.so modules and OpenSSH bin... Standard incident response measures such as removing files, killing processes, and rotating pass...

Create a landscape editorial hero image for this Studio Global article: What did Sygnia's forensic investigation of "Operation Highland" reveal about how the China-linked threat group Velvet Ant compromised and m. Article summary: ## Sygnia's "Operation Highland" Findings on Velvet Ant. Topic tags: general, general web, user generated. Reference image context from search candidates: Reference image 1: visual subject "Discover the detailed forensic investigation by Sygnia into the sophisticated cyber attack by Velvet Ant on a major organization. The investigation confirmed the threat actor maint" source context "China-Nexus Threat Group 'Velvet Ant' Abuses F5 Load Balancers ..." Reference image 2: visual subject "Velvet Ant Activity Detection: China-Backed Cyber-Espionage Group Launches a Prolonged Attack Using Malware Deployed on the F5 BIG-IP Devices. The China-linked cyber-espionage gr
Israel-based incident response firm Sygnia has published findings from an investigation dubbed Operation Highland that exposes one of the most disciplined and long-running cyber espionage campaigns in recent memory. The activity is attributed with high confidence to a China-nexus threat group Sygnia tracks as Velvet Ant. The operation is defined not by a single novel zero-day, but by a relentlessly simple idea: live inside the software that decides who gets to log in.
The victim network had no direct internet connection and housed highly sensitive systems. Sygnia’s forensic timeline indicates the attackers gained a foothold at least as far back as 2016, giving the group close to a ten-year dwell time inside the environment .
Initial entry point. The breach likely began through an internet-facing, unpatched legacy F5 BIG-IP appliance that the organization had not retired. Once the attackers had control of the appliance, they used it as a pivot point to move deeper — eventually reaching the air-gapped internal segment .
Instead of dropping custom malware that file scanners or endpoint detection might eventually flag, Velvet Ant subverted the operating system's own trust architecture. Across dozens of hosts, the group systematically replaced core Linux authentication components — specifically the pam_unix.so pluggable authentication module and multiple OpenSSH binaries — with trojanized versions .
This substitution provided two capabilities from a single implant:
/usr/share/awk/nullfile.awk. This allowed Velvet Ant to collect valid credentials across the entire user base without additional lateral movement noise Traditional incident response playbooks are not built for an enemy that has recompiled your operating system's login binaries. Sygnia's report makes it clear why the first several cleanup attempts failed:
pam_unix.so and SSH binaries were legitimate system files in every sense except their compiled logic Sygnia's ultimate remediation step was unambiguous: the network required a full operating-system rebuild of every affected host from known-good, read-only media. Selective file removal or partial reimaging was insufficient .
Velvet Ant's success does not rely on exotic attack chains. Instead, the group demonstrates a mature operational playbook focused on patience and authentication-layer camouflage.
Sygnia attributes Operation Highland to Velvet Ant with high confidence and links the group to Chinese state-sponsored espionage objectives . The group focuses on large organizations in East Asia, particularly telecommunications providers and critical infrastructure
.
Prior and parallel campaigns provide additional context. In a separate case, Velvet Ant used legacy F5 BIG-IP appliances as command-and-control (C2) proxies for at least three years before Sygnia's investigation uncovered the activity . The group has also been observed deploying PlugX and ShadowPad malware during earlier intrusions, indicating a broad toolkit that spans both custom and publicly available capabilities
.
The single most important defense lesson from Operation Highland is that traditional endpoint protection and credential rotation are not enough when the authentication stack itself is untrustworthy.
Defenders should prioritize file integrity monitoring that compares cryptographic hashes of critical system binaries — including /lib/security/pam_unix.so and SSH daemon binaries — against known-good baselines, not just file metadata. Logging all authentication events centrally to an immutable, external system is also essential, because an attacker with sufficient access can tamper with on-host logs. Multi-factor authentication remains a valuable barrier, but it does not directly protect against a backdoored PAM service that bypasses authentication checks entirely.
Operation Highland shows that the most dangerous persistence doesn't look like malware at all — it looks like the login prompt you trust every day.
Studio Global AI
Use this topic as a starting point for a fresh source-backed answer, then compare citations before you share it.
Sygnia's Operation Highland investigation found that the China nexus group Velvet Ant remained hidden inside a sensitive, air gapped network for close to a decade by replacing Linux pam unix.so modules and OpenSSH bin...
Sygnia's Operation Highland investigation found that the China nexus group Velvet Ant remained hidden inside a sensitive, air gapped network for close to a decade by replacing Linux pam unix.so modules and OpenSSH bin... Standard incident response measures such as removing files, killing processes, and rotating passwords were completely ineffective because the trojanized authentication binaries appeared identical to legitimate ones an...
The group's tradecraft prioritizes extreme operational patience and authentication layer subversion over technical novelty, making it critical for defenders to enforce file integrity monitoring at the cryptographic ha...