GoSerpent Malware Campaign Exposes a Long-Term Cyber Espionage Operation Targeting Southeast Asian Governments + Video

Listen to this Post

Featured ImageIntroduction: A Silent Threat Built for Intelligence Gathering

Cybersecurity researchers have uncovered a previously unknown malware framework named GoSerpent, a sophisticated cyber espionage tool that has been used in targeted attacks against government and diplomatic organizations across Southeast Asia. The campaign, active since late 2025 and investigated by security researchers in 2026, appears designed not for quick disruption, but for long-term surveillance, credential theft, and covert extraction of sensitive information.

Unlike traditional malware campaigns focused on ransomware or financial gain, GoSerpent demonstrates the characteristics of a highly organized intelligence operation. The attackers have carefully built an ecosystem of tools capable of maintaining hidden access, moving through compromised networks, collecting valuable documents, stealing credentials, and transferring information without attracting attention.

Security researchers from Kaspersky discovered the activity in February 2026 and linked the campaign to attacks targeting government and diplomatic institutions in the Asia-Pacific region. While the exact identity of the threat actors remains uncertain, researchers identified technical similarities with previously tracked espionage groups known for advanced operations against government targets.

GoSerpent: A Malware Framework Designed for Persistent Access

GoSerpent is a Go-based backdoor and remote access tool created to provide attackers with full control over compromised systems. The malware communicates with attacker-controlled command-and-control servers and allows operators to execute commands, download additional payloads, collect files, and maintain access for extended periods.

The malware does not rely on noisy behavior that would immediately trigger security alerts. Instead, it operates quietly, waiting for instructions from remote operators while gathering intelligence from infected machines.

Researchers found that GoSerpent receives encrypted and Base64-encoded command-line parameters containing critical configuration details, including the command-and-control server address and communication password.

After decoding these parameters, the malware establishes an encrypted connection with the attacker infrastructure. The SHA256 hash of the communication password is then used as an encryption key to protect communication between the victim system and the attackers.

Advanced Remote Control Features Allow Full Network Manipulation

GoSerpent provides attackers with a wide range of capabilities that transform infected devices into remote operational platforms.

The malware supports commands that allow attackers to:

Confirm active infections with their servers

Open and close network listening ports

Connect to remote systems

Launch remote shells

Upload files and directories

Download additional files

Create SOCKS5 proxy connections

Forward traffic through compromised machines

One of the most concerning capabilities is its SOCKS5 proxy functionality. By routing attacker traffic through infected systems, threat actors can hide their real locations and use compromised organizations as stepping stones to access additional networks.

This technique is commonly used by advanced persistent threat groups because it makes attribution significantly more difficult.

Data Theft Operation Uses Multiple Specialized Tools

The GoSerpent campaign is not limited to one malware component. Instead, attackers deployed a collection of specialized tools designed for different stages of the operation.

Among the most important tools identified are:

ThumbcacheService: The Data Collection Component

ThumbcacheService is a malicious DLL responsible for gathering sensitive files from infected environments.

The tool allows attackers to search for valuable information and prepare stolen data for later extraction.

Researchers believe attackers used this component during months of covert monitoring before returning to compromised networks for final data theft operations.

Mimikatz: Credential Theft From Windows Systems

The attackers also deployed Mimikatz, a well-known credential extraction tool used by many advanced threat groups.

Mimikatz targets the Windows Local Security Authority Subsystem Service (LSASS) process to extract authentication information stored in system memory.

With stolen credentials, attackers can:

Access additional machines

Expand their control inside networks

Bypass normal authentication barriers

Increase the effectiveness of data theft operations

QuarksDumpLocalHash: Extracting Local Password Information

Another tool used in the campaign was QuarksDumpLocalHash, which extracts password hashes from the Windows Security Account Manager (SAM) registry database.

Password hashes can be used for offline cracking attempts or combined with other stolen credentials to gain broader access.

Attackers Returned Months Later With New Malware Tools

Researchers observed that the attackers did not immediately complete their operations after gaining access.

Instead, they maintained persistence and returned in May 2026 with an upgraded toolkit.

This second phase introduced additional malware components, including:

Stowaway Remote Access Tool

Stowaway is a lightweight proxy and remote administration tool capable of:

SOCKS5 proxy operations

Port forwarding

Reverse tunneling

Remote shell access

File transfers

SSH-based tunneling

The tool resembles earlier GoSerpent functionality, suggesting continued development of the attackers’ infrastructure.

TmcLoader and TmcPayload

The attackers also deployed TmcLoader, a C++ loader containing an encrypted payload called TmcPayload.

The purpose of this combination was to secretly extract previously collected sensitive information from compromised systems.

The operational sequence shows careful planning:

Gain access using GoSerpent.

Collect valuable information through ThumbcacheService.

Return later with additional tools.

Extract stored data using TmcLoader and TmcPayload.

This multi-stage approach demonstrates a professional espionage workflow rather than a simple malware infection.

Possible Connection to the TetrisPhantom Espionage Group

Although researchers have not confirmed attribution, Kaspersky identified similarities between this campaign and the previously documented TetrisPhantom threat actor.

TetrisPhantom was observed targeting government organizations in the Asia-Pacific region and was known for highly advanced espionage operations.

Previous TetrisPhantom activity involved exploiting secure USB drives protected with hardware encryption to secretly move stolen information between systems.

The similarities include:

Government-focused targeting

Advanced data collection techniques

Modular malware architecture

Long-term stealth operations

Sophisticated information transfer methods

However, researchers emphasized that technical overlap does not prove the same group is responsible.

