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
Poison Claude Sells AI Tokens From Fake Accounts and Free Credits
August 5, 2026
Greatness PhaaS Bypasses Email Security, MFA to Hijack Microsoft 365 Accounts
August 5, 2026
Microsoft Awards Record $20M to 562 Researchers in Biggest Bug Bounty Year
August 5, 2026
Home/Threats/Fake Video Player Updates Deploy Miner and RAT Malware
Threats

Fake Video Player Updates Deploy Miner and RAT Malware

Key Takeaways A long-running malware campaign is exploiting users of pirated content sites by presenting fake video player update prompts. Clicking these prompts infects systems with a cryptocurrency...

Sarah simpson
Sarah simpson
May 29, 2026 5 Min Read
83 0

Key Takeaways

  • A long-running malware campaign is exploiting users of pirated content sites by presenting fake video player update prompts.
  • Clicking these prompts infects systems with a cryptocurrency miner (SilentCryptoMiner) and a Remote Access Trojan (RAT).
  • The malware employs sophisticated evasion tactics, including DLL side-loading, DNS tunneling, and a persistent watchdog component to resist removal.
  • The campaign, active since at least 2022, targets millions of users monthly across illegal streaming, movie, and book platforms.

Overview: Fake Video Player Updates Deliver Miner and RAT

Cyber adversaries are leveraging a cunning social engineering technique to infect unsuspecting users with cryptocurrency mining and remote access malware. The attackers entice individuals visiting illicit streaming platforms for movies and TV shows with deceptive alerts, falsely claiming that their video player plugin is obsolete.

Table Of Content

  • Key Takeaways
  • Overview: Fake Video Player Updates Deliver Miner and RAT
  • Campaign Uncovered and Its Extensive Reach
  • Technical Breakdown of the Attack Chain
  • Persistent Threat: Miner, RAT, and Watchdog Mechanisms
  • What You Should Do
  • Indicators of Compromise (IoCs):-

A single click on these fraudulent update buttons initiates a multi-stage infection process. This process covertly installs a cryptocurrency miner, silently exploiting the victim’s system resources, while simultaneously establishing a Remote Access Trojan (RAT) that grants attackers comprehensive control over the compromised machine. Details of this operation were extensively documented in a report by Securelist analysts, shared with Cyber Security News (CSN).

Campaign Uncovered and Its Extensive Reach

The campaign came to light in late April 2026, following a client’s request for assistance after detecting an unauthorized cryptocurrency miner operating on employee workstations. Subsequent investigations traced the origin of these infections to illegal streaming sites. On these platforms, users were duped by a fake plugin update prompt into downloading a malicious ZIP archive.

This archive initially appears innocuous, containing what seems to be a legitimate installer bundled with a concealed malicious library. Securelist analysts indicated that this is not a novel operation. Evidence suggests the same threat actor has been conducting similar campaigns since at least 2022, consistently refining their delivery mechanisms while maintaining the core deceptive strategy.

The scale of this threat is substantial. The pirated websites implicated in this campaign collectively garnered an estimated 40 million visits in April 2026 alone. The largest of these streaming platforms attracted between 2.1 million and 27.4 million monthly visitors, while even smaller digital libraries saw approximately 11,000 regular users each month. The campaign has also broadened its scope beyond streaming services to encompass online book and movie libraries, demonstrating the attackers’ wide-ranging targeting strategy.

Technical Breakdown of the Attack Chain

When a user navigates to one of the compromised sites and attempts to play content, a message appears, instructing them to update their plugin to proceed. Clicking this prompt downloads a ZIP archive. Inside this archive are two files: a legitimate-looking executable named HLS Installer.874.exe and a significantly sized malicious DLL.

Upon execution, the legitimate installer is used for DLL side-loading, allowing the malicious DLL to inject itself into a trusted system process. This technique enables the malware to operate under the guise of legitimate software, making detection more challenging. The malicious library is deliberately padded with junk code to impede analysis. Within its structure, a specific function intentionally triggers a stack overflow, meticulously crafting a chain of instructions that decrypts and loads the primary payload directly into memory.

