Microsoft’s Crypto Nightmare: New Tor-Powered Windows Clipper Malware Quietly Steals Wallets, Seeds, and Full Device Access + Video

Listen to this Post

Featured ImageIntroduction: A New Generation of Cryptocurrency Theft Emerges

The cybercrime ecosystem has entered a dangerous new phase. Microsoft Threat Intelligence has uncovered a sophisticated Windows-based cryptocurrency clipper campaign that has been actively targeting users since February 2026. Unlike traditional malware that relies on obvious command-and-control servers or visible installation routines, this threat operates through hidden Tor infrastructure, stealthy scripts, and continuous clipboard surveillance.

What makes this malware particularly alarming is its ability to combine cryptocurrency theft, screenshot collection, remote code execution, and worm-like propagation into a lightweight package that can silently spread through USB devices. While many cryptocurrency-focused threats concentrate on stealing wallet files, this campaign attacks users at the exact moment they interact with their digital assets, making it exceptionally effective against both casual investors and experienced cryptocurrency holders.

Microsoft Defender identifies various components of this threat under detections including Trojan:Win32/CryptoBandits.A and related variants, highlighting the growing sophistication of financially motivated cybercriminal operations.

Overview: How the CryptoBandits Campaign Operates

Since early 2026, attackers have been distributing malicious shortcut files (.LNK) through removable USB drives. These seemingly harmless shortcuts disguise themselves as legitimate documents, tricking victims into launching malware instead of opening expected files.

Once activated, the malware deploys two separate components. The first acts as a worm, spreading itself across connected storage devices and establishing persistence. The second functions as a cryptocurrency clipper and information stealer, harvesting valuable financial data from infected systems.

The malware does not require traditional installation methods. Instead, it leverages Windows Script Host, ActiveX objects, JavaScript payloads, and a portable Tor client to establish communication with hidden attacker-controlled infrastructure.

This architecture provides operators with anonymity while making detection significantly more challenging for defenders.

Initial Infection: The USB Shortcut Trap

One of the most dangerous aspects of this campaign is its infection vector.

The malicious .LNK files are frequently distributed via USB devices. Once inserted into a system, the malware scans for common file types including Word documents, Excel spreadsheets, and PDF files.

Instead of deleting these files, the malware hides them and creates deceptive shortcut replacements bearing identical filenames.

To an unsuspecting user, everything appears normal.

Clicking the file launches the malicious payload while simultaneously opening the legitimate document, ensuring the victim remains unaware of the compromise.

This technique significantly increases infection success rates because users receive no obvious indication that malware execution has occurred.

Worm Functionality: Self-Propagation Across Systems

The worm component ensures the malware remains active and spreads efficiently.

After infection, it creates scheduled tasks responsible for maintaining persistence and monitoring newly attached removable media. Whenever an uncompromised USB device is connected, the worm copies itself and generates additional malicious shortcuts.

This allows the malware to spread organically between computers, especially in environments where USB devices are frequently shared.

Unlike large-scale internet worms, this approach focuses on stealth and reliability rather than speed, making outbreaks harder to identify.

Execution Mechanism: Hidden Scripts and Tor Communications

After deployment, the malware drops encrypted JavaScript payloads into directories located under:

C:UsersPublicDocuments

The payloads are assigned randomized five-character names to avoid easy detection.

Before continuing execution, the malware performs a basic anti-analysis check by examining running processes. If Task Manager is detected, the malware immediately terminates itself.

Although simple, this technique can delay investigations and reduce visibility during initial infection stages.

Once the environment appears safe, the malware launches a renamed Tor executable called:

ugate.exe

The malware waits approximately one minute for Tor initialization before registering the victim system with hidden onion-based command-and-control infrastructure.

Tor-Based Command and Control Infrastructure

The use of Tor fundamentally changes how defenders must approach detection.

Traditional malware often communicates directly with remote IP addresses that can be blocked or monitored. This clipper avoids that weakness entirely.

Traffic is routed through:

127.0.0.1:9050

using a local SOCKS5 proxy created by the embedded Tor client.

As a result:

DNS requests become invisible.

Remote infrastructure remains concealed.

Network monitoring becomes more difficult.

Destination-based blocking loses effectiveness.

This architecture gives attackers enterprise-grade anonymity while maintaining a relatively small malware footprint.

Clipboard Theft: The Core Financial Attack

The primary objective of the malware is cryptocurrency theft.

Every 500 milliseconds, the malware scans clipboard contents searching for valuable financial data.

Targeted information includes:

BIP39 seed phrases.

Cryptocurrency private keys.

Bitcoin wallet addresses.

Ethereum wallet addresses.

Tron wallet addresses.

Monero wallet addresses.

When sensitive information is discovered, it is immediately transmitted to attacker infrastructure through Tor.

The malware also stores temporary local backups until successful delivery is confirmed.

This persistence mechanism ensures stolen data is not lost even if internet connectivity becomes unstable.

Seed Phrase Harvesting and Wallet Takeovers

