Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Threema Messaging Service Suffers Massive DDoS Attack
August 17, 2026
HoneyMyte CoolClient Backdoor Uses Signed Kernel Rootkit to Hide Itself
August 17, 2026
Roundcube Patches Critical RCE and SSRF Vulnerabilities in 1.6.18, 1.7.3
August 17, 2026
Home/CyberSecurity News/HoneyMyte CoolClient Backdoor Uses Signed Kernel Rootkit to Hide Itself
CyberSecurity News

HoneyMyte CoolClient Backdoor Uses Signed Kernel Rootkit to Hide Itself

Key Takeaways The HoneyMyte APT group has enhanced its CoolClient backdoor with a new kernel-level rootkit. This rootkit significantly improves the malware’s stealth capabilities on Windows...

Sarah simpson
Sarah simpson
August 17, 2026 6 Min Read
2 0

Key Takeaways

  • The HoneyMyte APT group has enhanced its CoolClient backdoor with a new kernel-level rootkit.
  • This rootkit significantly improves the malware’s stealth capabilities on Windows systems, making detection and investigation more challenging for security professionals.
  • The attack chain involves initial compromise with PlugX, followed by the installation of CoolClient, often through DLL sideloading using legitimate applications.
  • Targets include government entities and organizations in Pakistan, Mongolia, Myanmar, and Russia.
  • No direct fix is available, but robust mitigation strategies focusing on kernel-level telemetry and vigilance against suspicious system alterations are crucial.

The advanced persistent threat (APT) group HoneyMyte has significantly upgraded its CoolClient backdoor, integrating a sophisticated kernel-level rootkit designed for Windows operating systems. This enhancement drastically complicates forensic investigations and defensive measures, allowing the malware to evade standard security checks and maintain persistence on compromised systems.

Table Of Content

  • Key Takeaways
  • HoneyMyte CoolClient Backdoor Uses Signed Kernel Rootkit
  • Hidden Files and C2 Traffic
  • What You Should Do

This updated CoolClient variant has been observed targeting government entities and other organizations across Pakistan, Mongolia, Myanmar, and Russia. The tactical shift indicates a clear intent by HoneyMyte to bolster its operational secrecy and longevity within victim networks.

In one notable instance in Myanmar, attackers initially deployed the PlugX malware to establish a beachhead before subsequently installing CoolClient as a secondary, more resilient backdoor. This multi-stage approach, where a trusted program is leveraged to execute malicious code, mirrors previously documented PlugX USB worm campaigns. It also underscores the group’s strategy of deploying layered tools rather than relying on a single implant for its malicious objectives.

Researchers at Securelist uncovered this new CoolClient variant during their investigations spanning late 2025 and 2026. According to a Securelist report, the kernel driver facilitates the concealment of processes, files, registry entries, and specific command-and-control (C2) communications. This deep-level stealth is particularly concerning because kernel components operate at a foundational level, beneath most user-mode monitoring utilities, rendering them invisible to many traditional security tools.

The CoolClient backdoor itself possesses a wide array of capabilities, including keystroke logging, clipboard data exfiltration, credential harvesting, extensive system reconnaissance, and file manipulation. By shifting critical operational components into the Windows kernel, the malware can effectively manipulate what security tools perceive, thereby gathering intelligence and facilitating lateral movement within the compromised environment without detection.

HoneyMyte CoolClient Backdoor Uses Signed Kernel Rootkit

The infection sequence typically begins after PlugX has already established an initial foothold on the target system. Attackers then create a deceptive “Windows Defender” folder, configure exclusions for this folder and a renamed executable, and proceed to use a legitimate Sangfor application, renamed to “defender.exe,” to sideload a malicious DLL file named “libngs.dll.”

This DLL sideloading technique, which abuses a legitimate program to mask malicious activity, has been documented in other campaigns, such as those attributed to the Mustang Panda group, highlighting a recurring pattern of misusing trusted applications. The malware also establishes persistence through a scheduled task, enabling the renamed program to launch with SYSTEM privileges upon startup. Additionally, CoolClient creates an AutoRun entry and, in some cases, installs a service named “media_updaten.”

Further enhancing its stealth, the malware injects its code into a process named “synchost.exe.” This deliberate misspelling closely resembles the legitimate Windows “svchost.exe” process, making it difficult for an analyst to spot during a cursory review.

Once elevated to administrator rights, the malware decrypts and writes its kernel driver, “msagent.sys,” installing it as a Windows driver service. Although this driver bears a digital signature, it is crucial to note that this signature does not guarantee its legitimacy. The certificate in question was issued to “Nanjing Ranyi Technology Co., Ltd.” and had expired years prior to the observed campaign, rendering it invalid for proving authenticity or safety.

The driver communicates with the CoolClient backdoor through a direct Windows communication channel. It registers CoolClient as a trusted entity, records its installation path and service registry location, and accepts the configured C2 server address. This mechanism effectively protects the malware’s files while simultaneously denying access to other processes. Similar abuse of trusted filenames has been observed in other new Windows backdoors, underscoring why file names alone are insufficient indicators of trustworthiness.

Hidden Files and C2 Traffic

The “msagent.sys” rootkit leverages several Windows callbacks to monitor processes, loaded modules, file system activity, and registry operations. It can restrict the permissions granted to other programs attempting to interact with the protected CoolClient process. This capability can thwart attempts to terminate, inspect, or inject code into the backdoor, ensuring its continued operation even if an analyst identifies the suspicious process.

