Cybersecurity illustration of threat actors exploiting Microsoft Teams for Snow malware, highlighting data protection challenges.

Microsoft Teams has become the perfect trojan horse for cybercriminals. The platform your employees trust for daily communication - the one that bypasses email filters and appears as legitimate internal messaging - is now being weaponized to deliver sophisticated malware directly into corporate networks. (Source: BleepingComputer)

UNC6692 demonstrates exactly why this attack vector is so dangerous. They're not sending suspicious emails from unknown domains that your security tools might flag. Instead, they're initiating contact through Teams itself, appearing as legitimate IT support staff offering to help with a problem they've manufactured. Your employees see a familiar Teams notification from what appears to be internal IT support, not a phishing attempt from an external attacker.

The business risk here extends far beyond traditional phishing campaigns. When attackers compromise Teams communications, they're exploiting the implicit trust organizations have built into their collaboration infrastructure. Employees are trained to be suspicious of external emails, but a Teams message from "IT Support" asking them to install a critical security patch? That looks exactly like legitimate internal communication.

Key Insight: When attackers compromise Teams communications, they're exploiting the implicit trust organizations have built into their collaboration infrastructure.

This attack methodology reveals a fundamental security blind spot in modern enterprises. Organizations have invested heavily in email security gateways, spam filters, and phishing detection systems. But Teams operates on a different trust model - it's designed for collaboration, not security screening. The platform's integration with Active Directory means attackers can easily identify legitimate-looking usernames and departments to impersonate.

The "email bombing" tactic creates the perfect psychological conditions for success. Victims receive hundreds or thousands of spam emails, overwhelming their inbox and creating genuine operational disruption. When the attacker then reaches out via Teams posing as IT support with a solution to stop the spam, victims are primed to accept help. They're frustrated, their productivity is impacted, and someone from "IT" is offering immediate relief.

What makes the Snow malware suite particularly concerning for business operations is its design philosophy. This isn't ransomware that announces its presence with locked files and ransom notes. Snow operates silently, establishing persistence through browser extensions and scheduled tasks while maintaining normal system operations. Your employees continue working, unaware that every keystroke, every credential, and every file access is being monitored and exfiltrated.

The financial implications mirror those seen in similar supply chain compromises. When attackers gain domain controller access - as UNC6692 achieves through credential theft and lateral movement - they don't just steal data from one system. They gain the keys to your entire Active Directory infrastructure. Every user account, every service credential, every system in your domain becomes accessible. Recovery from such comprehensive compromise typically requires complete Active Directory rebuilds, password resets for every account, and forensic analysis of every connected system.

Key Insight: When attackers gain domain controller access - as UNC6692 achieves through credential theft and lateral movement - they don't just steal data from one system.

Consider the regulatory exposure when attackers extract your entire Active Directory database. That's not just usernames and passwords - it's employee personal information, system configurations, and potentially customer data depending on your AD schema. Each compromised account represents a potential compliance violation, whether under GDPR, CCPA, or industry-specific regulations. The notification requirements alone can consume weeks of legal and communications resources, not counting the actual remediation efforts.

The Snow Malware Attack Chain: From Teams Message to System Compromise

The attack begins with a calculated psychological manipulation. UNC6692 first creates chaos through email bombing - flooding the victim's inbox with thousands of spam messages until normal business communication becomes impossible. This manufactured crisis sets the stage for what comes next.

When the victim is overwhelmed and desperate for help, the attacker initiates contact through Microsoft Teams, posing as IT support offering a solution to the spam problem they secretly created. The attacker presents a seemingly legitimate fix: a link to install a "patch" that will block the email flood.

Clicking that link triggers a sophisticated infection chain. The victim downloads what appears to be a security update but is actually a dropper that executes AutoHotkey scripts. These scripts load SnowBelt, a malicious Chrome extension that operates invisibly on the compromised system.

SnowBelt runs through a headless Microsoft Edge instance - meaning the browser operates without any visible window or interface. The victim continues working normally while the malware establishes persistence through scheduled tasks and startup folder shortcuts. Even if the system reboots, SnowBelt automatically reactivates.

The extension serves as both a persistence mechanism and a relay point for the broader Snow malware suite. SnowBelt connects to SnowGlaze, a tunneler tool that creates WebSocket connections to mask all communications between the infected host and the attacker's command infrastructure. This tunneling makes the malicious traffic appear as normal web browsing activity.

Through this encrypted channel, the attacker deploys SnowBasin, a Python-based backdoor that runs a local HTTP server on the infected machine. SnowBasin accepts and executes both CMD and PowerShell commands, relaying results back through the same pipeline. The backdoor enables remote shell access, screenshot capturing, file downloads, and comprehensive file management operations across the compromised system.

