Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
Malware

JanelaRAT

JanelaRAT is a Latin America-focused banking trojan and remote access malware family, active since June 2023, derived from and described as a modified version of BX RAT. It is named after the Portuguese word "janela" ("window") and is designed to steal financial and cryptocurrency-related data from selected banks and financial institutions, with Brazil and Mexico repeatedly identified as key targets; other reporting in the provided content also mentions Chile, Colombia, and Mexico. The malware has been observed in campaigns affecting users and organizations in Mexico and is associated with persistent attacks against financial entities in Latin America.

Its core tradecraft includes a custom title bar detection mechanism to identify targeted banking or financial websites open in a victim's browser, after which it can trigger malicious actions. Reported capabilities include credential harvesting via fake bank dialogs and full-screen overlays, keylogging, mouse and keyboard/input simulation, screenshot capture including cropped image theft, collection of system metadata, monitoring of user activity and inactivity, command execution via cmd.exe and PowerShell, forced shutdown, Task Manager manipulation, anti-fraud software detection, sandbox or anti-analysis checks, and command-and-control communications for data exfiltration. The content also states that some variants support live banking session hijacking, not just credential theft.

Observed delivery and installation chains have evolved over time. Earlier campaigns used phishing emails and ZIP archives containing VBScript files that downloaded additional ZIP archives with a legitimate executable and malicious DLL, culminating in DLL side-loading. More recent campaigns shifted to rogue MSI installers, including samples masquerading as legitimate software and distributed from platforms such as GitLab. The MSI-based chains used scripts written in Go, PowerShell, and batch, unpacked components including the RAT executable and in some cases a malicious Chromium-based browser extension, and established persistence through Windows Startup folder artifacts such as LNK shortcuts or command scripts. The malicious extension was reported to collect system information, cookies, browsing history, installed extensions, and tab metadata, and to trigger actions based on URL pattern matches.

The malware communicates with C2 infrastructure over TCP sockets and, in some reporting, periodic HTTP beaconing. One described variant rotated C2 domains daily using dynamic DNS-derived naming and used port 443 without TLS protection. Reported indicators of compromise in the provided content include the domain ciderurginsx.com and the MD5 hashes 808c87015194c51d74356854dfb10d9e and d7a68749635604d6d7297e4fa2530eb6. Kaspersky telemetry cited in the content recorded 14,739 JanelaRAT-related attacks in Brazil and 11,695 in Mexico in 2025. No specific threat actor attribution is provided in the content beyond financially motivated operators continuously refining the infection chain and malware features.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

MITRE ATT&CK

Techniques & procedures

33 distinct techniques documented for this family, organized by ATT&CK tactic.

Initial Access

3 techniques
T1566PhishingEvidence1

The latest attack chain documented by Kaspersky shows that phishing emails disguised as outstanding invoices are used to trick recipients into downloading a PDF file by clicking on a link, resulting in the download of a ZIP archive...

T1566.001Spearphishing AttachmentEvidence1

Initial infection vectors have evolved from ZIP archives containing VBScript to rogue MSI installer files, often distributed via platforms like GitLab.

T1566.002Spearphishing LinkEvidence1

It starts with emails mimicking the delivery of pending invoices to trick victims into downloading a PDF file by clicking a malicious link.

Execution

6 techniques
T1059Command and Scripting InterpreterEvidence2

Upon execution, the installer initiates a multi-stage infection process using orchestrating scripts written in Go, PowerShell, and batch...

T1059.001PowerShellEvidence2

Upon execution, the installer initiates a multi-stage infection process using orchestrating scripts written in Go, PowerShell, and batch...

T1059.003Windows Command ShellEvidence1

Some of the supported commands include ... Running commands using "cmd.exe" and PowerShell commands or scripts

T1059.005Visual BasicEvidence1

First detected in the wild by Zscaler in June 2023, JanelaRAT has leveraged ZIP archives containing a Visual Basic Script (VBScript) to download a second ZIP file...

T1204.002Malicious FileEvidence2

...phishing emails disguised as outstanding invoices are used to trick recipients into downloading a PDF file by clicking on a link, resulting in the download of a ZIP archive that initiates the aforementioned attack chain...

T1559.001Component Object ModelEvidence1

This code is designed to create several ActiveX objects to manipulate the file system and execute malicious commands.

Persistence

3 techniques
T1176Software ExtensionsEvidence1

These scripts unpack a ZIP archive containing the RAT executable, a malicious Chromium-based browser extension, and supporting components.

T1547.001Registry Run Keys / Startup FolderEvidence2

The malware utilizes DLL side-loading techniques for installation and establishes persistence through Windows Startup folders.

T1547.009Shortcut ModificationEvidence1

...establish persistence on the host by creating a Windows Shortcut (LNK) in the Startup folder that points to the executable.

Privilege Escalation

2 techniques
T1547.001Registry Run Keys / Startup FolderEvidence2

The malware utilizes DLL side-loading techniques for installation and establishes persistence through Windows Startup folders.

T1547.009Shortcut ModificationEvidence1

...establish persistence on the host by creating a Windows Shortcut (LNK) in the Startup folder that points to the executable.

Stealth

4 techniques
T1027Obfuscated Files or InformationEvidence1

The MSI file acts as an initial dropper designed to install the final implant and establish persistence on the system. It obfuscates file paths and names with the objective to hinder analysis.

T1036MasqueradingEvidence2

...distributed via rogue MSI installer files masquerading as legitimate software hosted on trusted platforms like GitLab.

T1480.002Mutual ExclusionEvidence1

To prevent multiple instances, the malware creates the mutex and exits if it already exists.

T1497Virtualization/Sandbox EvasionEvidence3

Recent analyses indicate the malware can detect and evade anti-fraud systems and sandbox environments.

Credential Access

5 techniques
T1056Input CaptureEvidence2

Some of the supported commands include ... Simulating keyboard actions like DOWN, UP, and TAB for navigation Moving the cursor and simulating clicks | ...displaying images in full-screen mode ... and impersonating bank-themed dialogs via fake overlays to harvest credentials

T1056.001KeyloggingEvidence3

Its capabilities include logging keystrokes, capturing screenshots, and collecting system metadata.

T1056.002GUI Input CaptureEvidence1

This channel is used to execute malicious tasks, including taking screenshots, monitoring keyboard and mouse input...

T1056.004Credential API HookingEvidence1

This channel is used to execute malicious tasks, including... injecting keystrokes or simulating mouse input...

T1539Steal Web Session CookieEvidence2

The browser add-on then proceeds to gather system information, cookies, browsing history, installed extensions, and tab metadata...

Discovery

5 techniques
T1010Application Window DiscoveryEvidence1

Unlike BX RAT, it uses a custom title bar detection method to identify specific websites in a victim’s browser.

T1033System Owner/User DiscoveryEvidence1

The malware collects system information, including OS version, processor architecture (32-bit, 64-bit, or unknown), username, and machine name.

T1082System Information DiscoveryEvidence3

Its capabilities include logging keystrokes, capturing screenshots, and collecting system metadata.

T1217Browser Information DiscoveryEvidence1

The browser add-on then proceeds to gather system information, cookies, browsing history, installed extensions, and tab metadata...

T1497Virtualization/Sandbox EvasionEvidence3

Recent analyses indicate the malware can detect and evade anti-fraud systems and sandbox environments.

Collection

6 techniques
T1056Input CaptureEvidence2

Some of the supported commands include ... Simulating keyboard actions like DOWN, UP, and TAB for navigation Moving the cursor and simulating clicks | ...displaying images in full-screen mode ... and impersonating bank-themed dialogs via fake overlays to harvest credentials

T1056.001KeyloggingEvidence3

Its capabilities include logging keystrokes, capturing screenshots, and collecting system metadata.

T1056.002GUI Input CaptureEvidence1

This channel is used to execute malicious tasks, including taking screenshots, monitoring keyboard and mouse input...

T1056.004Credential API HookingEvidence1

