Friday, September 11, 2026

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 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
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
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
Divya is a Senior Journalist at GBhackers covering Cyber Attacks, Threats, Breaches, Vulnerabilities and other happenings in the cyber world.

Hot this week

How To Access Dark Web Anonymously and know its Secretive and Mysterious Activities

What is Deep Web The deep web, invisible web, or...

How to Build and Run a Security Operations Center (SOC Guide) – 2023

Today’s Cyber security operations center (CSOC) should have everything...

Russian Hackers Bypass EDR to Deliver a Weaponized TeamViewer Component

TeamViewer's popularity and remote access capabilities make it an...

Web Server Penetration Testing Checklist – 2026

Web server pentesting is performed under three significant categories: identity,...

ATM Penetration Testing – Advanced Testing Methods to Find The Vulnerabilities

ATM Penetration testing, Hackers have found different approaches to...

Researchers Uncover 10,000+ Malware Loaders Behind YouTube and SEO Poisoning Campaign

A long-running pay-per-install (PPI) operation that used YouTube gaming...

VLC Media Player Flaws Let Attackers Corrupt Memory and Leak Sensitive Data

Two security vulnerabilities in VLC media player versions 3.0.0...

CISA Adds Exploited MikroTik RouterOS Flaws to Security Alert

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has...

cPanel Urges Users to Patch ConfigServer Firewall Remote Code Execution Flaw

A recently disclosed vulnerability in ConfigServer Security & Firewall...

Hackers Weaponize AI Safety Guardrails to Hide Malware From LLM-Powered Security Scanners

Threat actors are adapting malware not only for conventional...

Hackers Exploit JFrog Artifactory Flaws to Bypass Authentication and Gain Admin Access

Threat actors are actively exploiting three vulnerabilities in JFrog...

Related Articles

Recent News