Back to all lessons
Awareness Lessons
3 days ago

USB LNK Worm Deploys Crypto Clipper via Tor-Based C2

This campaign exploits user interaction with USB devices to spread a LNK-based worm that silently deploys a cryptocurrency clipper, demonstrating how physical media remains a potent initial access vector. The malware substitutes clipboard wallet addresses and exfiltrates screenshots, meaning victims lose funds without obvious indicators of compromise. By routing C2 traffic through a bundled Tor proxy, the attackers effectively evade network-level detection and domain blocklists. This matters because cryptocurrency transactions are irreversible, making prevention and early detection the only meaningful defenses — post-theft recovery is rarely possible.

Tactical Insight

Immediate actions

  • Disable AutoRun/AutoPlay for all removable media via Group Policy to prevent LNK worm execution on USB insertion.
  • Block or restrict Tor traffic at the network perimeter using firewall rules and DNS filtering to cut off C2 communication.
  • Deploy endpoint detection rules that alert on clipboard-monitoring processes and unexpected screenshot activity.

Long-term improvements

  • Enforce application whitelisting (e.g., via Windows Defender Application Control) to prevent execution of unsigned or unknown binaries dropped by worms.
  • Implement USB device control policies that restrict which removable media can be mounted based on device ID or hardware class.
  • Conduct regular user training on the risks of untrusted USB devices, including simulated USB drop exercises.

Detection measures

  • Monitor and alert on processes that access clipboard APIs at high frequency, particularly those spawned from removable media paths.
  • Establish network baseline monitoring to flag anomalous encrypted outbound connections, especially to known Tor entry nodes.
  • Enable and centralize Windows Event Logs (Process Creation, Network Connections) and feed them into a SIEM for correlation against IOC feeds.