CyberSecurityNews

Hackers Hide ValleyRAT Backdoor Inside Adware Targeting Users in China and India


Hackers are using adware to deliver ValleyRAT, a Windows backdoor. The campaign primarily affects users in China and India, turning a program expected to display ads into a route for spying, theft, and further malware delivery.

The installer changes its visible behavior according to its filename. One version installs a collaboration app, another installs a browser, and a third opens a meeting-download page.

Those harmless-looking actions can keep a victim occupied while the malicious components are placed on the machine. Researchers at Securelist identified the activity after an apparent adware sample generated suspicious network traffic.

Securelist said in a report shared with Cyber Security News (CSN) that they found its advertising feature did not work at all.

Instead, it started a hidden chain that launched ValleyRAT through a modified wallpaper-management application. The scale makes the finding significant.

QN Wallpaper is genuine adware (Source – Securelist)

During 2026, researchers recorded more than 100,000 detections of ValleyRAT and related malware, affecting over 1,500 unique users, mainly in China and India. Researchers said Silver Fox is likely responsible.

Hackers Hide ValleyRAT Backdoor Inside Adware

The attack begins with an installer carrying names such as FS_SETUP_DD_173.exe or FS_SETUP_GG_173.exe. Regardless of the decoy action, it installs a tampered version of QN Wallpaper and configures it to start automatically.

The altered package abuses DLL sideloading, a Windows behavior in which a program loads a supporting file from its own folder.

QnWallpaper.exe and QnwPlayer.exe load a rogue libcef.dll, enabling attacker code to run alongside an application that appears legitimate.

A recent Silver Fox trusted software attack showed how the same technique can help malware blend into normal Windows activity.

Disabling Windows Defender (Source – Securelist)

The installer also attempts to disable Microsoft Defender using the DisableAntiSpyware registry key. The components are saved under Program Files, giving attackers a place to stage the wallpaper files and hidden backdoor components.

Once loaded, the library keeps QnWallpaper.exe active after reboot by creating a file association and placing a matching file in the Startup folder.

It checks whether the victim has administrator rights and tries to relaunch with elevated privileges when needed, increasing the damage an operator may be able to cause.

The ValleyRAT payload is encrypted and its configuration is written backwards to make inspection harder. Separate payloads use different command-and-control settings, while the backdoor can inject code into svchost to restart itself.

That persistence approach echoes a Windows backdoor memory execution case in which attackers sought to stay active without leaving obvious traces.

Data Theft and Defense

ValleyRAT is built for surveillance as well as remote control. It records keystrokes, captures clipboard contents, watches the active window, and collects host details, including Windows version, disk space, graphics hardware, local IP addresses, language settings, and idle time.

The operators can also request screenshots, clear logs, update server addresses, and download extra tools. These functions can give attackers a broad view of a compromised machine and allow them to expand their access after the initial infection.

Its defensive features add risk during incident response. Depending on the configuration, ValleyRAT can look for security and traffic-analysis applications, mark its process as critical so an attempt to terminate it may crash Windows, and automatically recover after an unhandled error.

Obfuscated configuration (Source - Securelist)
Obfuscated configuration (Source – Securelist)

The backdoor can download and execute modules from its control server or another attacker-controlled address. It can load malicious libraries directly or use process hollowing, which starts code inside a legitimate Windows process.

Readers following recent DLL sideloading campaigns will recognize the wider pattern: trusted-looking software is used to make a malicious launch appear less suspicious.

Organizations should keep employee cybersecurity awareness current and set clear rules for third-party software on work devices. Individuals should avoid questionable downloads and never put such programs on security-product exclusion lists.

Security teams should review autorun entries, unexpected QN Wallpaper installations, suspicious libcef.dll files beside applications, and outbound connections matching the indicators below.

They should isolate affected endpoints before cleanup, preserve evidence, reset exposed credentials where appropriate, and hunt for related activity across the network.

Earlier ValleyRAT fake installer activity illustrates why users should obtain popular software only from verified publishers. The campaign shows how a seemingly minor unwanted program can conceal a far more dangerous compromise.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
File nameFS_SETUP_DD_173.exeInstaller variant that installs DingTalk as a decoy action
File nameFS_SETUP_GG_173.exeInstaller variant that installs Google Chrome as a decoy action
File nameFS_SETUP_HY_173.exeInstaller variant that opens a Tencent Meeting download page
URLhxxps://meeting[.]tencent[.]com/download/Decoy URL opened by the HY installer variant
URLhxxps://qnwallpaper[.]keansoft[.]cn/QN Wallpaper website referenced in the campaign
File name1.zipArchive containing adware files and supporting modules
MD57ad1e3ef4e6d9d636c9e7e967733850e1.zip archive
File name7z.dll7-Zip library deployed by the installer
MD596b4c1d0683dce22bd3223e1e40689c17z.dll
File name7z.exe7-Zip executable deployed by the installer
MD59b86d3ab6cef15c633933fbbeab39c0a7z.exe
File namechrome_elf.dllLibrary used to launch Electron-based applications
MD5edfdc30cbd85879776b8f735ea7de1f1chrome_elf.dll
File namelibcef.dllMalicious DLL used for sideloading and ValleyRAT execution
MD507ddbbe2c71c45577a7a4fbcdba0df91Malicious libcef.dll
File namePeLoaderFile containing the encrypted ValleyRAT payload
MD548826d5ca845979d2e6ebd66dc1aae90PeLoader
File nameQnWallpaper.exeQN Wallpaper adware module used in the sideloading chain
MD56c158c0f8e029342192d4f0d72e102b7QnWallpaper.exe
File nameQnwPlayer.exeQN Wallpaper adware module used in the sideloading chain
MD59a71d6a41cd258b9e89cdc5fc224de73QnwPlayer.exe
File nameNedca.exeMalicious installer copy placed in the QN Wallpaper directory
MD5c24e99f9437feacaa63766a3cde3fe3dMalicious installer copy
MD58a626d844943da3456b044f38deae3a2ValleyRAT-related malware sample
Network103.45.66.18:441ValleyRAT command-and-control endpoint
Network103.45.66.18:442ValleyRAT command-and-control endpoint
Network103.45.66.18:443ValleyRAT command-and-control endpoint
Network192.253.225.173:6666ValleyRAT command-and-control endpoint
Network192.253.225.173:8888ValleyRAT command-and-control endpoint

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Prevent incidents due to slow investigations. Power your Tier 1 with threat intelligence from 15K SOCs: Integrate TI Lookup in your SOC



Source link