Silver Dragon APT Deploys “GearDoor” Backdoor Using Google Drive for Stealthy Cyber Espionage

Listen to this Post

Featured Image

Introduction: A New Wave of Cloud-Based Cyber Espionage

Cyber espionage groups are continuously evolving their tactics, blending sophisticated malware with legitimate cloud services to remain hidden in plain sight. A newly identified campaign highlights this shift clearly. Security researchers from Check Point Software Technologies have uncovered an active cyber operation linked to a Chinese-aligned threat group known as Silver Dragon. The group has reportedly been targeting organizations across Europe and Southeast Asia since mid-2024, using a combination of server exploitation, phishing campaigns, and stealthy backdoor implants.

What makes this campaign particularly alarming is the use of a new malware tool called GearDoor, which communicates through Google Drive as its command-and-control channel. By abusing a widely trusted cloud platform, the attackers are able to bypass many traditional security controls, making detection significantly more difficult.

This operation demonstrates how modern advanced persistent threat groups are leveraging legitimate infrastructure to blend malicious activity into normal network traffic, creating a new challenge for defenders worldwide.

Silver Dragon and Its Connection to a Known Chinese Cyber Group

Silver Dragon has been linked to the well-known Chinese cyber espionage group APT41, a threat actor widely recognized for conducting both state-sponsored espionage and financially motivated cybercrime.

According to researchers, Silver Dragon has been conducting targeted attacks against government institutions, critical infrastructure organizations, and corporate networks in Europe and Southeast Asia. These attacks rely on multiple entry points and infection chains, giving the group flexibility depending on the target environment.

Their operations typically begin by identifying vulnerable public-facing servers or by launching phishing campaigns designed to trick users into opening malicious attachments. Once initial access is obtained, the attackers deploy a combination of custom malware and well-known offensive frameworks to maintain persistence and expand control inside the compromised network.

The discovery of Silver Dragon’s latest tools indicates that the group continues to evolve its methods, adopting new strategies to avoid detection and maintain long-term access to victim systems.

Multi-Stage Infection Chains Used in the Campaign

The attack process employed by Silver Dragon is not a simple malware delivery operation. Instead, it is structured as a multi-stage compromise that ensures persistence and stealth.

Researchers identified three primary infection chains used by the attackers.

The first technique involves AppDomain Hijacking. In this method, attackers manipulate the configuration file of a legitimate Windows executable called dfsvc.exe. By modifying the configuration file, they redirect the program’s execution to a malicious loader called MonikerLoader, which then loads the final malicious payload.

The second method uses Service DLL Hijacking. Here, a malicious dynamic link library named BamboLoader is placed in a location where it is automatically loaded by a legitimate service. When executed, BamboLoader decrypts and injects shellcode associated with the offensive framework Cobalt Strike, giving the attackers remote access.

The third infection vector relies on phishing emails that contain weaponized shortcut files. These LNK files appear harmless but trigger malicious scripts that ultimately install additional payloads on the system.

All three infection chains ultimately lead to the deployment of Cobalt Strike beacons, a tool widely used by both penetration testers and cybercriminal groups for remote command execution and lateral movement.

Custom Malware Tools Used in the Operation

Beyond traditional attack frameworks, Silver Dragon also introduced several custom tools specifically designed for this campaign.

One of these tools is SSHcmd, a command-line utility that enables remote command execution across infected systems. This allows attackers to perform administrative tasks or execute additional malicious scripts without relying on external software.

Another tool identified by researchers is SliverScreen, which focuses on monitoring the victim’s screen activity. This capability allows attackers to capture screenshots and observe user behavior, potentially revealing sensitive information such as login credentials, financial activity, or confidential documents.

The most notable tool in the campaign, however, is the GearDoor backdoor.

GearDoor functions as a persistent remote access mechanism, allowing attackers to maintain long-term control over compromised machines while communicating through cloud storage infrastructure.

GearDoor Backdoor and Google Drive Command-and-Control

GearDoor stands out because of its unique command-and-control design. Instead of communicating with traditional attacker-controlled servers, the malware uses Google Drive as its primary communication channel.

This approach significantly reduces the chances of detection. Since Google Drive is widely used in corporate environments, traffic directed to the platform is typically considered safe and rarely blocked.

GearDoor creates a dedicated folder within Google Drive for each infected machine. The attackers then exchange commands and data by uploading and downloading encrypted files from that folder.

The malware continuously monitors the folder for new instructions, which are disguised using different file extensions.

