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/Malicious RVTools Installer Abuses Sectigo Certificate to Bypass SmartScreen Warnings
Threats

Malicious RVTools Installer Abuses Sectigo Certificate to Bypass SmartScreen Warnings

Key Takeaways A new threat actor is distributing a weaponized installer for RVTools, a popular utility for VMware administrators. The malicious installer bypasses Windows SmartScreen by using a valid...

Emy Elsamnoudy
Emy Elsamnoudy
May 29, 2026 4 Min Read
56 0

Key Takeaways

  • A new threat actor is distributing a weaponized installer for RVTools, a popular utility for VMware administrators.
  • The malicious installer bypasses Windows SmartScreen by using a valid Sectigo code-signing certificate, making it appear legitimate.
  • The attack deploys a multi-stage Python-based Remote Access Trojan (RAT) capable of extensive system reconnaissance and persistent remote control.
  • Organizations managing VMware environments are at significant risk due to the high-privilege access typically granted to RVTools users.

Attackers Leverage Valid Sectigo Certificate to Distribute Malicious RVTools Installer

Cybersecurity researchers have identified a sophisticated supply chain attack targeting VMware administrators through a weaponized installer of RVTools, a widely used utility. Attackers are distributing a malicious version of the application, digitally signed with a legitimate Sectigo certificate, enabling it to circumvent Windows SmartScreen warnings and other standard endpoint security measures.

Table Of Content

  • Key Takeaways
  • Attackers Leverage Valid Sectigo Certificate to Distribute Malicious RVTools Installer
  • Deceptive Tactics Exploit Trust in Signed Software
  • Multi-Stage Payload Delivery
  • Three-Stage Python RAT Deploys After Installation
  • What You Should Do
  • Indicators of Compromise (IoCs)

RVTools is an essential tool for IT administrators, providing critical visibility into virtual machine environments. Its prevalence in enterprise settings and the elevated privileges often associated with its users make it an ideal target for impersonation, as compromising such an account can grant attackers deep access into an organization’s virtual infrastructure.

Deceptive Tactics Exploit Trust in Signed Software

Analysts at K7 Security Labs were the first to detail this attack. Their report, shared with Cyber Security News (CSN), revealed that the fake installer was signed with a valid code-signing certificate issued by Sectigo. This certificate was registered under “Xiamen Lunwei Huage Network Co., Ltd.,” an entity that appears to be a shell company. Crucially, the certificate was active and valid at the time of delivery, allowing the malicious installer to execute without triggering alerts from Windows SmartScreen or most endpoint protection systems.

The malicious installer was packaged as a standard MSI file, complete with an End-User License Agreement, mimicking legitimate software installations. This deliberate design was intended to exploit the trust users place in signed binaries and familiar installation procedures, providing little reason for an administrator to suspect foul play.

Multi-Stage Payload Delivery

Upon execution and granting of administrative privileges, the installer initiated a covert, multi-stage infection process. It first deployed a hidden VBScript, “Binary.MyScript.vbs,” embedded within the MSI’s binary table. This script utilized decimal-to-character encoding to obscure its true purpose from security scanners.

The VBScript then launched a concealed PowerShell process, which downloaded a 33MB archive named “winp.zip” from a Dropbox link. This archive was extracted into the AppData folder, containing a portable Python environment. This environment included legitimate tools like VS Code, Spyder, and Jupyter Lab, alongside malicious scripts. The inclusion of numerous benign tools served to camouflage the malicious components during file system audits.

Following a prompt for a system reboot, framed as a routine cleanup after installation, the malware established its persistence mechanisms in the background.

Three-Stage Python RAT Deploys After Installation

After the system restart, two Python scripts, “collector.py” and “Pmanager.py,” became active. “collector.py” initiated an extensive reconnaissance operation, gathering sensitive host information including hostname, MAC address, user privileges, installed services, running processes, and Active Directory details. This collected data was hashed into a unique eight-character ID to enable the attackers to track the compromised system, even if its IP address changed. All gathered information was saved to a file named “configA.json” in the temporary folder.

Subsequently, “Pmanager.py” encrypted the collected data using RC4 encryption combined with zlib compression. This encrypted data was then exfiltrated to one of five hardcoded command-and-control (C2) servers via HTTP POST requests. The Remote Access Trojan (RAT) beaconed to its C2 every 300 seconds, awaiting instructions. Its capabilities included executing arbitrary commands, launching PowerShell scripts, downloading additional payloads, and self-removal.

To ensure persistence across reboots, the RAT created a Windows Registry Run entry and established a scheduled task with SYSTEM-level privileges, granting it maximum control over the compromised machine. For any organization heavily reliant on VMware, a breach through this vector, especially involving an administrator account, presents a catastrophic security event.

Although the fraudulent certificate has since been revoked, this offers limited protection to environments that do not perform real-time certificate revocation checks at the point of execution. Systems relying solely on static signature validation would not have detected the malicious nature of the installer.

What You Should Do

  • Verify Software Sources: Always download RVTools installers exclusively from the official website, robware.net. Avoid third-party repositories or suspicious links.
  • Implement Real-Time Certificate Checks: Ensure your security solutions enforce real-time certificate revocation list (CRL) and Online Certificate Status Protocol (OCSP) checks at the time of execution for all binaries.
  • Monitor for Suspicious Files: Actively scan and monitor AppData directories for unexpected files like “winp.zip” or unusual Python processes launched from non-standard paths.
  • Restrict Outbound Connections: Implement network segmentation and firewall rules to restrict outbound connections from administrative workstations to only known and necessary IP addresses and domains.
  • Review Indicators of Compromise (IoCs): Integrate the provided IoCs into your SIEM, EDR, and other security tools for detection and blocking.

Indicators of Compromise (IoCs):

Type Indicator Description
File Hash (MD5) 64bda120cb447e0c03f451190022a57b Malicious RVTools MSI installer
File Hash (SHA256) d0f5e98fb840fb5656d3f50613b6f1ec60e57392643159841bc1fa95396087a4 Malicious RVTools MSI installer
File Name Binary.MyScript.vbs Embedded VBScript loader inside MSI binary table
File Hash (MD5) 01A115C6F6BA3837234202A1E0D28BDC Binary.MyScript.vbs – Trojan (0001140e1)
File Name Pmanager.py Python C2 persistence and communications agent
File Hash (MD5) 71085940124AD3C035A181ACADC10362 Pmanager.py – Trojan (0001140e1)
File Name collector.py Python reconnaissance and data collection module
File Hash (MD5) 9192D18A955A9D03E2C70B60AAC1784A collector.py – Trojan (0001140e1)
File Name winp.zip Malicious payload archive downloaded from Dropbox (~33MB)
File Name configA.json JSON file storing collected host reconnaissance data
Certificate Issuer Xiamen Lunwei Huage Network Co., Ltd. (Sectigo) Shell entity used to obtain fraudulent code-signing certificate

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:

AttackExploitMalwareSecurityThreat

Share Article

Emy Elsamnoudy

Emy Elsamnoudy

Emy is a cybersecurity analyst and reporter specializing in threat hunting, defense strategies, and industry trends. With expertise in proactive security measures, Emily covers the tools and techniques organizations use to detect and prevent cyber attacks. She is a regular speaker at security conferences and has contributed to industry reports on threat intelligence and security operations. Emily's reporting focuses on helping organizations improve their security posture through practical, actionable insights.

Previous Post

Google Chrome Patches 151 Vulnerabilities, 22 Critical

Next Post

Critical Samba CVE-2022-26925 Lets Attackers Run Remote Code

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