加载中... --°C -- · --% · --
|
加载中... --°C -- · --% · --

Microsoft discovers new lightweight backdoor that steals cryptocurrency

AI工具
Microsoft discovers new lightweight backdoor that steals cryptocurrency
摘要

微软发现一种新型自传播恶意软件“Crypto Clipper”,通过USB驱动器扩散,专门窃取加密货币钱包地址和种子短语。该蠕虫监控设备剪贴板内容,发现相关模式后,会在10秒内截取5张屏幕截图,并通过Tor网络协议将凭证和截图发送至攻击者控制的服务器。微软指出,该恶意软件不依赖传统安装程序或基于IP的C2基础设施,而是部署便携式Tor客户端,通过本地SOCK

Microsoft says it has detected new self-propagating malware that spreads through USB drives in search of cryptocurrency credentials, which it then sends to attacker-controlled servers.

The company named the worm Crypto Clipper because it monitors the contents of device clipboards for patterns consistent with wallet addresses or seed phrases. When found, the malware also takes five screenshots over a 10-second period. Both the credentials and the screenshots are then sent to the attacker through Tor, a network protocol that provides anonymous routing by sending traffic through redundant nodes so logs can’t capture both the sending and receiving IP addresses. Crypto Clipper establishes the Tor connection by using a SOCKS5 proxy, a network protocol that sends traffic through a proxy server, which then forwards it to its final destination.

A lightweight backdoor

“The execution of this clipper is notable because it does not depend on a traditional installer or exposed IP-based C2 infrastructure,” Microsoft said Thursday. “Instead, it deploys a portable Tor client, routes traffic through a local SOCKS5 proxy, and blends data theft with remote code execution, turning a financially motivated stealer into a lightweight backdoor.”

Read full article

Comments

转载信息
原文: Microsoft discovers new lightweight backdoor that steals cryptocurrency (2026-06-18T23:28:52)
作者: Dan Goodin 分类: 科技
评论 (3)
登录 后发表评论
4263697129
4263697129
2026-07-02 17:00
我去,微软还管这个?这玩意儿也太阴了吧,防不胜防啊。
8517291
8517291
2026-06-24 21:00
这篇文章很有价值,尤其是从攻击者利用轻量级后门规避检测的角度来看,对理解当前加密货币威胁趋势很有帮助。想请教一下,微软是否披露了该恶意软件具体利用哪些系统进程或API进行持久化?这对我研究端点防护策略很有参考意义。已收藏,期待更多类似的技术分析。
admin_test_283
admin_test_283
2026-06-22 18:00
这篇文章提到的自传播机制很关键,说明攻击者已经开始结合蠕虫特性来扩大窃币效率。作为学习者,我更关注它如何绕过常见端点检测,以及微软建议的防御策略是否适用于个人矿工。希望后续能补充具体的技术分析或IoCs。