
Backdoor.Daxin has resurfaced in Taiwan, highlighting that highly capable, China-linkedespionage actors continue to threaten Taiwan's strategically importantorganizations. Four years after Symantec publicly disclosed Daxin, researchersdiscovered in May 2026 that the malware was still active on a compromised hostbelonging to a Taiwanese subsidiary of a multinational high-tech manufacturer.This finding indicates that the operations behind Daxin did not disappearfollowing public exposure; rather, they likely maintained a low profile,persistent, and remained operational.
Daxin is noordinary commercial malware; it is a Windows kernel-mode backdoor designed forlong-term stealth and espionage operations. Instead of connecting to C2 serversin a traditional manner, it hides its communications within legitimate inboundTCP connections. This makes standard network monitoring difficult to identifythe malware, especially in environments where defenders primarily look forsuspicious outbound beaconing traffic. Daxin also supports multi-hopcommunication chained across multiple infected hosts, enabling attackers toreach systems that may be isolated from the Internet or protected by networksegmentation.
In thisincident, researchers also discovered a previously undocumented backdoor namedBackdoor.Stupig on the same host where Daxin was found. While it has not beenconfirmed whether the two malware families share a direct code-levelconnection, their presence on the same host, similar development timelines,complementary capabilities, and shared operational characteristics suggest apotential operational link between them. Stupig further escalates the risk byabusing the Windows logon process. Masquerading as a keyboard layout DLL andloading into winlogon.exe, it allows attackers to executecommands with SYSTEM privileges directly from the Windows logon screen beforeany user logs in. It also possesses the capability to intercept credentials,increasing the potential for privilege escalation and lateral movement.
The potentialduration of the compromise represents one of the most serious aspects of thiscase. Compilation timestamps for both Daxin and Stupig date back to early 2013,yet the compromised host only began transmitting telemetry data in May 2026.Although timestamps can be modified and legacy malware can be deployed yearsafter creation, the combination of the malware's age, the absence of earlytelemetry, and Daxin's known focus on long-term persistent access suggests thatthe intrusion may have gone undetected for years—potentially up to 13 years.
The most likelyinitial access vector was an outdated Digiwin single sign-on (SSO) portalrunning deprecated Java Development Kit (JDK) versions 1.5 and 1.6. Theseversions have been end-of-life for over a decade, making them highly attractivetargets for advanced actors seeking reliable entry into enterprise environments.This underscores a common vulnerability in industrial and manufacturingnetworks: legacy business systems often remain operational long after theunderlying software has reached the end of its lifecycle.
Even withoutimmediate reports of financial losses or public service disruptions, intrusionsof this nature can carry severe consequences. Long-term access to manufacturingnetworks may allow attackers to acquire sensitive business information,intellectual property, production data, credentials, vendor relationships, andinternal network architecture. In a multinational corporate environment, acompromised subsidiary can also serve as a foothold for attackers to gainfurther access to the broader corporate infrastructure or partner networks.
This event alsodemonstrates that the public disclosure of advanced malware families does notguarantee the cessation of their operations. Well-resourced threat actors arelikely to continue using known tools as long as they remaineffective—particularly in environments with incomplete monitoring, legacysystems, or insufficient visibility. For defenders, the reappearance of Daxinserves as a warning: long-term stealth intrusions can lurk in critical networksfor years before emerging through improved telemetry capabilities or thedetection of specific artifacts.
Overall, thisincident highlights the strategic cyber risks facing Taiwan's high-techindustry and other geopolitically significant sectors. Organizations inmanufacturing, critical infrastructure, government services, and global supplychains should view this case as evidence that advanced espionage actorscontinue to prioritize long-term access, stealthy C2, and credential-focusedbackdoors over high-profile, short-lived attacks.
While thedirect victim of this incident was a high-tech manufacturing organizationlocated in Taiwan, the broader implications extend beyond a single enterprise.Historical Daxin activity has involved attacks targeting government,telecommunications, transportation, and manufacturing sectors—industries thathold strategic intelligence value. Taiwan's advanced manufacturing industryplays a pivotal role in global technology supply chains, making itexceptionally critical and a continuous target for state-sponsored cyberoperations.
For industriessuch as high-tech manufacturing, telecommunications, transportation, andgovernment, the primary risk is not merely malware infection, but silent,strategic intrusions. Daxin's covert communication methods and Stupig'spre-authentication access capabilities provide attackers with the tools tomaintain access, steal credentials, move laterally, and reach sensitive networksegments. These capabilities align far more closely with espionage objectivesthan with short-term criminal activities.
This incidentinvolves the re-emergence of Backdoor.Daxin—a highly stealthy, China-linkedWindows kernel-mode backdoor—discovered on a compromised host within aTaiwanese subsidiary of a multinational high-tech manufacturer. Researchersalso identified a previously undocumented DLL backdoor, named Backdoor.Stupig,on the same system. The two tools offer complementary capabilities: Daxinachieves stealthy C2 by hijacking legitimate network connections, while Stupigabuses the Windows logon process to provide local, pre-authenticationSYSTEM-level command execution and credential interception capabilities.
The likely rootcause was an internet-facing, outdated Digiwin SSO portal running deprecatedJDK 1.5 and JDK 1.6 installations dating from 2009 to 2011. These Java versionshave been unsupported for many years and likely served as the entry point forthe intrusion. Once inside the environment, the attackers deployed malwaredesigned to blend into Windows core components, evade standard monitoring, andmaintain long-term access. Compilation timestamps for both malware samples dateback to early 2013, whereas the affected host only began transmitting telemetryin May 2026, indicating that the intrusion may have persisted undetected foryears.
Resource Development
The attackers utilized two custom malware capabilities: Backdoor.Daxin and Backdoor.Stupig.
Initial Access
The most probable initial access vector was an outdated Digiwin SSOportal.
The portal was running legacy Java versions:
These versionswere installed between 2009 and 2011 and have been unsupported for years. JDK1.5 reached end-of-life in 2009, and JDK 1.6 in 2013. While the original reportdoes not specify a particular CVE or exploit method, running unsupported Javaversions on an SSO portal presents a high-risk posture. Such systems frequentlycontain unpatched vulnerabilities and can expose authentication infrastructureto attackers.
This vector likelyprovided the initial foothold from which the attackers subsequently deployedDaxin and Stupig.
Execution
The attackers executed code through both kernel-level and user-modemechanisms.
KBDTABLESpointer, allowing the keyboard layout to continuefunctioning normally. This helps the malware avoid generating obviousindicators of compromise.Persistence
Both malwarefamilies are engineered for long-term persistent access.
winlogon.exeat system startup.winlogon.exe, Stupig maintains persistencewithin one of the most trusted Windows processes. Because the DLL behaves likea valid keyboard layout provider and returns correct KBDTABLES pointers, system operationsremain completely normal from the user's perspective.System32 directory:kbdus1.dlldiffers by only a single character from the legitimatekbdus.dll, likely intended toevade casual inspection and bypass simple filename-based detection rules.Privilege Escalation
Stupig achievesdirect privilege escalation by executing attacker-supplied commands as SYSTEM from the Windows logon screen.
This privilegeescalation is possible because Stupig runs within:
winlogon.exe operates in a highly privilegedcontext and activates before user authentication. By inserting itself into thisprocess via the keyboard layout mechanism, Stupig inherits the ability toexecute code in a high-privilege environment.
Attackers do not need a successful login; entering a username starting with stupig triggers Stupig to execute theremaining string as a SYSTEM-level command. If no command follows, it spawns aSYSTEM command prompt on the secure desktop: Winsta0\WinlogonThis grantsattackers top-tier local administrative control over the host, eitherinteractively or via command-line interface.
Defense Evasion
Both malware components in this incident utilize multiple defenseevasion techniques.
Credential Access
Stupig incorporates credential interception capabilities within the Windows logon process.
It installs inline hooks on two functions:
These functions are integral to authentication and credential processing. By hooking them inside winlogon.exe, Stupig can intercept sensitive authentication data immediately before or during the logon sequence.
The hooks are installed using memory modification techniques involving the following functions:
This allows the malware to modify in-memory code execution paths and redirect control flow to its own logic.
Operating inside winlogon.exe grants Stupig visibility into credentials at a critical moment during user authentication. The original report also notes that Stupig references:
This indicates a potential associated payload, though msyun.dll was not recovered during the investigation.
Lateral Movement
Daxin performs lateral movement via its multi-hopcommunication capability.
Daxin does notrequire every infected host to communicate directly with the attacker; instead,it can relay commands across a chain of compromised systems. This enablesoperators to navigate the target environment and reach systems located inisolated or restricted network segments.
This capabilityis particularly vital in environments where sensitive manufacturing,engineering, or operational systems lack direct Internet access. By usingcompromised hosts as relay nodes, attackers can maintain control across networkboundaries while avoiding outbound connections from the most sensitive internalsystems.
In practice,one compromised host acts as a bridge to another, which in turn relays trafficdeeper into the network, forming an attacker-controlled internal proxy chain.
Collection
The most explicit data collection activity identified isStupig's credential interception functionality.
By hooking LsaLogonUser and CredUnprotectA, Stupig collectsauthentication-related data directly within winlogon.exe. Credentials harvested in this manner can be leveraged for deepernetwork access, privilege abuse, persistence maintenance, or lateral movement.
While thesource material does not detail the exfiltration of documents, intellectualproperty, or manufacturing data, the victim's profile as a Taiwanese subsidiaryof a high-tech manufacturer suggests the environment contains high-valuestrategic information. However, the technical collection capability confirmedin this incident remains Stupig's credential sniffing mechanism.
Command and Control (C2)
Daxin 的指揮與控制設計,是本次事件中最具技術意義的部分之一。
Daxin's command-and-control design represents one of the mosttechnically significant aspects of this incident.
Whereas mostbackdoors establish outbound connections to attacker-controlled infrastructure,Daxin avoids this model. It operates passively as a kernel-mode driver,monitoring incoming TCP traffic for specific sequence signatures. When amatching pattern is detected, Daxin hijacks the legitimate TCP connection anduses it to carry encrypted C2 traffic.
This presentsseveral significant hurdles for security monitoring:
Daxin's multi-hop capability further enhances C2 stealth. Compromised internal hosts serve as intermediate jump points, allowing operators to reach isolated network segments without exposing those internal systems directly to external infrastructure.
Stupig provides a complementary local access mechanism. Operators with console access or equivalent interactive privileges can enter crafted usernames at the logon screen to execute SYSTEM-level commands without completing a valid login. This functionality complements Daxin's network-level C2, providing an alternative route for regaining or maintaining elevated host access.
Complete Attack Flow
Based onavailable evidence, the technical workflow proceeded as follows:
The pairing ofDaxin and Stupig illustrates an advanced intrusion focused on stealth,persistence, high-privilege access, and covert control—with Daxin handlingremote network C2 and Stupig securing local SYSTEM execution and credentialharvesting at the Windows logon boundary.
Responding to an incident involving Daxin and Stupig requires more thanjust removing known files. Both tools were engineered for long-term stealth:Daxin conceals command-and-control (C2) traffic within legitimate TCPconnections, while Stupig abuses the Windows keyboard layout loading mechanismto execute inside winlogon.exe prior to user authentication.Consequently, organizations should adopt an approach that combines immediatecontainment, enterprise-wide threat hunting, legacy system remediation, andlong-term monitoring enhancements.
Files
CyCraft Technology(7823.TW) is a Taiwan-listed cybersecurity company, dedicated to automatingcybersecurity with AI technology and safeguarding AI models. CyCraft’s productsuite encompasses XecART, the AI Red Teaming, and XecGuard, the Guardrail APIfor LLMs and AI Agents. The XCockpit AI platform integrates EASM, IASM, andEndpoint protection, providing preemptive and real-time defense-in-depth. Witha proven track record in the government, finance, and semiconductor sectors,and recognition from international institutions, CyCraft continues to safeguardenterprise digital resilience.