Cyber Security News

XELERA Ransomware Attacking Job Seekers With Weaponized Word Documents

Job seekers have become the target of a sophisticated ransomware campaign in a recent cybersecurity threat, and this campaign dubbed as “XELERA.”

This campaign uses fake job offers from the Food Corporation of India (FCI) to lure victims into opening malicious Word documents.

Fake recruitment (Source – Seqrite)

These documents, once opened, initiate a complex infection chain that ultimately leads to the deployment of ransomware and other malicious activities.

Security analysts at Seqrite identified that Here the initial infection chain starts with spear phishing email, and these emails are highly targeted and personalized fraudulent emails.

Initial Infection: Malicious Word Documents

The initial infection vector is a spear phishing email containing a malicious Word document named “FCEI-job-notification.doc.”

This document appears to be a legitimate job notification, detailing vacancies and eligibility criteria for various roles at FCI. However, embedded within the document is an OLE (Object Linking and Embedding) object that contains a compressed PyInstaller executable.

Infection chain (Source – Seqrite)

Upon extraction, the OLE object reveals a PE64 binary, which is a compressed PyInstaller executable named “jobnotification2025.exe.” This executable is the first stage of the malware, designed to evade detection by traditional antivirus software.

While in the second stage it uses the tools like pyinstxtractor, researchers have extracted the contents of the executable, revealing a complex structure of Python-compiled files. Key components include:

  • mainscript.pyc: The main logic of the malware.
  • Supporting Libraries: Such as psutil, aiohttp, and asyncio, which facilitate system monitoring and network operations.

Decompiling the main.pyc file reveals extensive use of libraries like notoken887 and command, indicating a broader scope beyond just ransomware deployment. The malware utilizes a Discord bot as a Command-and-Control (C2) server to execute remote commands on the victim’s machine.

Commands from Discord bot (Source – Seqrite)

Code Snippet, “Discord Bot Commands”:-

# Example of Discord Bot Commands
commands = {
    "admin": "Run as admin",
    "nomouse": "Deny mouse and keyboard input",
    "checkfile": "Check for specific file",
    "bsod": "Trigger Blue Screen of Death"
}

The Discord bot is capable of performing a wide range of malicious activities, including:-

  • Privilege Escalation: Ensures the malware runs with admin privileges.
  • System Control: Locks or shuts down the system.
  • Credential Theft: Steals browser credentials and files.
  • Visual Disruption: Alters wallpapers and causes visual effects.

The XELERA ransomware is deployed in the final stage, demanding a ransom in Litecoin. The ransomware includes functions to terminate Windows Explorer unless a specific executable is running, and it downloads an MBR corruption tool named MEMZ.exe.

Code Snippet, “Ransomware Functions”:-

# Example of Ransomware Functions
def kill_explorer():
    # Terminate explorer.exe unless memz.exe is running
    pass

def create_memz_in_startup():
    # Download MEMZ.exe for MBR corruption
    pass

While this complete scenario shows the importance of cybersecurity awareness and the need for robust protection against such attacks.

Investigate Real-World Malicious Links & Phishing Attacks With Threat Intelligence Lookup - Try for Free

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.

Recent Posts

Google Chrome 153 Update Fixes 42 Security Flaws, Including 3 Critical Ones

Google has released an important Chrome 153 security update that fixes 42 vulnerabilities across the…

4 hours ago

CISA and NIST Release Technical Checklist for Safeguarding Identity Tokens From Theft and Misuse

The Cybersecurity and Infrastructure Security Agency (CISA) and the National Institute of Standards and Technology…

14 hours ago

CISA Shares 17 Techniques Used by Hackers to Compromise Active Directory Environments

CISA and five international cybersecurity agencies have released detailed guidance describing 17 common techniques hackers…

15 hours ago

Apple Rolls Out Massive Security Update Fixing 273 Vulnerabilities Across Its Devices

Apple has released one of its largest coordinated security rollouts, addressing 273 distinct critical vulnerabilities…

15 hours ago

How to Keep Malware’s Rotating Infrastructure From Becoming a Detection Gap

You can’t detect today's attacks with yesterday’s threat intelligence; that’s how you could briefly formulate…

15 hours ago

Microsoft Bans Its AI Models From Launching Cyberattacks or Escalating Their Own Access

Microsoft has published a draft Humanist AI Code of Conduct that would prohibit its in-house…

16 hours ago