Cyber Security News

Jailbreaking Malicious JScript Loader Reveals Xworm Payload Execution Chain

Cybersecurity researchers have uncovered a sophisticated JScript-to-PowerShell loader delivering XWorm RAT and Rhadamanthys Stealer through a geofenced, multi-stage execution chain.

The attack leverages obfuscation, geolocation checks, and fileless techniques to evade detection.

JScript to PowerShell loader flowJScript to PowerShell loader flow
JScript to PowerShell loader flow

Attack Chain Breakdown

Stage 1: JScript Loader Activation

The campaign begins with a malicious JScript file, often distributed via fake CAPTCHA “ClickFix” attacks or scheduled tasks.

It executes a PowerShell command crafted by dynamically reassembling a scrambled array of code snippets. The loader uses mshta.exe to trigger execution:

mshta.exe javascript:...<obfuscated JScript>... 

Stage 2: Geolocation-Based Payload Selection

The script queries geojs.io to determine the victim’s country:

  • U.S. Victims: Receive XWorm RAT, a .NET-based Remote Access Trojan with clipboard hijacking and DDoS capabilities.
  • Non-U.S. Victims: Get Rhadamanthys Stealer, a C++ info-stealer using AI to extract crypto wallet data from images.

This geofencing tactic reduces exposure in high-risk regions and complicates analysis.

String Manipulation

  • PowerShell commands are split into randomized arrays and rebuilt at runtime.
  • Critical payloads (e.g., $decimalString) are stored as decimal values and decoded using Convert-DecimalToText.
Decoding $decimalString reveals the next and final stage

Process & File Cleanup

  • Terminates processes like mshta, wscript, and *.bat.exe.
  • Deletes residual scripts (.ps1, .lnk, .vbs) from system directories (AppData, ProgramData).
  • Creates and later removes a temporary directory: C:\ProgramData\loralylomyra.

Final Payload Injection

Fileless Execution via RegSvcs.exe

The deobfuscated loader:

  1. Reverses encoded payloads stored in variables $lora (XWorm) and $PE (loader).
  2. Converts decimal strings to executable bytes using Convert-DecimalTxtToExe.
  3. Reflectively loads the malicious code into RegSvcs.exe, a legitimate .NET utility, to avoid disk writes.
[System.Reflection.Assembly]::Load($data1) 
$Method.Invoke($null, @($path, $data2)) 
Diagram demonstrating how fileless malware is injected into RegSvcs.exe

Why This Matters

  • Geofencing: Limits exposure to specific regions, complicating threat hunting.
  • Living-off-the-Land: Abuse of trusted tools like PowerShell and RegSvcs.exe bypasses endpoint defenses.
  • Payload Sophistication: XWorm’s clipboard hijacking and Rhadamanthys’s AI-driven image analysis highlight evolving attacker capabilities.

Indicators of Compromise (IOCs)

TypeValue
Loader SHA25670c52b2dac24420378afbb59e1f4705c8b0e521523280e29f48140a98fdd07bb
XWorm SHA256b5b4359ee5a79b06b388cebabb9fa2faabd4d920a10563947a0e5c5f94056bda
C2 Domainshxxps://get.geojs[.]io/v1/ip/geo.json (Geocheck)
Temp DirectoryC:\ProgramData\loralylomyra
  1. Block unauthorized PowerShell execution via Group Policy.
  2. Monitor process hollowing (e.g., RegSvcs.exe spawning unusual child processes).
  3. Inspect scheduled tasks for anomalous JScript or mshta.exe activity.

This loader exemplifies attackers’ increasing reliance on layered obfuscation and geographic targeting to maximize impact. Regular updates to detection rules and behavioral analytics are critical to counter such threats.

Find this News Interesting! Follow us on Google NewsLinkedIn, & X to Get Instant Updates!

Divya

Divya is a Senior Journalist at GBhackers covering Cyber Attacks, Threats, Breaches, Vulnerabilities and other happenings in the cyber world.

Recent Posts

Zero-Trust Policy Bypass Enables Exploitation of Vulnerabilities and Manipulation of NHI Secrets

A new project has exposed a critical attack vector that exploits protocol vulnerabilities to disrupt…

2 days ago

Threat Actor Sells Burger King Backup System RCE Vulnerability for $4,000

A threat actor known as #LongNight has reportedly put up for sale remote code execution…

2 days ago

Chinese Nexus Hackers Exploit Ivanti Endpoint Manager Mobile Vulnerability

Ivanti disclosed two critical vulnerabilities, identified as CVE-2025-4427 and CVE-2025-4428, affecting Ivanti Endpoint Manager Mobile…

2 days ago

Hackers Target macOS Users with Fake Ledger Apps to Deploy Malware

Hackers are increasingly targeting macOS users with malicious clones of Ledger Live, the popular application…

2 days ago

EU Targets Stark Industries in Cyberattack Sanctions Crackdown

The European Union has escalated its response to Russia’s ongoing campaign of hybrid threats, announcing…

2 days ago

Venice.ai’s Unrestricted Access Sparks Concerns Over AI-Driven Cyber Threats

Venice.ai has rapidly emerged as a disruptive force in the AI landscape, positioning itself as…

2 days ago