For example, files ending in .png serve as heartbeat signals to confirm that the infected machine is still active. Files with the .cab extension contain commands issued by the attacker, while .rar files deliver additional payloads or tools.

This file-based communication system enables the attackers to maintain persistent control over compromised systems while blending seamlessly with legitimate cloud activity.

Encryption and Obfuscation Techniques

To further protect its operations from analysis, GearDoor encrypts configuration data and commands using DES encryption. The encryption keys are derived from unique attributes of the infected machine, making it more difficult for researchers to replicate or decrypt the communication process.

In addition, the malware loaders used in the campaign employ multiple obfuscation techniques.

The MonikerLoader component uses unusual programming constructs such as Brainfuck-like encoded strings and randomized naming conventions to hide its functionality. It also uses a custom ADD-XOR algorithm to decrypt the malicious payload before executing it directly in memory.

BamboLoader, on the other hand, uses control flow flattening and junk code insertion to complicate static analysis. Its decryption chain combines RC4 encryption, LZNT1 compression, and XOR operations before injecting the final payload into a Windows process called taskhost.exe.

These layered obfuscation methods significantly increase the difficulty of reverse engineering the malware.

What Undercode Say:

Cloud Platforms Are Becoming the New C2 Infrastructure

This campaign illustrates a broader shift occurring across the cyber threat landscape. Attackers are increasingly abandoning traditional command-and-control servers and instead leveraging trusted cloud platforms as operational infrastructure.

Using platforms like Google Drive provides several advantages for threat actors. First, it blends malicious traffic into normal enterprise workflows. Most organizations rely heavily on cloud services, meaning network monitoring systems rarely flag traffic heading toward them.

Second, cloud infrastructure provides high availability and global accessibility. Attackers can manage operations from anywhere without maintaining their own servers.

This strategy also complicates incident response. Blocking a malicious domain is simple, but blocking Google Drive traffic may disrupt legitimate business operations.

The Evolution of Chinese-Linked APT Operations

The connection between Silver Dragon and APT41 reflects the growing sophistication of Chinese-aligned cyber espionage operations.

APT41 has historically combined state-directed intelligence gathering with financially motivated cybercrime. Campaigns linked to the group have targeted industries ranging from healthcare to telecommunications.

The Silver Dragon campaign appears to follow a similar pattern, focusing on strategic sectors such as government networks and critical infrastructure.

These targets are valuable for intelligence collection, technology acquisition, and geopolitical advantage.

Malware Obfuscation Continues to Improve

Another notable aspect of the campaign is the level of effort placed into malware obfuscation.

Techniques such as control flow flattening, junk code insertion, and layered encryption are becoming standard practice for advanced threat actors.

These techniques are designed to slow down analysts and automated security tools. By increasing the time required to understand the malware, attackers gain a longer operational window before detection.

Phishing Remains a Reliable Entry Point

Despite the advanced technical capabilities displayed in the campaign, one of the primary entry points remains traditional phishing.

Weaponized LNK files continue to be effective because they appear harmless and require minimal user interaction.

This highlights an ongoing security challenge: human error remains one of the easiest ways for attackers to bypass technical defenses.

Even the most advanced malware often begins with a simple email attachment.

Defensive Strategies Must Adapt

Organizations cannot rely solely on traditional perimeter defenses anymore.

Security teams need to implement behavioral monitoring that can detect suspicious activity within trusted platforms.

For example, unusual file patterns or automated folder monitoring behavior within cloud storage platforms could indicate malware communication.

Endpoint detection tools also play a critical role in identifying abnormal process injections or suspicious command execution patterns.

The Silver Dragon campaign is another reminder that modern cyber defense must focus on visibility across endpoints, networks, and cloud environments simultaneously.

Fact Checker Results

✅ Security researchers from Check Point Software Technologies reported the Silver Dragon campaign targeting Europe and Southeast Asia.
✅ The GearDoor backdoor uses Google Drive for command-and-control communication through encrypted file exchanges.
❌ There is no official public confirmation directly attributing Silver Dragon operations to the Chinese government despite links to APT41.

Prediction

🔍 Cloud platforms will increasingly be abused as covert command-and-control infrastructure for advanced cyber espionage campaigns.

🛡️ Security vendors will likely begin developing behavioral monitoring tools specifically designed to detect malicious activity inside trusted cloud services.

⚠️ Future APT malware may expand beyond Google Drive to exploit additional cloud platforms such as enterprise collaboration tools and file-sharing ecosystems.

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

References:

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

Image Source:

Unsplash
Undercode AI DI v2
Bing

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

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

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