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
Critical Microsoft Copilot Vulnerability Lets Attackers Hijack Accounts
August 4, 2026
Microsoft Hardens NuGet Security with Shorter API Key Lifespans
August 4, 2026
How SOCs Detect and Stop AI Phishing Attacks Bypassing Email Gateways
August 4, 2026
Home/Threats/SmartApeSG Campaign Leverages ClickFix Scripts to Infect Windows Hosts with RATs
Threats

SmartApeSG Campaign Leverages ClickFix Scripts to Infect Windows Hosts with RATs

Key Takeaways The SmartApeSG campaign is actively infecting Windows systems using a two-stage remote access trojan (RAT) attack. Initial compromise occurs via “ClickFix” scripts, tricking...

Marcus Rodriguez
Marcus Rodriguez
June 1, 2026 4 Min Read
55 0

Key Takeaways

  • The SmartApeSG campaign is actively infecting Windows systems using a two-stage remote access trojan (RAT) attack.
  • Initial compromise occurs via “ClickFix” scripts, tricking users into executing malicious PowerShell or similar scripts from fake verification pages.
  • The campaign first deploys an unidentified RAT, followed by a persistent, weaponized version of NetSupport Manager RAT.
  • The attack is designed for stealth and persistence, employing encoded C2 traffic and self-deletion of initial compromise scripts.

A sophisticated, multi-stage attack dubbed the SmartApeSG campaign is actively targeting Windows users, employing “ClickFix” scripts to deploy remote access trojans (RATs). This operation, which has been observed since at least April 2026, leverages deceptive fake verification pages to trick victims into executing malicious code, ultimately installing two distinct RATs for persistent system control.

Table Of Content

  • Key Takeaways
  • SmartApeSG Campaign Uses ClickFix Scripts
  • Initial RAT Deployment and Stealth Tactics
  • NetSupport RAT Deployed as Persistent Follow-Up Payload
  • What You Should Do

What distinguishes this campaign is its methodical, two-phase approach. Rather than delivering a single payload, it first establishes a foothold with an initial RAT, then uses this access to deploy a more robust, persistent remote administration tool, maximizing its control and longevity on compromised machines.

SmartApeSG Campaign Uses ClickFix Scripts

The infection sequence begins when a user navigates to a compromised or malicious website. These sites present a fabricated “verification” page, instructing the visitor to copy and execute a PowerShell or similar script. This social engineering tactic, known as the ClickFix technique, bypasses standard security prompts by relying on user interaction to initiate the malicious process.

Fake verification page with ClickFix instructions from the SmartApeSG campaign (Source - Internet Storm Center)
Fake verification page with ClickFix instructions from the SmartApeSG campaign (Source – Internet Storm Center)

Upon execution, the script silently communicates with attacker-controlled infrastructure, retrieving the first stage of the infection. This initial compromise occurs without any visible alert to the user, providing the attackers with covert and persistent access to the victim’s machine. The Internet Storm Center (ISC) detailed this campaign in a report shared with Cyber Security News (CSN), noting their identification of a suspicious infection on May 27, 2026.

Researcher Brad Duncan highlighted that an unidentified RAT had been generating encoded command-and-control (C2) traffic as early as April 2026, confirming the campaign’s quiet operation for several weeks before its formal discovery and documentation.

Initial RAT Deployment and Stealth Tactics

The first stage of the attack deploys an unidentified RAT that communicates with its C2 server over TCP port 443. This choice of port is particularly deceptive, as it typically carries encrypted HTTPS traffic. However, the initial RAT sends encoded, non-SSL traffic, allowing it to blend in with legitimate web activity and potentially evade detection by network monitoring tools expecting standard HTTPS protocols.

Initial RAT malware on an infected Windows host (Source - Internet Storm Center)
Initial RAT malware on an infected Windows host (Source – Internet Storm Center)

After establishing this initial foothold, the RAT proceeds to download additional files through the same C2 channel, preparing the compromised system for the subsequent phase of the attack.

NetSupport RAT Deployed as Persistent Follow-Up Payload

The second and more potent stage involves the deployment of a weaponized NetSupport Manager RAT. This legitimate remote access tool is frequently abused by threat actors for unauthorized control over infected systems. The malicious NetSupport package is delivered via a CAB file, fetched and extracted onto the victim’s machine.