Its file-system filter actively conceals specified folders and files by denying access during routine operations. Concurrently, a separate registry callback mechanism removes protected keys and values from enumeration results, while also blocking any attempts to open, modify, or delete them. The driver can also unlink its process from Windows’ active-process listings, ensuring it does not appear in basic task manager views.

A particularly sophisticated feature involves the rootkit hooking the Windows Nsiproxy driver. This allows it to remove registered C2 IP addresses from network data presented to user-mode tools. Consequently, a defender performing network connection inspections might completely miss the backdoor’s actual communication channels. HoneyMyte previously employed a similar technique in an earlier HoneyMyte rootkit report, indicating a consistent and evolving strategy for long-term concealment.

What You Should Do

  • Monitor for Suspicious Driver Services: Actively look for unexpected or newly installed driver services on Windows systems.
  • Scrutinize File and Directory Anomalies: Investigate fake security product directories (e.g., “C:Program Filesmicrosoftwindows defender”), unusual Defender exclusions, and mismatched DLLs found alongside legitimate applications.
  • Review Scheduled Tasks and AutoRun Entries: Pay close attention to scheduled tasks and AutoRun entries that launch executables like “defender.exe” or “Sang.exe” from unusual or non-standard locations.
  • Verify Driver Signatures and Certificate Status: Always verify the digital signatures of drivers and check the validity and expiration status of their associated certificates. Expired or revoked certificates are a significant red flag.
  • Implement Kernel-Level Telemetry: Shift monitoring strategies to collect and analyze kernel-level telemetry rather than relying solely on user-mode process and network views, which this rootkit is designed to evade.
  • Analyze IoCs: Use the provided Indicators of Compromise (IoCs) in your threat intelligence platforms (e.g., MISP, VirusTotal, SIEM) for detection and hunting. Note that IP addresses and domains are intentionally defanged (e.g., [.]) and should only be re-fanged within controlled environments.
Type Indicator Description
File name msagent.sys Kernel-mode rootkit driver deployed by CoolClient
File name libngs.dll First-stage malicious DLL sideloaded by the renamed Sangfor application
File name ctxmui.dll File indicator listed in the source report
File path C:Program Filesmicrosoftwindows defender Fake Windows Defender installation directory
File path C:Program Fileswindows media playermediares Directory indicator listed in the source report
File path C:ProgramDatasymantecdir Directory indicator listed in the source report
File path C:ProgramDatavirtualstore Directory indicator listed in the source report
File path C:Windowsidentitycrlproduction Directory indicator listed in the source report
File path C:Windowsserviceprofilesnetworkservice Directory indicator listed in the source report
File path C:Users<user>AppDataLocalviber24.8 User-profile directory indicator
File path C:Users<user>AppDataRoamingdsassistant User-profile directory indicator
File path C:Program Filescommon filesmicrosoft sharedoffice14 Directory indicator listed in the source report
File path C:programdatamsdn Directory indicator listed in the source report
SHA-1 2d7c8780e97409770a9d4f31c66c9d639460E150 File hash listed in the source report
SHA-224 E1981D5C165043520C5C12FE9717F005C5FB98E08D2AD983D88F94 File hash listed in the source report
SHA-256 EEF518D8E5FE70D9090F6280C68A95998FEB79558B037669792652A816E2C669DE File hash listed in the source report
Domain cloudtroe.giize[.]com Command-and-control or related infrastructure indicator
Domain employers.theworkpc[.]com Command-and-control or related infrastructure indicator
Domain freeread.casacam[.]net Command-and-control or related infrastructure indicator
Domain us.lenovoappstore[.]com Command-and-control or related infrastructure indicator
Domain sundanish.freeddns[.]org Command-and-control or related infrastructure indicator
Domain torinarlabs.webredirect[.]org Command-and-control or related infrastructure indicator
Domain news.dursamjbataar[.]org Command-and-control or related infrastructure indicator
Domain video.dursamjbataar[.]org Command-and-control or related infrastructure indicator
Domain black-popular[.]com Command-and-control or related infrastructure indicator
Domain whatismybestthing[.]com Command-and-control or related infrastructure indicator

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackMalwareSecurityThreat

Share Article

Sarah simpson

Sarah simpson

Sarah is a cybersecurity journalist specializing in threat intelligence and malware analysis. With over 8 years of experience covering APT groups, zero-day exploits, and advanced persistent threats, Sarah brings deep technical expertise to breaking cybersecurity news. Previously, she worked as a security researcher at leading threat intelligence firms, where she analyzed malware samples and tracked cybercriminal operations. Sarah holds a Master's degree in Computer Science with a focus on cybersecurity and is a regular contributor to major security conferences.

Previous Post

Roundcube Patches Critical RCE and SSRF Vulnerabilities in 1.6.18, 1.7.3

Next Post

Threema Messaging Service Suffers Massive DDoS Attack

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Critical GeoServer SQLi Vulnerability Allows Remote Code Execution
August 17, 2026
MessiahGPT AI Model Automates Ransomware and Phishing Attacks
August 17, 2026
Fake Web3 Interview Campaign Delivers NeedleStealer and hVNC RAT via Signed ClickOnce
August 17, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
David kimber
David kimber
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us