Malik Haidar is a veteran cybersecurity strategist who has spent decades navigating the high-stakes world of international cyber-intelligence, primarily defending multinational corporations from state-sponsored threats. His approach is unique because he bridges the gap between deep technical forensics and high-level business risk, viewing every line of malicious code as a reflection of a broader geopolitical motive. With a career built on dismantling complex espionage frameworks, Malik offers a rare perspective on the evolution of malware targeting the diplomatic and governmental sectors in the Asia-Pacific region.
This discussion covers the technical architecture of the newly discovered GoSerpent malware, its sophisticated exfiltration stages involving secondary payloads like TmcLoader, and the strategic shifts observed in threat actor behavior from 2021 through 2026. We also explore the tactical overlaps with known entities like TetrisPhantom and the distinct spear-phishing methodologies employed by groups like DoNot Team.
How does the GoSerpent malware utilize encrypted command-line arguments and SHA256 hashing to maintain its invisibility during the initial infection phase?
The technical discipline of GoSerpent is quite remarkable, as it avoids the “loud” behavior typical of less sophisticated implants. When the malware is launched, it doesn’t carry its configuration in a readable format; instead, it receives encrypted and Base64-encoded command-line arguments that define its command-and-control parameters. Once these are ingested, the backdoor establishes a secure tunnel where the SHA256 hash of a pre-shared communication password serves as the encryption key. This creates a cryptographic barrier that makes it nearly impossible for network security tools to sniff the traffic or identify the C2 address without the specific password. For a defender, this feels like staring into a black hole; you know something is moving, but the internal mechanics are completely shielded by layers of hashing and encoding.
The timeline of this campaign shows a significant evolution from 2021 to the recent discoveries in 2026. What does this long-term persistence tell us about the threat actor’s goals?
Espionage is a marathon, not a sprint, and the fact that iterations of this Go-based implant have been surfacing since 2021 suggests a deep-seated commitment to the Southeast Asian theater. These actors aren’t looking for a quick financial score; they are interested in long-term intelligence gathering and maintaining access to sensitive diplomatic channels. By February 2026, when the activity was officially uncovered, the attackers had already moved beyond simple remote access into a sophisticated phase of credential dumping and network share exploitation. This indicates a high level of operational maturity where the initial malware is just a foothold for a much larger, more intrusive ecosystem of tools designed to live in the shadows of government networks for years.
Could you break down the strategic purpose of the secondary payloads like ThumbcacheService and the TmcLoader/TmcPayload chain that appeared in mid-2026?
By May 2026, the threat actors returned to their compromised targets with a specialized toolkit that turned a simple infection into a full-scale data extraction operation. ThumbcacheService is a particularly clever DLL that supplements the main backdoor with advanced file collection capabilities, acting as a vacuum for sensitive documents. Once the data is staged, the attackers deploy the TmcLoader, a C++ module that drops the encrypted TmcPayload specifically to exfiltrate that harvested information through network shares. It is a highly modular approach that minimizes the footprint of the main RAT, delegating the “heavy lifting” of data theft to these stealthy, task-specific modules. This chain demonstrates a level of strategic planning that we only see in top-tier advanced persistent threats, where every tool has a specific role in the lifecycle of the heist.
In terms of lateral movement and masking, how do tools like the McMx RAT and Stowaway change the game for attackers once they have compromised a government host?
Once inside a government network, the attackers use GoSerpent to deploy secondary proxies like the McMx RAT, which is essentially a lightweight, agile version of the primary malware. These tools allow the actors to establish SOCKS5 proxy servers and port forwarding, effectively turning a compromised machine into a “jump box” to reach deeper, more isolated segments of the network. Stowaway takes this even further by offering SSH-based tunneling and reverse tunneling, which helps the attackers mask their true IP addresses and bypass traditional firewalls. The sheer versatility of these tools—ranging from remote shells to file transfers—means the attacker can move through the infrastructure with the fluidity of a ghost, making it incredibly difficult for incident responders to pin down the source of the breach.
There is a strong suggestion of a link between these attacks and the TetrisPhantom group. What specific technical overlaps or targeting patterns lead to this conclusion?
The connection to TetrisPhantom is based on a distinct operational “fingerprint” that includes targeting high-value government entities in the Asia-Pacific region. Back in October 2023, TetrisPhantom was documented using a very specific and sophisticated technique involving secure, hardware-encrypted USB drives to bridge air-gapped systems. The GoSerpent campaign mirrors this technical resourcefulness and focuses on the same demographic of diplomatic victims, suggesting a shared infrastructure or a common intelligence mandate. While attribution is rarely a “smoking gun” scenario in this field, the overlap in the way they execute commands and transfer files across compromised machines provides a very compelling trail of breadcrumbs leading back to that specific actor.
How does the activity of the DoNot Team in Bangladesh differ from the GoSerpent campaign, particularly regarding their use of geofencing and spear-phishing?
While the GoSerpent actors seem to favor long-term persistence through proxy tools, the DoNot Team uses a highly targeted, aggressive attack chain that begins with spear-phishing emails and RTF documents. They employ server-side geofencing, a clever tactic that ensures the malicious VBA macro is only delivered to victims within a specific geographic region, such as Bangladesh, effectively “hiding” the payload from researchers outside that area. Their use of scheduled tasks disguised as OneDrive telemetry for persistence shows a keen understanding of how to blend into the noise of a standard Windows environment. This is a modular, high-velocity approach that relies on multi-stage shellcode and XOR-encoded stages to deliver the final “ejtest.dll” implant, representing a different but equally dangerous philosophy of cyber espionage.
What is your forecast for the future of diplomatic cyber espionage in the Southeast Asian region?
I expect we will see a dramatic shift toward the exploitation of “trusted” hardware and encrypted workflows, much like the secure USB drive tactics used by TetrisPhantom. As government agencies move away from traditional email to more secure forms of communication, threat actors will focus on compromising the tools used for that security, such as encryption modules or secure network shares. We will likely see more Go-based malware because of its ease of cross-compilation and the difficulty it poses for traditional reverse engineering compared to older languages. For the readers, my best advice is to focus less on the “front door” and more on internal anomalies; when an attacker uses SOCKS5 proxies and internal network shares to move data, your only hope of catching them is a robust, behavior-based monitoring system that understands what “normal” internal traffic actually looks like.

