ZeroHour
GBHackerspublished ()ingested Mayura Kathir
Part of a story covered by 3 sources: “SloppyRAT: ClickFix-delivered DLL backdoor stages CastleLoader and CastleRAT ahead of ransomware attacks” — merged summary and timeline →

Hackers Deploy New SloppyRAT via ClickFix to Enable Ransomware Lateral Movement

mediumMalware exploited in the wildimportance 50
AI summary · glm-5.3-flash

Zscaler ThreatLabz reports SloppyRAT, a new Windows RAT delivered via ClickFix lures that supports reconnaissance, reverse SOCKS proxying, and lateral movement for ransomware affiliates.

Zscaler ThreatLabz first observed SloppyRAT in June 2026, delivered through multi-stage ClickFix chains that abuse finger.exe, a renamed curl.exe, and IronPython to load a reflective Python payload. The C++ implant implements 47 PowerShell-like commands via native APIs and direct syscalls, modifies Microsoft Defender settings, and establishes a reverse SOCKS proxy that lets operators pivot into internal networks. It is linked to CastleLoader and CastleRAT components and uses certificate-pinned HTTPS C2 with an EtherHiding fallback via Polygon JSON-RPC. Zscaler assesses it as an intrusion-enablement tool for ransomware operations, though flawed persistence logic suggests the family is still under development.

  • Delivered via ClickFix lures abusing finger.exe on TCP/79 and a renamed curl.exe in AppData
  • Downloads IronPython from GitHub; final stage loads SloppyRAT from hostfxr.dll via Azure Blob Storage
  • Implements 47 PowerShell-like commands in C++ with native APIs and Hell's Gate-style direct syscalls
  • Reverse SOCKS proxying and WMI execution enable pivoting toward file servers and high-value assets
  • Hunt linked4x.com, skipraid.com, K8VGmQTrzX and DLLMemLoader/1.0 user-agent indicators

Indicators of compromiseAll →

TypeIndicatorContext
domainlinked4x.comirectories. Security teams should also hunt for the domains linked4x[.]com , skipraid[.]com , and the observed Azure Blob Storage pa
domainskipraid.comthe download of CastleLoader and CastleRAT components from skipraid[.]com , using the distinctive K8VGmQTrzX User-Agent string. Cas
sha256680c3a9f5fdddfcc34856c7a67d21bbdd2b47d70bdfb829ff59cfa0e3bc72d21be05561f3a19c7fc2d08e38c97e1986bbc5 SHA256 of SloppyRAT DLL 680c3a9f5fdddfcc34856c7a67d21bbdd2b47d70bdfb829ff59cfa0e3bc72d21 SHA256 of SloppyRAT DLL bdcf8fe230e23692b658b62b6547374e223
sha2568774533134d9d1514106c4090a0c5bccab4550facdcfe03f4e02b9764343a990091743cf567396201eff7731f5475768f9a SHA256 of SloppyRAT DLL 8774533134d9d1514106c4090a0c5bccab4550facdcfe03f4e02b9764343a990 SHA256 of SloppyRAT DLL ff142fc192daa2a83bc565e5b38ebbe0556
sha2569f84cfcf988530941555d1cb7780a091743cf567396201eff7731f5475768f9avent. Indicators Of Compromise (IOCs) Indicator Description 9f84cfcf988530941555d1cb7780a091743cf567396201eff7731f5475768f9a SHA256 of SloppyRAT DLL 8774533134d9d1514106c4090a0c5bccab4
sha256bdcf8fe230e23692b658b62b6547374e2234f2a497b19d26637018a1839e6dfdbbdd2b47d70bdfb829ff59cfa0e3bc72d21 SHA256 of SloppyRAT DLL bdcf8fe230e23692b658b62b6547374e2234f2a497b19d26637018a1839e6dfd SHA256 of SloppyRAT DLL Note: IP addresses and domains are
sha256ff142fc192daa2a83bc565e5b38ebbe05561f3a19c7fc2d08e38c97e1986bbc5bccab4550facdcfe03f4e02b9764343a990 SHA256 of SloppyRAT DLL ff142fc192daa2a83bc565e5b38ebbe05561f3a19c7fc2d08e38c97e1986bbc5 SHA256 of SloppyRAT DLL 680c3a9f5fdddfcc34856c7a67d21bbdd2b
Full article915 words · extracted from gbhackers.com · click to collapse

A new Windows remote-access trojan dubbed SloppyRAT, which appears to be positioned as an intrusion-enablement tool for ransomware operations.

First observed in June 2026, the malware is delivered through a multi-stage ClickFix chain and combines host reconnaissance, stealthy command execution, reverse proxying, and resilient command-and-control mechanisms to support post-compromise activity and lateral movement.

Rather than immediately dropping a conventional executable, the command abuses the legacy Windows finger.exe utility to retrieve a batch script from an attacker-controlled server.

Finger typically communicates over TCP port 79, a protocol that is rarely necessary in modern enterprise environments, making its appearance in endpoint telemetry a potentially high-signal detection opportunity.

The downloaded script copies the legitimate Windows curl.exe binary into the user’s AppData directory, renames it with a numeric .com filename, and uses it to obtain IronPython from GitHub.

IronPython then launches a compressed and Base64-encoded Python payload, continuing the staged execution chain.

ThreatLabz linked subsequent activity to the download of CastleLoader and CastleRAT components from skipraid[.]com, using the distinctive K8VGmQTrzX User-Agent string.

CastleLoader has previously been associated with deceptive delivery campaigns and is designed to retrieve additional payloads, while CastleRAT provides remote control and command-execution functionality.