Among all stolen assets, seed phrases represent the most valuable target.

The malware specifically searches for 12-word and 24-word recovery phrases commonly used by cryptocurrency wallets.

Once obtained, attackers gain complete control over the associated assets without requiring additional credentials.

Unlike stolen passwords, seed phrases generally cannot be reset.

A single successful theft may provide access to years of accumulated cryptocurrency holdings.

To maximize intelligence gathering, the malware captures screenshots at ten-second intervals, allowing operators to observe wallet balances, transaction histories, and exchange activity.

Private Key Extraction Operations

Beyond seed phrases, the malware targets private cryptographic keys.

Bitcoin Wallet Import Format (WIF) keys and Ethereum private keys are specifically identified and validated before exfiltration.

These credentials provide direct wallet access and can be exploited immediately.

The screenshot collection feature further enhances attacker visibility by helping operators understand how victims manage their digital assets.

This combination transforms a simple stealer into a comprehensive cryptocurrency intelligence platform.

Address Replacement: The Silent Theft Technique

Perhaps the most dangerous capability is wallet address substitution.

Many cryptocurrency users copy and paste destination addresses during transactions.

The malware intercepts this workflow.

When a legitimate wallet address appears in the clipboard, the malware silently replaces it with an attacker-controlled alternative.

Victims believe they are sending funds to the intended recipient.

In reality, the cryptocurrency is transferred directly to criminal-controlled wallets.

The replacement logic is designed to preserve portions of the original address, making casual visual inspection unlikely to reveal manipulation.

This technique has historically resulted in significant financial losses across the cryptocurrency ecosystem.

Remote Code Execution: More Than Just a Clipper

The threat extends beyond cryptocurrency theft.

Following registration, the malware continuously polls command-and-control servers for instructions.

If operators send an EVAL command, arbitrary JavaScript code can be executed directly on the infected system.

This effectively transforms the malware into a lightweight backdoor.

Attackers can introduce new functionality, deploy additional malware, conduct reconnaissance, or escalate their operations without needing to reinfect the system.

The presence of remote code execution dramatically increases the threat’s potential impact.

Defense Evasion Through Heavy Obfuscation

The malware employs several layers of protection against analysis.

Payloads remain encrypted until runtime.

Python components are protected using PyArmor and packaged through PyInstaller.

JavaScript modules use multiple obfuscation layers that conceal API calls, commands, and execution logic.

Combined with Tor-based communications and process-based anti-analysis checks, these techniques create substantial challenges for security researchers.

Static analysis alone is often insufficient to fully understand malware behavior.

Detection Opportunities for Security Teams

Despite its sophistication, the malware leaves behavioral indicators that defenders can monitor.

Important warning signs include:

WScript launching unusual child processes.

Curl communicating through localhost:9050.

PowerShell screen-capture activity.

Unexpected clipboard access.

Scheduled task creation from suspicious locations.

JavaScript execution from public document folders.

Tor-related process execution.

SOCKS5 proxy traffic originating from local systems.

Behavioral monitoring remains the most effective detection strategy against this threat family.

Recommended Mitigation Strategies

Organizations should focus on reducing opportunities for script-based abuse.

Key defensive actions include:

Disable AutoRun and AutoPlay.

Block shortcut execution from removable drives.

Restrict wscript.exe and cscript.exe usage.

Enable Microsoft Attack Surface Reduction rules.

Monitor localhost:9050 traffic.

Investigate suspicious scheduled tasks.

Hunt for clipboard monitoring activity.

Audit PowerShell screen-capture events.

Strengthen endpoint behavioral detection capabilities.

Organizations handling cryptocurrency assets should treat clipboard manipulation as a high-priority detection scenario.

Deep Analysis: Hunting and Detection Commands

The following Microsoft Defender Advanced Hunting queries can assist defenders in identifying suspicious activity associated with this malware.

Detect Suspicious Scheduled Task Creation

kusto

DeviceProcessEvents

| where FileName ==schtasks.exe

| where ProcessCommandLine matches regex

@(?i)schtasks\s+/create\s+/tn\s+[a-z]{4,6}\s+/xml\s+C:\Users\Public\Documents\[a-z]{4,6}\[a-z]{4,6}\.xml\s+/f

Detect Tor Proxy Activity

kusto

DeviceNetworkEvents

| where ActionType ==ConnectionSuccess

| where InitiatingProcessCommandLine has_all

(curl,socks5-hostname,.onion)

Detect Tor-Routed Curl Execution

kusto

DeviceProcessEvents

| where FileName =~ curl.exe

| where ProcessCommandLine has_all

(–socks5-hostname,localhost:9050)

| project Timestamp,

DeviceName,

InitiatingProcessFileName,

ProcessCommandLine

Detect Active Script Hosts

Get-Process wscript,cscript -ErrorAction SilentlyContinue

Review Scheduled Tasks

schtasks /query /fo LIST /v

Check Local Tor Communications