Once established in the network, the attackers begin systematic reconnaissance. They scan for SMB and RDP services to map the internal network topology and identify high-value targets. The malware dumps LSASS memory to extract credential material, then uses pass-the-hash techniques to authenticate to additional systems without needing actual passwords.

This lateral movement continues until the attackers reach domain controllers - the crown jewels of any Windows network. At this final stage, they deploy FTK Imager to extract the entire Active Directory database along with SYSTEM, SAM, and SECURITY registry hives. These files contain every username, password hash, and security configuration for the entire domain.

The stolen data gets exfiltrated using LimeWire, completing the attack chain. With the Active Directory database in hand, the attackers now possess credentials for every user and service account in the organization. They can return at will, impersonate any employee, access any system, and maintain persistent access even if the initial infection is discovered and removed.

The entire sequence - from Teams message to domain compromise - can occur within hours. Each component of the Snow suite serves a specific purpose in this chain, working together to bypass security controls while maintaining stealth throughout the operation.

UNC6692 Attack Chain
1
Email Bombing
Flood victim's inbox with thousands of spam messages, creating chaos and desperation
2
Fake IT Support
Contact via Teams posing as IT support, offering malicious "patch" link
3
SnowBelt Deployment
AutoHotkey scripts install malicious Chrome extension running in headless Edge
4
C2 Tunneling
SnowGlaze creates WebSocket tunnels masking communications as web traffic
5
Lateral Movement
Dump LSASS, scan SMB/RDP, use pass-the-hash to spread across network

Detection: Finding Snow Malware and Suspicious Teams Activity

Your security team needs immediate detection capabilities for Snow malware artifacts. Start by searching for AutoHotkey script executions in endpoint telemetry - these rarely run in enterprise environments outside of automation workflows. Query your EDR for processes spawning autohotkey.exe or loading AutoHotkey.dll, particularly when initiated by browser downloads or unsigned executables.

Focus detection efforts on headless browser instances running Microsoft Edge. Snow's SnowBelt component operates Edge without visible windows, an unusual behavior easily spotted through process monitoring. Search for Edge processes with command-line arguments containing --headless or running without associated window handles. Your EDR should flag any browser instance consuming resources without corresponding user interface elements.

Network traffic analysis reveals Snow's communication patterns through WebSocket connections to suspicious domains. Configure your SIEM to alert on persistent WebSocket tunnels originating from workstations, especially those maintaining connections for extended periods. SnowGlaze creates these tunnels for command relay, generating distinctive traffic patterns - long-duration connections with periodic keepalive packets distinguishable from normal web browsing.

Monitor for local HTTP servers on non-standard ports. SnowBasin establishes an HTTP server on infected hosts, creating network listeners that shouldn't exist on standard workstations. Use PowerShell or netstat commands to identify processes binding to localhost addresses: netstat -an | findstr LISTENING | findstr 127.0.0.1. Any Python process or unsigned executable creating local web servers warrants immediate investigation.

Chrome extension modifications represent critical detection opportunities. Query browser extension directories for recently modified manifest files or unsigned extensions loaded outside the Chrome Web Store. SnowBelt persists as a malicious extension, leaving filesystem artifacts in user profile directories. Check %LOCALAPPDATA%\Microsoft\Edge\User Data\Default\Extensions for folders created around the time of suspected compromise.

Teams audit logs contain valuable forensic evidence. Search for external guest access patterns where unknown users initiate private chats with multiple employees in rapid succession. UNC6692's social engineering relies on Teams messaging from accounts posing as IT support. Query Teams admin center logs for messages containing keywords like "patch," "IT support," or "email spam" from external domains, particularly those followed by file sharing events.

Memory analysis tools detect LSASS dumping attempts characteristic of Snow's credential harvesting phase. Configure Windows Defender ATP or similar EDR platforms to alert on processes accessing lsass.exe memory space. The attackers use these dumps for pass-the-hash attacks, making LSASS access from unusual processes like PowerShell or unsigned executables high-priority alerts.

Registry persistence mechanisms provide reliable detection points. Monitor startup folder modifications and scheduled task creation occurring simultaneously with browser downloads. Snow establishes multiple persistence methods, creating detectable patterns when registry keys, scheduled tasks, and startup shortcuts appear within minutes of each other. Your SIEM should correlate these events as potential malware installation.

