Security

WhatsApp Malware Campaign Uses VBS and MSI Backdoors

3 min read

Summary

Microsoft Defender Experts uncovered a late-February 2026 campaign that uses WhatsApp messages to deliver malicious VBS files, then installs unsigned MSI packages for persistence and remote access. The attack blends social engineering, renamed Windows utilities, and trusted cloud services to evade detection, making endpoint controls and user awareness critical.

Need help with Security?Talk to an Expert

Introduction

Microsoft has published details on a sophisticated malware campaign that starts with WhatsApp-delivered VBS files and ends with persistent remote access through malicious MSI installers. For IT and security teams, this matters because the attackers abuse legitimate Windows tools and trusted cloud platforms, making the activity harder to distinguish from normal enterprise traffic.

What’s new in this campaign

Microsoft Defender Experts observed the campaign beginning in late February 2026. The attack chain includes multiple stages designed to evade detection and maintain long-term access:

  • Initial access through WhatsApp: Attackers send malicious .vbs files via WhatsApp messages, relying on user trust in familiar communication apps.
  • Use of renamed Windows tools: The scripts copy legitimate utilities such as curl.exe and bitsadmin.exe, then rename them to misleading filenames like netapi.dll and sc.exe.
  • Payload delivery from trusted cloud services: Secondary payloads are downloaded from services including AWS S3, Tencent Cloud, and Backblaze B2.
  • Privilege escalation and persistence: The malware tampers with UAC-related registry settings and repeatedly attempts elevated command execution.
  • Final-stage MSI backdoors: Unsigned MSI files such as Setup.msi, WinRAR.msi, LinkPoint.msi, and AnyDesk.msi are used to establish remote access.

Why this is significant

This campaign combines several trends defenders are seeing more often:

  • Living-off-the-land techniques using native Windows binaries
  • Cloud-hosted malware delivery that blends into legitimate traffic
  • Social engineering through consumer messaging platforms
  • Persistence through MSI installers that may appear routine in managed environments

A notable detection opportunity is the mismatch between a file’s actual name and its embedded OriginalFileName PE metadata. Security tools that inspect this metadata may be able to flag renamed binaries more effectively.

Impact on IT administrators

Security and endpoint teams should assume that blocking by file type alone is not enough. The campaign can bypass casual inspection by using hidden folders, trusted download sources, and legitimate administrative tooling.

Organizations using Microsoft Defender should pay particular attention to:

  • Script host activity from untrusted paths (wscript, cscript, mshta)
  • Registry changes tied to UAC behavior
  • Unsigned MSI execution
  • Network connections to cloud object storage used for payload staging
  • Endpoint detections tied to renamed binaries and suspicious command-line flags
  • Restrict script execution in untrusted locations where possible.
  • Enable cloud-delivered protection in Microsoft Defender Antivirus.
  • Run Defender for Endpoint EDR in block mode to stop artifacts missed by other controls.
  • Monitor cloud traffic for suspicious downloads from AWS, Tencent Cloud, and Backblaze B2.
  • Train users to avoid opening unexpected WhatsApp attachments, even from seemingly trusted contacts.

This campaign is a reminder that trusted apps, legitimate tools, and common cloud services can all be weaponized. Defenders should combine endpoint telemetry, cloud traffic inspection, and user awareness to reduce exposure.

Need help with Security?

Our experts can help you implement and optimize your Microsoft solutions.

Talk to an Expert

Stay updated on Microsoft technologies

WhatsApp malwareVBSMSI backdoorMicrosoft Defenderthreat detection

Related Posts

Security

Microsoft Defender Experts MDR Named IDC Leader

Microsoft has been named a Leader in the 2026 IDC MarketScape for enterprise MDR/MXDR, highlighting the strength of Microsoft Defender Experts MDR. The recognition matters for security teams evaluating managed detection and response services that combine native Defender integration, large-scale threat intelligence, AI-assisted operations, and 24/7 expert support.

Security

DeadLock Ransomware: Microsoft Details New TTPs

Microsoft Threat Intelligence has published a technical breakdown of DeadLock ransomware, a Rust-based encryptor that uses decentralized infrastructure for victim communications and leak operations. The report highlights geofencing, privilege escalation, service disruption, and recovery workflows, giving security teams practical indicators and mitigation guidance to strengthen ransomware defenses.

Security

macOS ClickFix Campaign Hides Behind Fingerprinting

Microsoft Threat Intelligence reports that a macOS ClickFix campaign has shifted from openly serving malicious lures to using server-side browser fingerprinting that mainly exposes the payload to likely macOS victims. The change makes the operation harder for crawlers, sandboxes, and defenders to spot, increasing the importance of hunting for shared infrastructure patterns and strengthening endpoint protections.

Security

Microsoft CNAPP Leader: KuppingerCole 2026 Report

Microsoft has been named a Leader across all four categories in KuppingerCole’s 2026 CNAPP Leadership Compass, highlighting Defender for Cloud’s unified approach to cloud and AI security. The recognition matters for security teams as CNAPP platforms increasingly focus on exploitability, attack path analysis, AI security posture, and integrated SOC operations across multicloud environments.

Security

ChainDrop npm Attack: Self-Propagating Worm Explained

Microsoft has detailed ChainDrop, a large-scale npm supply chain attack that compromised more than 400 packages using a self-propagating credential-stealing worm. The campaign matters because it targets developer workstations and CI/CD pipelines, steals cloud and publishing credentials, and can automatically republish infected packages across additional publishers.

Security

Microsoft Defender Device Isolation Stops Ransomware

Microsoft Defender’s attack disruption now includes automatic device isolation for compromised endpoints, adding a new containment layer beyond user-based response. In a published QNET case study, Defender isolated an endpoint in 128 seconds, stopping a multi-stage ransomware-related attack before persistence, credential theft, or lateral movement could occur.