Matanbuchus Malware Downloader Evading AV Detections by Changing Components

Parkinsond

Level 63
Thread author
Verified
Top Poster
Well-known
Dec 6, 2023
5,091
15,403
6,169
Matanbuchus is once again drawing attention in the cybersecurity community as it quietly returns to the threat landscape with refined tactics and better tools to avoid detection.

This malware, known for its role as a stealthy downloader, is actively being used to deliver more dangerous payloads, including ransomware, onto targeted systems.

By frequently modifying key parts of the downloader, including its code structure and behavioral patterns, the operators reduce the chances of being flagged by static signatures or behavior-based rules.

By constantly rotating elements such as strings, encryption routines, and network indicators, Matanbuchus minimizes reuse of artifacts that defenders typically track.

 
Just to add :)

Recent activity shows that operators behind Matanbuchus are not only reviving the malware but also reshaping its delivery methods to blend in with normal enterprise activity.

The latest wave of campaigns relies heavily on Microsoft Installer (MSI) files to drop the Matanbuchus downloader on victim machines.

These MSI packages look harmless at first glance and are often disguised as legitimate software installers or updates, making it easier for attackers to trick users and bypass basic security checks.

Once a user runs the file, the downloader silently installs itself and prepares the infected host for the next stage of the attack.
 
Stopped using KeepassXC for this reason, in addition to its dependency on VCRedist (have to install before KeepassXC).
This is another reason not to install a program, because the developer can integrate the required libraries into the installer, and relying on other libraries instead of integrating them is lazy.
 
Threat Profile

Family

Matanbuchus (Downloader/Loader-as-a-Service).

Delivery Vector
Social Engineering via fake software updates/installers packed as .msi files.

Capabilities
Retrieval of secondary payloads (Ransomware), Lateral Movement, Environment Preparation.

MITRE ATT&CK Mapping

Defense Evasion (T1027)

Obfuscation of internal components and logic to break static signatures.

Defense Evasion (T1218.007)
Abuse of msiexec.exe to proxy execution of malicious payloads via MSI files.

Command and Control (T1071.001)
Web traffic to C2 infrastructure.

Live Evidence Extraction (IOCs)
Caution: These indicators are active as of Jan 29, 2026.
Network (C2) hxxps://nady[.]io/check/robot.aspx.

File Type
Microsoft Installer (.msi) exhibiting high entropy or unusual internal structures.

Remediation - THE ENTERPRISE TRACK (SANS PICERL)

Phase 1: Identification & Containment

Network Block

Immediately blacklist the domain nady[.]io and the specific URL path /check/robot.aspx at the perimeter firewall and web gateway.

Process Containment
Isolate endpoints exhibiting msiexec.exe spawning unexpected child processes or initiating outbound network connections to unknown IPs.

Hunt Query
Search SIEM/EDR for MSI execution events where the source file is located in temporary user directories (e.g., %TEMP%, Downloads) combined with low-prevalence hash values.

Phase 2: Eradication

Artifact Removal

Delete the malicious .msi installers identified by hash or C2 communication.

Persistence Check
Inspect scheduled tasks and registry run keys created shortly after the MSI execution timestamp, as Matanbuchus may establish persistence for secondary payloads.

Phase 3: Recovery

Re-image

Due to the potential for ransomware deployment, infected hosts should be considered compromised at the root level and re-imaged.

Validation
Verify endpoint protection signatures are updated to detect the behavioral pattern of "mutable MSI" execution rather than just static hashes.

Phase 4: Lessons Learned

Policy Update

Restrict MSI execution. Enforce AppLocker or WDAC policies to allow .msi execution only from signed, trusted directories or publishers.

Remediation - THE HOME USER TRACK


Priority 1: Safety (Disconnection & Scan)
Disconnect the device from the internet immediately to prevent the download of the secondary ransomware payload.

Run a full offline scan using a reputable non-signature-based (heuristic) antivirus solution, as static signatures may fail.

Priority 2: Clean Up
Manually locate and delete any recently downloaded "installers" or "updates" (check your Downloads folder) that match the .msi file type, especially those downloaded on or around Jan 29, 2026.

Priority 3: Persistence
Check installed programs (Control Panel) for suspicious applications installed recently. Matanbuchus may appear as a generic or "random" named application.

Hardening & References


Baseline
CIS Benchmark for Windows 10/11
(Section 18.9: Application Control) – Restrict Windows Installer behavior.

Strategy
NIST SP 800-160 Vol. 2
(Cyber Resilient Systems) – Focus on behavioral anomaly detection over static prevention.

Tactical
SANS Hunt Evil
– Look for msiexec.exe making direct network connections (rare behavior for legitimate installs).

Sources

Cyber Security News

Zscaler ThreatLabz
 
MD should fully mitigate the malware with the enabled ASR rule "Block executable files from running unless they meet a prevalence, age, or trusted list criterion". Also, SAC can block it.
The initial MSI file uses DLL side loading to execute the DLL loader. Next, the main module is downloaded (another DLL), decrypted, and executed via Rundll32 LOLBin.
The downloaded payload is unsigned (can be blocked by MD).

1769722814919.png


Edit.
The MD ASR rule mentioned by me could be called little-Comodo.:)
Similar to the Cmodo products, it cannot block DLL hijacking techniques, but it can block DLL execution via some LOLBins.
In most attacks via DLL hijacking, the DLL is a loader, and such attacks can mainly be mitigated in the next stage of the attack.
It is not perfect, but a practical solution.
 
Last edited:
Windows built-in tools are those which block; Andy tools are just GUI for easy and fast setting up Windows built-in tools;

Yes and No.
It is true that Windows built-in features are responsible for protection, and my tools are intended to configure those features.
However, on Windows Home, there are no Windows built-in tools that could configure SRP and WDAC.
So, Andy tools are GUI applications for easy and safe setting up Windows built-in (hidden) features to prevent/mitigate evasive threats like that from the OP.
 
Last edited:
Yes and No.
It is true that Windows built-in features are responsible for protection, and my tools are intended to configure those features.
However, on Windows Home, there are no Windows built-in tools that could configure SRP and WDAC.
So, Andy tools are GUI applications for easy and safe setting up Windows built-in (hidden) features to prevent/mitigate evasive threats like that from the OP.
At the top of the list all the tim

{A16E890D-0EF3-482A-AAFE-5A809FDAB76B}.png