This channel is used to execute malicious tasks, including... injecting keystrokes or simulating mouse input...

T1113Screen CaptureEvidence3

Its capabilities include logging keystrokes, capturing screenshots, and collecting system metadata.

T1213Data from Information RepositoriesEvidence1

A significant amount of observed campaigns focus on stealing credentials for banking or other financial accounts, including use of banking trojans such as METAMORFO aka "Horabot," BBtok, and JanelaRAT.

Command and Control

4 techniques
T1071Application Layer ProtocolEvidence3

It communicates with command-and-control servers to exfiltrate data, impersonates bank dialogs for credential harvesting, and monitors user activity to time malicious operations.

T1105Ingress Tool TransferEvidence1

It triggers two subroutines responsible for periodic HTTP beaconing and downloading additional payloads.

T1568Dynamic ResolutionEvidence1

Unlike other versions, this variant rotates its C2 server daily. Once a title bar matches the one in the list, the software dynamically constructs the C2 channel domain by concatenating an obfuscated string, the current date, and a suffix domain related to a legitimate dynamic DNS (DDNS) service.

T1573Encrypted ChannelEvidence1

All JanelaRAT samples utilize encrypted strings for sending information to the C2 and obfuscating embedded data. The encryption algorithm remains consistent across campaigns, combining base64 encoding with Rijndael (AES).

Exfiltration

1 technique
T1041Exfiltration Over C2 ChannelEvidence1

It communicates with command-and-control servers to exfiltrate data, impersonates bank dialogs for credential harvesting, and monitors user activity to time malicious operations.

Impact

1 technique
T1529System Shutdown/RebootEvidence1

This channel is used to execute malicious tasks, including... forcing system shutdown.

INDICATORS OF COMPROMISE

IOCs tracked for this family

3 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Network
1 tracked

IPs, domains, and DNS infrastructure linked to this family.

Hashes
2 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

TypeValueLatest sighting
domain●●●●●●●●●●●●View more in app2 months ago
hash.md5●●●●●●●●●●●●View more in app2 months ago
hash.md5●●●●●●●●●●●●View more in app2 months ago
ACTIVITY FEED

Recent activity

5 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.

gurucul threat researchNews
Apr 15, 2026
JanelaRAT: A Financial Threat Targeting Users in Latin America | Community Portal | Gurucul

A malware family targeting financial and cryptocurrency data from selected banks and institutions in Latin America. It is described as a modified version of BX RAT and uses a custom title bar detection method to identify specific websites in a victim’s browser.

Read more
scworldNews
Apr 14, 2026
JanelaRAT malware continues to target Latin American banks | brief | SC Media

A modified BX RAT variant targeting financial institutions, designed to steal financial and cryptocurrency data. It uses title bar detection to target financial websites, logs keystrokes, captures screenshots, collects system metadata, uses DLL side-loading for installation, persists via Windows Startup folders, communicates with C2 servers for data exfiltration, impersonates bank dialogs for credential harvesting, and can evade anti-fraud systems and sandbox environments.

Read more
the hacker newsNews
Apr 13, 2026
JanelaRAT Malware Targets Latin American Banks with 14,739 Attacks in Brazil in 2025

A remote access trojan targeting financial institutions and users in Latin America. It steals financial and cryptocurrency data, monitors user activity, captures screenshots and keystrokes, communicates with C2 servers, deploys fake overlays to harvest credentials, manipulates browser behavior via a malicious extension, and supports remote control actions such as command execution, cursor movement, and shutdown.

Read more
securelistNews
Mar 10, 2026
JanelaRAT targeting online banking users in Latin America | Securelist

A Latin America-focused banking malware/RAT that targets financial and cryptocurrency users, especially in Brazil and Mexico. It monitors active banking sessions via window-title matching, communicates with C2 over TCP/HTTP, supports screenshots, keylogging, command execution, input simulation, overlays for credential and MFA theft, persistence, anti-analysis checks, and live banking session hijacking.

Read more
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching3

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping33

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.