Security

Crypto Clipper Malware Uses Tor and USB Worm Spread

3 min read

Summary

Microsoft has detailed a Windows-based crypto clipper campaign that uses malicious shortcut files, a bundled Tor client, and worm-like USB propagation to steal wallet data and maintain persistence. The threat matters because it combines clipboard theft, screenshot exfiltration, and remote code execution with stealthy Tor-based command and control, making behavioral detection critical for defenders.

Need help with Security?Talk to an Expert

Introduction

Microsoft Threat Intelligence has published details on a Windows-based crypto clipper campaign active since February 2026. While crypto clippers are typically associated with wallet address replacement, this threat is more advanced: it uses Tor for hidden command-and-control, spreads through USB devices, and behaves like a lightweight backdoor.

For security teams, this is important because the malware avoids traditional installer patterns and IP-based infrastructure, making behavioral detection and endpoint visibility especially important.

What’s new

Tor-backed command and control

  • The malware launches a bundled Tor client, renamed ugate.exe.
  • It routes traffic through localhost:9050 using a local SOCKS5 proxy.
  • C2 communication happens over .onion services, reducing DNS and destination visibility.

Worm-like USB propagation

  • Initial access starts with malicious .lnk shortcut files distributed on USB storage.
  • The malware hides legitimate files and replaces them with lookalike shortcut files.
  • It creates scheduled tasks to continue spreading to newly inserted USB devices.

Clipper and stealer behavior

  • The malware monitors the clipboard about every 500 milliseconds.
  • It looks for wallet addresses, BIP39 seed phrases, and private keys.
  • It can replace copied cryptocurrency wallet addresses with attacker-controlled values.
  • It also captures and uploads screenshots for additional context.

Backdoor capability

  • The malware polls its C2 for commands.
  • An EVAL instruction allows attacker-supplied JScript code to run at runtime.
  • This turns the clipper into a lightweight remote access tool, not just a financial stealer.

Why this matters for defenders

This campaign blends multiple techniques that can bypass simple signature-based controls. The use of Windows Script Host, ActiveX, scheduled tasks, Defender exclusions, and Tor makes it harder to spot through conventional indicators alone.

Microsoft says the strongest signals are behavioral, including:

  • Script interpreters spawning unusual child processes
  • Use of 127.0.0.1:9050 or localhost SOCKS5 activity
  • PowerShell screen-capture behavior
  • Clipboard inspection or crypto-address replacement patterns

Microsoft Defender for Endpoint detects related activity such as Suspicious JavaScript process and Possible data exfiltration using Curl. Microsoft Defender Antivirus detects the threat as Trojan:Win32/CryptoBandits.A.

  • Block or tightly control execution of .lnk files from USB media.
  • Monitor for WScript, curl, and Tor-related processes on endpoints.
  • Review scheduled tasks and unusual files under C:\Users\Public\Documents.
  • Investigate systems showing localhost:9050 traffic or hidden Tor usage.
  • Ensure Microsoft Defender protections and endpoint detection rules are up to date.

Organizations with users handling cryptocurrency or seed phrases should treat this campaign as a high-priority risk due to its theft, persistence, and remote execution capabilities.

Need help with Security?

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

Talk to an Expert

Stay updated on Microsoft technologies

crypto malwareTorUSB wormMicrosoft Defenderclipboard theft

Related Posts

Security

CaptiveCrunch Malware Campaign Targets Travelers

Microsoft has disclosed CaptiveCrunch, an active campaign linked to Midnight Blizzard that hijacks traffic on hospitality and captive portal networks to steal credentials and deliver malware. The threat is especially relevant for organizations with frequent travelers because attackers are abusing Entra ID device code flows, fake update prompts, and adversary-in-the-middle phishing to compromise corporate accounts and endpoints.

Security

Microsoft Security July 2026: AI Defense Updates

Microsoft’s July 2026 security updates focus on protecting AI environments, embedding AI into security operations, and strengthening identity, cloud, and data protection foundations. Key additions include Project Perception, new Defender protections for prompt injection and cloud agents, Entra passkeys by default, and expanded Purview controls for Copilot and shadow AI apps.

Security

Microsoft Security: Better Questions for AI Risk

Microsoft is urging security leaders to treat AI security as a systems challenge that requires better questions, clearer objectives, and stronger governance across data, identities, and processes. The message matters for IT and security teams adopting AI because success depends not just on more signals or tools, but on layered controls, human oversight, and decision-making designed for resilience.

Security

Project Perception: Microsoft AI Security Preview

Microsoft has introduced Project Perception, a new agentic security system designed to help organizations defend against AI-driven threats at machine speed. Entering public preview on August 3, it combines specialized agents, security context, and a multi-model architecture to improve vulnerability management and automate protection while keeping human defenders in control.

Security

Microsoft AI Red Teaming: Global EXTRA Alliance

Microsoft has launched the External Red Team Alliance (EXTRA), a global expansion of its AI Red Team to improve AI safety and security testing with outside experts. The initiative funds 18 university labs across six continents and builds an external network of specialists to assess emerging AI risks that internal teams alone may miss.

Security

Email Threat Landscape Q2 2026: Key Security Trends

Microsoft’s Q2 2026 email threat report shows a major 92% drop in Tycoon2FA-linked phishing following disruption efforts, alongside declines in QR code and CAPTCHA-gated phishing. However, defenders should note that attackers are shifting tactics, with Teams-based social engineering, credential phishing, and fast-moving business email compromise campaigns continuing to pose significant risk.