DoNot Team Launches Separate Espionage Campaign Against Bangladesh Military Targets

At the same time, researchers from Cyderes Howler Cell revealed another cyber espionage campaign attributed to the DoNot Team.

The group targeted Bangladesh military and defense organizations through spear-phishing emails containing malicious RTF documents.

The attack chain involved:

Malicious RTF files

Remote template injection

VBA macro execution

Shellcode injection

Scheduled-task persistence

HTTPS command-and-control communication

The attackers disguised persistence mechanisms as OneDrive telemetry activities to avoid detection.

Researchers discovered that the malware used geofencing techniques, delivering payloads only to victims located in targeted regions while showing harmless documents to others.

Deep Analysis: Understanding the GoSerpent Threat Through Security Investigation

Malware Identification Commands

Security teams investigating possible GoSerpent infections should begin with system inspection:

ps aux | grep -i serpent
find / -type f -name ".dll" 2>/dev/null
sha256sum suspicious_file

These commands help identify unusual processes, unknown files, and suspicious binaries.

Network Investigation Commands

Because GoSerpent depends on command-and-control communication, monitoring network activity is critical.

netstat -tulpn
ss -antp
tcpdump -i eth0

Security teams should search for unknown outbound connections, unusual encrypted traffic patterns, and unauthorized proxy behavior.

File System Analysis Commands

Attackers often hide collected information inside temporary directories.

find /tmp -type f -mtime -7
ls -lah /var/tmp
grep -R "ThumbcacheService" /

These checks can reveal recently created artifacts linked to malware activity.

Credential Protection Recommendations

Organizations should reduce the impact of credential dumping attacks by:

auditpol /get /category:

Windows administrators should enable:

LSASS protection

Credential Guard

Multi-factor authentication

Privileged account monitoring

Threat Hunting Strategy

Security analysts should search for:

grep -Ri "SOCKS5" /var/log
grep -Ri "C2" /var/log

Indicators of compromise should be monitored across:

Endpoint detection platforms

Firewall logs

DNS records

Authentication systems

Network monitoring tools

What Undercode Say:

The GoSerpent campaign represents a shift from traditional cybercrime toward intelligence-driven cyber operations.

The attackers behind this activity did not build a simple malware sample. They created an entire operational ecosystem designed around patience, stealth, and information superiority.

The most important lesson from this campaign is that modern cyber espionage is rarely about a single malicious file.

A successful operation usually contains multiple stages:

Initial access.

Persistence.

Credential harvesting.

Internal reconnaissance.

Data collection.

Data staging.

Exfiltration.

GoSerpent demonstrates this exact pattern.

The malware acts as the central command platform, while additional tools expand its capabilities depending on the attackers’ objectives.

The use of SOCKS5 proxy functionality shows that attackers understand modern attribution challenges. By routing traffic through compromised organizations, they create layers between themselves and their targets.

The deployment of credential dumping tools indicates that gaining access to one machine was only the beginning.

The real objective was likely broader network access.

Government and diplomatic organizations remain valuable targets because they contain strategic information, policy documents, communications, and intelligence data.

The months-long delay between initial infection and later data extraction is particularly important.

It suggests attackers were not operating randomly. They were observing victims, identifying valuable resources, and waiting for the correct moment to collect information.

The combination of GoSerpent, ThumbcacheService, Mimikatz, QuarksDumpLocalHash, Stowaway, and TmcPayload shows a mature malware development process.

Each tool has a specific role.

One maintains access.

Another collects information.

Another steals credentials.

Another moves stolen data.

This modular structure is commonly associated with advanced persistent threat groups.

Organizations should not assume that removing one malware file ends an intrusion.

Threat actors often maintain multiple persistence methods, including scheduled tasks, stolen credentials, remote tools, and hidden accounts.

Security teams should focus on detecting abnormal behavior rather than only searching for known malware signatures.

A compromised administrator account can be more dangerous than a malicious executable.

Strong identity security, network segmentation, endpoint monitoring, and incident response preparation are essential defenses.

The GoSerpent campaign also highlights the importance of threat intelligence sharing.

Without research organizations analyzing malware behavior, many government-targeted operations would remain hidden for years.

Cyber espionage campaigns are becoming more specialized, more patient, and more difficult to detect.

The organizations that survive these attacks will be those that assume compromise is possible and continuously monitor their environments.

✅ Kaspersky researchers identified GoSerpent as a previously undocumented malware framework used in Southeast Asian cyber espionage operations.

✅ The malware contains remote access, proxy, file transfer, and credential theft capabilities.

❌ Attribution to a specific threat actor remains unconfirmed, although similarities with TetrisPhantom were observed.

Prediction

(-1) Future GoSerpent-style campaigns are likely to increase as attackers continue targeting governments and strategic organizations.

Advanced malware groups will continue developing modular tools that combine persistence, credential theft, and stealth communication.

More espionage operations will likely use legitimate services and encrypted channels to avoid detection.

Organizations without strong identity security and network monitoring may experience longer hidden intrusions.

Security researchers sharing malware intelligence will improve detection capabilities and reduce attacker advantage.

Increased adoption of endpoint detection and zero-trust security models can significantly limit the impact of similar attacks.

▶️ Related Video (82% Match):

🕵️‍📝Let’s dive deep and fact‑check.

🎓 Live Courses & Certifications:

Join Undercode Academy for Verified Certifications

🚀 Request a Custom Project:

Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands

References:

Reported By: thehackernews.com
Extra Source Hub (Possible Sources for article):
https://www.instagram.com
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube