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.

Audio Summary

0:00--:--
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 Intune Named a Leader in Forrester Wave

Microsoft says it has been named a Leader in The Forrester Wave for Endpoint Management Platforms, Q2 2026, highlighting Intune’s integrated approach to endpoint management, security, identity, and AI governance. The announcement matters for IT teams because Microsoft is expanding bundled Intune capabilities, adding Linux support, and positioning Intune as a central policy layer for managing both devices and AI agents.

Security

Microsoft CNAPP Evolution: Unified Cloud Risk Focus

Microsoft says the CNAPP market is moving beyond basic visibility and compliance toward unified, context-aware cloud risk operations. The update highlights how Microsoft Defender for Cloud correlates posture, identity, data, and runtime signals to help security teams prioritize exploitable risks across multicloud and AI-driven environments.

Security

StealC and Amadey Threats: Microsoft Disrupts C2

Microsoft detailed how the StealC infostealer and Amadey malware loader fuel credential theft, account takeover, and downstream ransomware attacks. The company also announced a coordinated disruption with Europol and partners to take down more than 200 related command-and-control domains and IPs, giving defenders new insight into how these threats operate and how to respond.

Security

AI Memory Security in Microsoft 365 Explained

Microsoft has outlined how it secures AI memory in Microsoft 365, addressing emerging risks such as memory poisoning and delayed tool execution. The update matters because persistent AI memory can improve personalization and agent performance, but it also creates new security, compliance, and audit requirements for IT and security teams.

Security

Parallel Threat Activity: Microsoft DART Findings

Microsoft Incident Response detailed a complex intrusion in which two unrelated threat actors operated simultaneously in the same environment, complicating attribution and detection. The case highlights how ransomware activity, SharePoint exploitation, trusted tool abuse, and identity compromise can overlap across hybrid estates, reinforcing the need for strong telemetry, patching, and coordinated response.

Security

AutoJack RCE in AutoGen Studio: Security Lessons

Microsoft security researchers detailed AutoJack, an exploit chain in AutoGen Studio that could let untrusted web content rendered by an AI browsing agent trigger remote code execution on the host. Although the vulnerable MCP WebSocket surface was never shipped in a PyPI release and the issue was hardened upstream during development, the findings highlight important security risks for agent frameworks that combine web browsing with privileged local services.