DEV Community

jordanricky1604-ship-it
jordanricky1604-ship-it

Posted on • Originally published at jordanricky1604-ship-it.github.io

Malware Deep Dive: Bladabindi

Deep Dive: Bladabindi (Rat)

Today we are analyzing the Bladabindi malware family, which falls under the Rat category.

Overview

Backdoor:MSIL/Bladabindi, widely known as njRAT or Njw0rm, is a prolific Remote Access Trojan (RAT) heavily utilized in Middle Eastern cybercrime and script-kiddie campaigns due to its accessible builder interface.

What is Bladabindi?
For the victim, Bladabindi is a complete invasion of privacy, enabling attackers to hijack webcams, steal passwords, and manipulate files. For incident responders, Bladabindi is a highly recognizable .NET-based threat. Because its builder software is freely available on underground forums, attackers can easily generate thousands of unique, obfuscated payloads, making it one of the most common RATs encountered in the wild.

Infection Vectors & Threat Hunting
Bladabindi is typically distributed via spearphishing campaigns, malicious Discord links, or bundled with cracked software on file-sharing sites. Upon execution, the .NET payload drops itself into the %AppData% or %Temp% directory, usually disguising itself as a legitimate Windows process (like svchost.exe or explorer.exe). It establishes persistence via the HKCU\Software\Microsoft\Windows\CurrentVersion\Run registry key. Threat hunters should monitor for outbound TCP connections to dynamic DNS providers (e.g., No-IP, DuckDNS), which attackers use to route C2 traffic to their home machines.

Forensic Analysis & Impact
The impact is comprehensive endpoint compromise. Bladabindi features built-in keylogging, remote desktop viewing, microphone recording, and credential dumping. Incident responders should decompile the captured .NET payload (using tools like dnSpy) to instantly reveal the attacker's C2 domain, port, and campaign identifier, as these are often stored in plaintext or lightly base64-encoded strings within the binary.

Known Aliases

Security vendors and researchers may refer to this family by several different names, including:

  • Bladabindi
  • njRAT
  • Njw0rm

MITRE ATT&CK Techniques

This family has been observed utilizing the following techniques:

Frequently Asked Questions

Is Bladabindi the same as njRAT?
Yes; Bladabindi is a common detection name for the njRAT family (MITRE tracks them together as S0385).

What can Bladabindi do?
Remote control, keylogging, credential theft, and webcam/microphone access.

When was it first seen?
njRAT/Bladabindi was first observed in 2012.

How does it spread?
Through phishing, malicious downloads, pirated software, and infected USB drives.

How do I reduce the risk?
Avoid pirated software and untrusted downloads, be cautious with attachments, and keep endpoint protection updated.

Where is the authoritative reference?
MITRE ATT&CK's njRAT entry (S0385), linked on this page.


This article is part of the Malware Families Catalog. Visit the original page for more details and interactive data! You can also find the full dataset on Hugging Face and Kaggle.

Top comments (0)