Deploy YARA rules specifically targeting Snow components. Google's Mandiant team published detection signatures that identify SnowBelt, SnowBasin, and SnowGlaze based on unique code patterns. Integrate these rules into your endpoint detection platform and network security monitoring to catch variants that might evade behavioral detection.

Immediate and Short-Term Response Actions

When Snow malware indicators appear in your environment, every minute counts. The combination of credential theft capabilities and domain controller targeting means attackers could already be extracting your Active Directory database.

Here's your response timeline broken down by urgency and impact.

Immediate Actions (Within 2 Hours)

Isolate any system where users reported receiving Teams messages about email spam fixes. Disconnect these machines from the network immediately - Snow's tunneling capabilities through SnowGlaze mean the attacker maintains persistent WebSocket connections to their infrastructure.

In the Microsoft Teams admin center, navigate to Org-wide settings > External access and temporarily block all external domains. This prevents additional UNC6692 operators from initiating contact with other employees while you investigate. Document which external domains were previously allowed for later restoration.

Pull Teams chat logs for affected users through the Compliance center. Export all message data from the past 72 hours, focusing on conversations containing links or mentions of patches, IT support, or email problems. The attacker's social engineering relies on creating trust through these conversations.

Preserve memory dumps from potentially compromised systems before any remediation. Snow's SnowBasin backdoor runs an HTTP server locally and executes PowerShell commands in memory - volatile evidence disappears with a reboot. Use your forensic tools to capture full memory images, particularly focusing on Chrome and Edge browser processes where SnowBelt operates.

Short-Term Response (24-48 Hours)

Review your domain controllers for signs of FTK Imager execution. Check Windows Event logs for process creation events (Event ID 4688) showing FTKImager.exe or similar forensic tools. The attackers use this legitimate forensic software to extract SYSTEM, SAM, and SECURITY registry hives - your most sensitive credential stores.

Audit all accounts with domain admin privileges. Snow operators use pass-the-hash techniques after dumping LSASS memory, allowing them to authenticate without knowing actual passwords. Reset passwords for all privileged accounts, even if they show no suspicious activity. The attackers might have extracted hashes but not used them yet.

In Teams admin center, enable the audit log search if not already active. Query for file sharing activities, especially ZIP or archive files that could contain exfiltrated data. Snow operators use LimeWire for data theft, but they might also abuse Teams' native file sharing to blend with normal traffic.

Deploy PowerShell scripts to hunt for AutoHotkey artifacts across your environment. Search for:

  • Registry keys under HKCU\Software\Microsoft\Windows\CurrentVersion\Run containing AutoHotkey references
  • Scheduled tasks created in the past week that execute .ahk scripts or AutoHotkey.exe
  • Startup folder shortcuts pointing to unusual executables or scripts

Check for internal reconnaissance patterns by analyzing firewall logs for SMB (port 445) and RDP (port 3389) scanning from compromised hosts. Snow operators systematically map your network after initial compromise, looking for high-value targets.

Review Quick Assist usage logs through Windows Event Viewer. While not explicitly used in this campaign, similar social engineering attacks leverage remote assistance tools. Any Quick Assist sessions initiated through Teams messages warrant immediate investigation.

These response actions buy you time to implement deeper defensive measures while preserving evidence for potential law enforcement involvement. The sophistication of Snow's multi-stage architecture means standard incident response playbooks need adjustment - focus on the WebSocket tunnels and browser-based persistence that traditional endpoint security might miss.

Hardening Teams Against Similar Malware Delivery Attacks

Microsoft Teams requires fundamentally different security controls than traditional email systems because users inherently trust internal collaboration platforms. The psychological barrier that makes employees suspicious of external emails simply doesn't exist when messages arrive through Teams - they appear as legitimate internal communications by default.

Start by implementing conditional access policies specifically for Teams. Configure Azure AD conditional access to require managed devices for Teams access, blocking connections from personal computers where corporate security controls don't apply. Set location-based restrictions that flag Teams logins from unusual geographic regions, particularly if your organization operates from specific locations. These policies create authentication checkpoints that email systems can't provide.

The most overlooked vulnerability in Teams deployments is unrestricted app installation permissions. By default, users can install third-party Teams apps that request extensive permissions including message reading, file access, and user impersonation capabilities. Navigate to Teams admin center > Teams apps > Permission policies and create a restrictive baseline policy. Block all third-party apps by default, then explicitly allowlist only verified business applications your organization actually uses.

External file sharing through Teams channels represents another critical exposure point that differs from email attachments. While email attachments undergo scanning at the gateway, Teams files shared from external tenants bypass traditional security inspection. In the SharePoint admin center, configure external sharing settings to "Only people in your organization" for all Teams-connected sites. If external collaboration is required, implement guest access reviews every 30 days to automatically remove stale external accounts.

