Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2141+ Articles
156+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. Microsoft Teams Vishing Attacks Lead to Chaos Ransomware Deployment
Microsoft Teams Vishing Attacks Lead to Chaos Ransomware Deployment
NEWS

Microsoft Teams Vishing Attacks Lead to Chaos Ransomware Deployment

Threat actors are impersonating IT support staff in Microsoft Teams voice calls to gain remote access to corporate devices and deploy Chaos ransomware against North American organizations.

Dylan H.

News Desk

July 31, 2026
5 min read

The Attack Explained

A newly observed threat campaign is targeting North American organizations through a sophisticated voice phishing (vishing) technique that abuses Microsoft Teams to deploy Chaos ransomware. Attackers are posing as internal IT support staff, placing calls directly within the Teams platform, and using social engineering to convince employees to grant remote access to their devices.

This attack chain requires no malware to be delivered via email and bypasses many traditional email-based defenses — making it a particularly effective and difficult-to-detect technique.


Attack Chain Breakdown

Stage 1 — Initial Contact
  → Attacker calls target employee via Microsoft Teams
  → Impersonates IT helpdesk or system administrator
  → Claims urgent technical issue requiring remote assistance
 
Stage 2 — Remote Access Obtained
  → Victim is persuaded to install legitimate remote access software
     (e.g., AnyDesk, TeamViewer, Quick Assist)
  → Attacker gains full control of the victim's workstation
 
Stage 3 — Ransomware Deployment
  → Attacker disables endpoint protections where possible
  → Deploys Chaos ransomware payload
  → Files encrypted; ransom note dropped
  → Exfiltration of sensitive data for double-extortion leverage

Why Microsoft Teams?

Microsoft Teams is trusted implicitly within corporate environments. Unlike external emails — which employees may scrutinize for phishing indicators — calls and messages from within Teams are often treated as inherently legitimate, especially when an attacker has already gained access to a compromised Teams account or has created a convincing impersonator account.

The platform's widespread adoption in hybrid work environments means that employees are conditioned to accept IT support requests over Teams, making it a natural vector for this kind of attack.


Chaos Ransomware Profile

Chaos is a .NET-based ransomware builder that first emerged in 2021 and has since evolved through multiple iterations. Key characteristics include:

AttributeDetail
TypeRansomware (file encryptor + wiper variants)
PlatformWindows (.NET)
BuilderPublicly available builder kit (low barrier to entry)
EncryptionAES-256 for larger files; overwrites small files
ExfiltrationSome variants exfiltrate before encrypting
Ransom notesCustom per campaign; includes contact instructions
AvailabilitySold/leaked on cybercriminal forums

Chaos's builder kit has lowered the barrier to entry for ransomware deployment, enabling less-sophisticated threat actors to conduct ransomware operations with minimal technical knowledge.


Indicators of Compromise (IoCs)

Organizations should monitor for the following behaviors:

IndicatorDescription
Unexpected Teams calls from "IT support" accountsSocial engineering lure
Installation of AnyDesk, TeamViewer, or Quick AssistRemote access tool deployment
Rapid file modification or mass rename eventsRansomware encryption in progress
.chaoS, .havoC, or random-extension renamed filesChaos ransomware file markers
Deletion of Volume Shadow Copies (VSS)Ransomware anti-recovery step
Ransom note files (read_it.txt, DECRYPT_FILES.txt)Post-encryption indicator

Who Is Targeted?

The campaign is currently targeting corporate organizations across North America. Industries with large remote/hybrid workforces and widespread Teams deployments are at elevated risk, including:

  • Financial services
  • Healthcare
  • Legal and professional services
  • Technology companies
  • Government contractors

How to Defend Against This Attack

Immediate Controls

  1. Restrict who can initiate Teams calls with internal employees — configure Teams to block external guest calls or require approval
  2. Establish a verified IT support request process — employees should be trained to verify IT support requests through an out-of-band channel (not Teams itself)
  3. Disable or restrict quick-access remote tools — block or whitelist remote assistance applications via endpoint policy
  4. Enable call recording or logging in Teams — monitor for calls from unknown or recently created accounts

Training Recommendations

  • Conduct security awareness training specifically covering vishing via collaboration platforms
  • Run simulated vishing exercises using Teams scenarios
  • Brief employees: Legitimate IT staff will never ask you to install software during an unsolicited call

Technical Mitigations

# Block external Teams users from calling internal users
# (Microsoft Teams Admin Center > Voice > Calling policies)
 
# Restrict AnyDesk/TeamViewer via AppLocker or Windows Defender WDAC
# Example: deny by publisher
New-AppLockerPolicy -RuleType Publisher -Action Deny `
  -Publisher "AnyDesk Software GmbH" -Xml .\policy.xml
 
# Enable VSS snapshot monitoring
Get-WmiObject Win32_ShadowCopy | Select-Object InstallDate, VolumeName

Backup and Recovery

  • Ensure offline, immutable backups are in place and tested
  • Verify that backups are not accessible from compromised workstation credentials
  • Test restoration procedures regularly

Comparison: Vishing vs. Traditional Phishing

FactorEmail PhishingTeams Vishing
DeliveryEmailVoice/chat call
Detection cuesSender domain, links, urgencyCaller identity, urgency
Bypasses email filtersNoYes
Employee trust levelModerateHigh (internal platform)
Technical sophisticationLow-MediumLow-Medium
Effectiveness in hybrid workModerateHigh

References

  • BleepingComputer — Microsoft Teams Vishing Attacks Lead to Chaos Ransomware

Related Reading

  • ShinyHunters Claims Brinks Home Breach, Threatens to Leak Stolen Data
  • Analog Devices Discloses Data Breach, Says Operations Unaffected
#Ransomware#Vishing#Microsoft Teams#Social Engineering#Chaos Ransomware#Remote Access#Enterprise Security

Related Articles

How Enterprise GenAI Can Amplify Ransomware Risk — and How to Contain It

Enterprise AI assistants and agents that inherit excessive permissions or compromised identities create new ransomware attack paths. Identity controls,...

5 min read

Two Scattered Spider Hackers Get 5.5 Years Each for £29 Million TfL Hack

Owen Flowers, 18, and Thalha Jubair, 20, were each sentenced to five and a half years at Woolwich Crown Court for their roles in the 2024 cyberattack on...

4 min read

Ransomware Thugs Masquerade as Interpol to Entice Small Biz

A ransomware campaign is impersonating Interpol to pressure small and medium-sized businesses into paying extortion demands, using law enforcement...

4 min read
Back to all News