The installation process is orchestrated by a batch script named token.bat, which handles the extraction and setup of the RAT. This batch script is triggered by a VBScript file, processor.vbs. Together, these components ensure that the NetSupport RAT is installed and configured to achieve persistence, automatically launching with every system reboot.

A key aspect of this campaign’s stealth is its post-installation cleanup. Once the NetSupport RAT is fully deployed and configured for persistence, the scripts used in the initial compromise and installation phases are automatically deleted. This deliberate removal of forensic traces significantly complicates investigation and underscores the meticulous planning behind the SmartApeSG campaign.

What You Should Do

  • Educate Users: Train employees to be wary of unexpected “verification” pages or prompts to run scripts, especially if they are instructed to copy and paste commands into a terminal.
  • Monitor PowerShell Execution: Implement robust monitoring for unusual PowerShell or script execution, particularly if it originates from browser-related events.
  • Network Traffic Analysis: Scrutinize encoded traffic over TCP port 443 that does not conform to standard SSL/TLS patterns. This can indicate the presence of the initial RAT.
  • Block Suspicious Domains: Proactively block access to newly registered or suspicious domains, as these are often used in initial compromise stages.
  • Stay Updated on IoCs: Given the daily rotation of domains and file hashes, regularly check reputable threat intelligence feeds, such as the @monitorsg feed on Mastodon, for the latest Indicators of Compromise (IoCs).

Indicators of Compromise (IoCs):-

Type Indicator Description
URL hxxps[:]//hiddenplanetlab[.]top/signin/secure-util.js SmartApeSG malicious URL observed May 27, 2026
URL hxxps[:]//hiddenplanetlab[.]top/signin/private-template?c66kjD5i SmartApeSG malicious URL observed May 27, 2026
URL hxxps[:]//hiddenplanetlab[.]top/signin/legacy-worker.js?18b3825af007e53d SmartApeSG malicious URL observed May 27, 2026
IP Address 178.156.165[.]82 ClickFix script C2 traffic
IP Address 178.156.173[.]194 ClickFix script C2 traffic
URL hxxps[:]//silverharvestnetwork[.]com/check ClickFix script C2 traffic; also hosts initial RAT ZIP archive
IP Address 89.110.110[.]119:443 Initial RAT C2 server (TCP port 443, encoded traffic)
IP Address 185.163.47[.]217:443 NetSupport RAT C2 server
SHA256 1514b1268e9dc6d2f37137aa38c756cb4bf8186ac9235d6863b78e7f8bbbe976 ZIP archive containing initial RAT software package
SHA256 469bac8e10f50263e8ff0806e6ba126bb4cc660799129a8653eab3f8ec7201e5 processor.vbs — initial VBScript that runs token.bat
SHA256 9c7eda2c4d3aaa8746495741bef57a07de180f0409409faf0f91658e88ba33f5 token.bat — batch script that installs and persists NetSupport RAT
SHA256 7ba5481c873bb3081442561f749f590badd72ef249fddfe993e30b28dc0c2112 setup.cab — CAB file containing malicious NetSupport RAT package
File Path C:ProgramDataprocessor.vbs Initial VBScript dropped on infected host
File Path C:ProgramDatatoken.bat Batch script dropped on infected host
File Path C:ProgramDatasetup.cab CAB archive dropped on infected host
File Path C:ProgramDataUpdateInstaller Extraction directory for NetSupport RAT contents

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:

AttackMalwareSecurityThreat

Share Article

Marcus Rodriguez

Marcus Rodriguez

Marcus is a security researcher and investigative journalist with expertise in vulnerability research, bug bounties, and cloud security. Since 2017, Marcus has been breaking stories on critical vulnerabilities affecting major platforms. His investigative work has led to the disclosure of numerous security flaws and improved defenses across the industry. Marcus is an active participant in bug bounty programs and has been recognized for responsible disclosure practices. He holds multiple security certifications and regularly speaks at industry events.

Previous Post

Iranian Hackers Abuse AppDomainManager Hijacking to Evade EDR

Next Post

Critical Red Hat Cloud Services NPM Flaw Lets Attackers Steal Credentials

No Comment! Be the first one.

Leave a Reply Cancel reply

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

Popular Posts
DarkSword iOS Exploit Kit Spreads to 180 Websites and 27 Hosts
August 4, 2026
CISA Warns of Critical N-able N-central Auth Bypass (CVE-2023-47248) Exploited In Attacks
August 4, 2026
Critical CUPS Vulnerability (CVE-2023-4586) Lets Attackers Gain Root Privileges
August 4, 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