Configure Teams-specific threat protection policies in Microsoft Defender for Office 365. Enable Safe Attachments scanning for Teams conversations - this feature isn't activated by default even when email protection is configured. Set the action to "Dynamic Delivery" which allows users to preview files while scanning occurs in the background, balancing security with productivity. Enable Safe Links protection for Teams messages, ensuring malicious URLs get checked even when sent through trusted internal channels.

Message retention and audit policies serve dual purposes - compliance and forensic investigation capability. Configure Teams retention policies to preserve all messages and files for at least 90 days, even after deletion. This provides your security team with investigation capabilities when suspicious activity is reported weeks after initial compromise. Enable audit logging for all Teams activities including app installations, external user additions, and permission changes.

User education about Teams-specific threats requires different training than email security awareness. Employees need to understand that Teams messages from unknown external users should trigger the same suspicion as unexpected emails. Create specific training scenarios showing how attackers impersonate IT support through Teams, emphasizing that legitimate IT staff will never request password resets or software installation through chat messages. Include screenshots of actual Teams impersonation attempts, showing the subtle indicators like external user tags and unusual message formatting.

The trust relationship users have with Teams makes traditional "block everything external" approaches impractical for organizations that collaborate with partners. Instead, implement graduated trust zones: full access for internal users, restricted access for verified partners, and blocked access for everyone else. This nuanced approach maintains collaboration capabilities while reducing attack surface.

Why Snow Malware Succeeds Via Teams (And What It Reveals About Your Security Gaps)

The success of Snow malware through Microsoft Teams exposes fundamental assumptions about enterprise security that no longer hold true. Your security architecture likely evolved around the premise that external threats arrive through predictable channels - email attachments, web downloads, or network intrusions. But collaboration platforms operate in a trust zone that traditional security models never anticipated.

Teams occupies a unique position in your security ecosystem. Unlike email, which passes through multiple security gateways and content filters, Teams messages flow directly between authenticated users within your tenant. The platform inherently trusts content from verified accounts, meaning malicious links shared through Teams bypass the URL reputation checks and sandboxing that would catch them in email. Your employees receive these messages in the same interface where they collaborate with trusted colleagues daily, creating a psychological blind spot that attackers exploit.

The file sharing capabilities integrated into Teams amplify this vulnerability. When an attacker sends a malicious file through Teams, it gets stored in SharePoint or OneDrive - repositories your security tools often treat as trusted internal storage. These files inherit the permissions and trust levels of legitimate business documents, making detection significantly harder than identifying malware arriving through external channels.

The authentication model of Teams creates additional exposure. Single sign-on means compromised credentials grant attackers immediate access to Teams without triggering separate authentication challenges. Once inside, they inherit all the communication privileges of the compromised account - including the ability to initiate chats, join meetings, and access shared files across multiple teams and channels.

What makes this particularly concerning is the shadow IT aspect of Teams adoption. Many organizations enabled Teams rapidly during remote work transitions, often without corresponding security controls. IT departments focused on functionality and user adoption, while security teams scrambled to understand the new attack surface. This gap between deployment speed and security maturity creates opportunities that groups like UNC6692 systematically exploit.

The browser-based nature of Teams introduces another layer of complexity. Traditional endpoint protection focuses on executable files and system processes, but Teams operates primarily through web technologies. Malicious extensions like SnowBelt can manipulate browser behavior without triggering traditional malware signatures. Your EDR might excel at catching suspicious PowerShell activity but miss malicious JavaScript executing within the Teams web client.

Perhaps most revealing is what this attack says about organizational security priorities. Companies invest millions in email security - advanced threat protection, DMARC implementation, user training programs - while collaboration platforms receive a fraction of that attention. Security budgets reflect yesterday's threats, not today's reality where attackers pivot to the paths of least resistance.

The success of Snow malware demonstrates that perimeter-based security models fail when the perimeter includes every employee's Teams client. Your users aren't just consuming content anymore; they're active participants in bidirectional communication channels that extend far beyond traditional network boundaries. Each Teams installation becomes a potential entry point, especially when external collaboration is enabled by default.

This evolution in attack vectors reveals a critical gap: the absence of behavioral analysis for collaboration platforms. While your SIEM correlates network events and your email gateway analyzes message patterns, who's watching for anomalous Teams behavior? The social engineering component of these attacks - the email bombing followed by helpful IT support - exploits human psychology in ways that technical controls alone cannot address.

Table of contents

Top hits