The final Python stage retrieves config.py from an Azure Blob Storage location and uses it to reflectively load SloppyRAT from a DLL named hostfxr.dll.

The loader uses the User-Agent string Mozilla/5.0 (compatible; DLLMemLoader/1.0), an indicator defenders can hunt for in proxy and cloud-storage logs.

SloppyRAT contains enough functionality to assist ransomware affiliates after initial access.

It can gather host and security-product information, enumerate processes, services, users, local-group membership, files, registry values, environment variables, and network connectivity.

It also supports downloading files, creating processes, running WMI queries, altering Microsoft Defender preferences, and launching commands through several execution paths.

Notably, the malware implements 47 PowerShell-like commands directly in C++ rather than invoking PowerShell for every task.

SloppyRAT runtime code decryption routine (Source : Zscaler).
SloppyRAT runtime code decryption routine (Source : Zscaler).

Commands resembling whoami, Get-Process, Get-Service, Get-LocalUser, Resolve-DnsName, Test-NetConnection, and Get-MpComputerStatus are mapped to native Windows APIs.

This approach reduces dependence on observable PowerShell activity while still giving operators a familiar command interface.

For arbitrary PowerShell, SloppyRAT can load the .NET CLR and invoke System.Management.Automation in-process through a handler internally called PSInline.

Zscaler said in a report shared with GBhackers, the campaign begins with a ClickFix lure that manipulates victims into running an obfuscated command.

SloppyRAT via ClickFix

If that fails, it falls back to spawning powershell.exe with a spoofed explorer.exe parent process, a technique intended to make process-tree inspection less revealing.

The Run registry value is set to execute rundll32.exe without specifying the necessary path to the SloppyRAT DLL and invoking the required export.


SloppyRAT’s failed attempt at establishing persistence via the Run registry key (Source : Zscaler).
SloppyRAT’s failed attempt at establishing persistence via the Run registry key (Source : Zscaler).

Its cmd mode executes commands through WMI’s Win32_Process::Create, creating yet another path for operators to blend into normal administrative activity.

The most operationally significant feature is SloppyRAT’s reverse SOCKS capability.

The malware can receive a proxy-related instruction from its /api/poll endpoint and establish a reverse SOCKS worker, enabling an operator to route traffic through the infected device into the internal network.

That capability can turn a single user-level foothold into a pivot point for reconnaissance and lateral movement.

An attacker could use the compromised endpoint to reach internal systems, identify file servers or administrative services, and move closer to high-value assets without exposing those systems directly to external infrastructure.

SloppyRAT attempts to complicate static and behavioral analysis through per-string XOR obfuscation, encrypted code routines, junk code, API hashing, and Hell’s Gate-style indirect system calls.

It resolves Windows Native API functions by DJB2 hash and invokes selected functions through direct syscalls, seeking to bypass user-mode security hooks.

Its HTTPS-based C2 protocol uses certificate pinning: the implant compares the server’s TLS certificate against a hardcoded SHA-256 value and terminates communication if it does not match.

This can prevent network-monitoring tools from inspecting traffic through TLS man-in-the-middle interception.

The malware also contains an EtherHiding fallback design for resolving C2 configuration through Polygon JSON-RPC infrastructure.

Although ThreatLabz did not find samples containing an active smart-contract address, the implementation could allow operators to shift C2 resolution to blockchain-hosted data, complicating conventional takedown and blocklist efforts.

SloppyRAT’s code includes flawed persistence logic and other implementation errors, suggesting the family remains under development.

However, its current capabilities are already sufficient for reconnaissance, proxying, command execution, and ransomware-adjacent intrusion activity.

Organizations should block outbound TCP/79 where possible, restrict or monitor finger.exe, investigate unexpected IronPython and Python runtime downloads, and alert on pythonw.exe launching scripts from user-writable directories.

Security teams should also hunt for the domains linked4x[.]com, skipraid[.]com, and the observed Azure Blob Storage paths; monitor requests using K8VGmQTrzX or DLLMemLoader/1.0; and treat ClickFix prompts asking users to paste commands into Run, PowerShell, Command Prompt, or Terminal as a high-risk social-engineering event.

Indicators Of Compromise (IOCs)

IndicatorDescription
9f84cfcf988530941555d1cb7780a091743cf567396201eff7731f5475768f9aSHA256 of SloppyRAT DLL
8774533134d9d1514106c4090a0c5bccab4550facdcfe03f4e02b9764343a990SHA256 of SloppyRAT DLL
ff142fc192daa2a83bc565e5b38ebbe05561f3a19c7fc2d08e38c97e1986bbc5SHA256 of SloppyRAT DLL
680c3a9f5fdddfcc34856c7a67d21bbdd2b47d70bdfb829ff59cfa0e3bc72d21SHA256 of SloppyRAT DLL
bdcf8fe230e23692b658b62b6547374e2234f2a497b19d26637018a1839e6dfdSHA256 of SloppyRAT DLL

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.

Learn 7 Metric-Gated AI SOC Deployment Phases – Download Free AI SOC Deployment Playbook 2026.

Mayura Kathirhttps://gbhackers.com/

Mayura Kathir is a cybersecurity reporter at GBHackers News, covering daily incidents including data breaches, malware attacks, cybercrime, vulnerabilities, zero-day exploits, and more.

Text extracted automatically; images, tables and formatting may be missing. Original: https://gbhackers.com/hackers-deploy-new-sloppyrat-via-clickfix-to-enable-ransomware-lateral-movement/