The malware then establishes communication with the attacker’s command-and-control (C2) server via DNS tunneling. This method disguises malicious traffic as routine DNS queries, often mimicking legitimate Microsoft domain names to evade detection. Crucially, the malware only proceeds with its full operational capabilities after receiving an explicit approval signal from the C2 server, a tactic likely employed to filter targets and bypass security analysis environments.

Persistent Threat: Miner, RAT, and Watchdog Mechanisms

The primary payload consists of a modified version of SilentCryptoMiner, an open-source cryptocurrency miner. Once activated, it surreptitiously utilizes the victim’s CPU and GPU resources to mine cryptocurrency, often without any noticeable performance degradation that might alert the user. Concurrently, a separate RAT module runs in the background, providing attackers with remote access capabilities. This allows them to execute arbitrary commands, deploy additional files, and push further malware onto the compromised system at any time.

To ensure persistence, the malware registers itself as a fraudulent Google service, specifically named GoogleUpdateTaskMachineQC. This service is configured to launch automatically with every system startup. Furthermore, a resilient watchdog component operates within explorer.exe, constantly monitoring the miner’s activity every five seconds. If the miner is terminated or removed, this watchdog automatically restores it from an encrypted backup. Security professionals attempting to clean an infected system must first identify and terminate this watchdog process within explorer.exe; otherwise, the miner will simply reinstall itself, thwarting cleanup efforts.

What You Should Do

  • Avoid Pirated Content: Refrain from visiting illegal streaming, movie, and book sites, as these are the primary vectors for this and similar threats.
  • Be Skeptical of Updates: Never click on “update” prompts directly from websites, especially for plugins or software. Always go to the official vendor’s website to download and install updates.
  • Monitor Network Traffic: Watch for unusual DNS traffic patterns or DNS requests mimicking legitimate domains but pointing to suspicious IP addresses.
  • Inspect System Services: Regularly check for unrecognized or suspicious services, particularly those masquerading as legitimate system components like “GoogleUpdateTaskMachineQC.”
  • Monitor Process Activity: Look for unexpected code injection into critical system processes such as explorer.exe or conhost.exe.
  • Endpoint Protection: Ensure all endpoint detection and response (EDR) solutions and antivirus software are up-to-date and configured for real-time monitoring.
  • File System Monitoring: Monitor for unexpected file creations or modifications in sensitive directories, such as C:ProgramDataGoogleChrome (though not a legitimate Google Chrome path).
  • Incident Response Plan: Develop and practice an incident response plan for malware infections, emphasizing the steps required to neutralize persistent threats like the described watchdog component.

Indicators of Compromise (IoCs):-

Type Indicator Description
URL urush1bar4[.]online Malicious archive download URL
File Hash (SHA1) 6A0FE6065D76715FEEBC1526D456DB737F624407 Malicious DLL library
File Hash (SHA256) AE489324E96A708A09C17E6F02A43B3423367B9DDDC24CC7DFC070DF Malicious DLL library
Domain 5d14vnfb[.]space RAT C2 server (April–July 2025)
Domain r7mvjl67[.]space RAT C2 server (August–November 2025)
Domain zgj1tam9[.]space RAT C2 server (December 2025)
Domain jeaw520i[.]space RAT C2 server (January–March 2026)
Domain qdmagva5[.]space RAT C2 server (April–July 2026)
IP Address 107[.]172[.]212[.]235 Miner configuration retrieval server
Domain m4yuri[.]online UnamWebPanel control panel address
Domain kristina[.]quest UnamWebPanel control panel address
File Name HLS Installer.874.exe Legitimate executable used for DLL side-loading

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.

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:

AttackHackerMalwareSecurityThreat

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

Typosquatting npm Packages Steal Cloud and CI/CD Secrets

Next Post

ChatGPT Bug Lets Attackers Turn Web Pages Into Phishing Payloads

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 TP-Link Omada ZTP Flaws Let Attackers Hijack Routers, Execute Root Code
August 5, 2026
Critical OVSwrap Linux Vulnerability (CVE-2024-3094) Lets Attackers Gain Root
August 5, 2026
Django Patches Four High-Severity Vulnerabilities in Versions 6.0.8 and 5.2.17
August 5, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
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