netstat -ano | findstr 9050

Search for Suspicious Public Documents Folders

Get-ChildItem "C:\Users\Public\Documents" -Recurse

Investigate Recent JavaScript Execution

Get-WinEvent -LogName Microsoft-Windows-PowerShell/Operational

Review Defender Detections

Get-MpThreatDetection

Enumerate Running Child Processes

Get-CimInstance Win32_Process

These commands provide valuable visibility into the behaviors associated with CryptoBandits-style operations.

What Undercode Say:

Microsoft’s discovery highlights a significant shift in modern cybercrime tactics.

Traditional banking trojans are increasingly being replaced by cryptocurrency-focused stealers.

The financial rewards associated with cryptocurrency theft continue attracting sophisticated criminal groups.

The malware demonstrates that attackers no longer require large infrastructures to conduct successful campaigns.

Tor integration allows operators to remain hidden while maintaining reliable communications.

The use of USB-based propagation suggests a deliberate focus on environments where removable media remains common.

This includes corporate offices, educational institutions, and shared workspaces.

The decision to rely heavily on scripting languages reflects a broader industry trend.

Scripts execute quickly.

Scripts are flexible.

Scripts often evade traditional signature-based defenses.

The combination of worm functionality and cryptocurrency theft is particularly concerning.

Many clippers remain limited to financial fraud.

This campaign expands into persistence and remote control.

The EVAL functionality effectively turns every infected machine into a remotely manageable asset.

Attackers can evolve capabilities long after initial infection.

The anti-analysis techniques are relatively simple.

However, simplicity is often effective.

Many organizations still rely heavily on manual investigations.

Automatically terminating when Task Manager appears may prevent immediate discovery.

The malware also exploits human behavior rather than software vulnerabilities.

Users trust copied wallet addresses.

Users trust familiar document names.

Users trust USB devices from colleagues.

These assumptions become attack vectors.

The screenshot functionality reveals a growing emphasis on operational intelligence gathering.

Attackers increasingly seek context rather than isolated credentials.

Understanding wallet balances allows criminals to prioritize high-value victims.

Monitoring user activity enables targeted financial theft.

The

Every component contributes directly to monetization.

Every capability supports persistence or concealment.

Nothing appears wasted.

This efficiency suggests experienced operators.

Organizations focused solely on malware signatures may struggle against threats like this.

Behavioral detection remains critical.

Threat hunting becomes increasingly important.

Clipboard security deserves greater attention across the cybersecurity industry.

The rise of cryptocurrency-focused malware will likely continue as digital assets gain mainstream adoption.

CryptoBandits serves as a reminder that financial cybercrime continues evolving faster than many defensive programs.

✅ Microsoft identified a Windows-based cryptocurrency clipper campaign active since February 2026 that combines clipboard theft, screenshot capture, Tor communications, and remote code execution capabilities.

✅ The malware uses malicious .LNK shortcut files distributed through USB storage devices, establishing persistence through scheduled tasks while propagating itself to additional removable media.

✅ Evidence shows the malware launches a portable Tor client, communicates through localhost:9050, steals seed phrases and private keys, and performs wallet-address replacement attacks designed to redirect cryptocurrency transactions to attacker-controlled wallets.

Prediction

(+1) Cryptocurrency Security Tools Will Become More Clipboard-Aware 🔒📈

Wallet vendors are likely to introduce stronger clipboard validation, address verification mechanisms, and anti-substitution protections to reduce the effectiveness of clipper malware attacks.

(+1) Behavioral Detection Will Overtake Signature-Based Security 🛡️📊

Security teams will increasingly prioritize behavioral analytics, process monitoring, and threat hunting because script-based malware continues to evade traditional signatures.

(+1) Tor Traffic Monitoring Will Receive Greater Enterprise Focus 🌐⚠️

Organizations will begin treating unexpected localhost SOCKS5 proxy activity as a critical security indicator, especially when associated with scripting engines and cryptocurrency-related workflows.

(-1) USB-Based Malware Campaigns May Resurge 📉💾

As attackers recognize the effectiveness of removable-media propagation, more malware families may adopt USB infection mechanisms to bypass perimeter-focused security controls.

(-1) Cryptocurrency Users Could Face Increased Financial Losses 💸⚠️

If address replacement and seed phrase theft continue evolving, individual investors and businesses managing digital assets may experience larger and more frequent losses from highly automated theft operations.

(-1) Lightweight Script Malware Will Become Harder to Detect 🚨

Future variants will likely introduce stronger obfuscation, additional anti-analysis methods, and more advanced Tor routing techniques, making investigation and attribution increasingly difficult.

▶️ Related Video (76% Match):

🕵️‍📝Let’s dive deep and fact‑check.

🎓 Live Courses & Certifications:

Join Undercode Academy for Verified Certifications

🚀 Request a Custom Project:

Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands

References:

Reported By: www.microsoft.com
Extra Source Hub (Possible Sources for article):
https://www.stackexchange.com
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube