AI Security AI安全 1d ago Updated 1d ago 更新于 1天前 43

Authorities Turn Sality's P2P Network Against Itself, Cutting Off New Malware Payloads 当局利用Sality的P2P网络反制自身,切断新恶意软件载荷

The U.S. DoJ, in coordination with Bulgaria, Hungary, Romania, CrowdStrike, and Shadowserver Foundation, executed a P2P sinkhole operation on August 31, 2026, to dismantle the Sality botnet, one of the longest-running P2P malware networks active since 2003. The takedown leveraged "peer list manipulation," exploiting Sality's lack of authentication and cryptographic identity verification to inject sinkhole nodes, isolate super peers, and permanently cut off payload distribution to over 15,000 inf 美司法部联合保加利亚、匈牙利、罗马尼亚及CrowdStrike、Shadowserver Foundation于2026年8月31日成功瓦解运行逾20年的Sality P2P僵尸网络 行动采用"peer list manipulation"技术,通过篡改P2P对等节点列表将僵尸节点替换为sinkhole节点,切断恶意载荷分发通道 Sality僵尸网络感染超1.5万台设备,主要载荷EggJagger剪贴板劫持工具已窃取至少15万美元加密货币,并曾用于3次政治性DDoS攻击 该行动复用2014年GameOver Zeus和2017年Kelihos僵尸网络瓦解技术,证明P2P恶意软件架构的"去中心化

65
Hot 热度
65
Quality 质量
55
Impact 影响力

Analysis 深度分析

TL;DR

  • The U.S. DoJ, in coordination with Bulgaria, Hungary, Romania, CrowdStrike, and Shadowserver Foundation, executed a P2P sinkhole operation on August 31, 2026, to dismantle the Sality botnet, one of the longest-running P2P malware networks active since 2003.
  • The takedown leveraged "peer list manipulation," exploiting Sality's lack of authentication and cryptographic identity verification to inject sinkhole nodes, isolate super peers, and permanently cut off payload distribution to over 15,000 infected machines worldwide.
  • Sality's two independent P2P networks (version 3 and version 4) shared the same codebase but used incompatible protocols and different cryptographic keys; both were neutralized simultaneously.
  • The malware's primary payload, EggJagger, was a clipjacking tool that hijacked cryptocurrency wallet addresses from clipboards, stealing an estimated $150,000+, and the botnet was also used in three notable DDoS campaigns targeting political and financial entities.
  • Sality's defining resilience—its file-infector propagation and unpatchable P2P protocol—became its undoing, as the same trustless architecture allowed adversaries to seamlessly insert sinkhole peers and sever communication with infected hosts behind NAT/firewalls.

Why It Matters

This operation demonstrates a sophisticated, protocol-level countermeasure against P2P botnets that traditional C2 takedowns cannot address, offering a replicable blueprint for neutralizing other trustless P2P malware ecosystems. For AI and cybersecurity practitioners, it underscores the critical importance of authentication and identity verification in any decentralized communication architecture, whether in defensive or offensive contexts. The success of public-private collaboration between law enforcement and private threat intelligence firms also highlights an increasingly vital model for combating resilient, globally distributed cyber threats.

Technical Details

  • Peer List Manipulation: The core technique exploited Sality's blind trust in P2P network peers. By responding correctly to the P2P handshake, sinkhole nodes were accepted as legitimate peers. During the botnet's 40-minute peer verification cycle, legitimate super peers were purged and replaced with sinkhole entries, isolating the network backbone.
  • Dual-Protocol Disruption: Sality operated two independent P2P networks (v3 and v4) with incompatible protocols and separate cryptographic keys. The sinkhole operation targeted both simultaneously, preventing cross-network reconstitution.
  • Super Peer Isolation Strategy: The operation prioritized super peers—publicly reachable infected machines that form the communication backbone. Once isolated, URL packs and file packs stopped propagating. Machines behind NAT/firewalls were handled passively: their peer lists were purged during routine maintenance cycles, leaving them permanently isolated.
  • File-Infector Propagation: Unlike conventional malware that receives updates from C2 servers, Sality propagated by attaching itself to Windows executables on disk. This unpatchable design meant the botnet could not receive code updates, but also could not adapt to the sinkhole intrusion.
  • Supporting Infrastructure Takedown: In addition to P2P sinkholing, Sality-linked domains were seized in the U.S. and Europe, and hosting URLs for malicious payloads were taken down, preventing infected machines from downloading additional tools like EggJagger.

Industry Insight

  • Decentralized malware demands decentralized countermeasures: As threat actors increasingly adopt P2P and other decentralized architectures to resist takedowns, defenders must develop protocol-level interventions rather than relying solely on infrastructure disruption. This operation proves that the trustless nature of P2P botnets can be weaponized against their operators.
  • Public-private collaboration is a force multiplier: The coordination between multiple national law enforcement agencies and private firms (CrowdStrike, Shadowserver Foundation) enabled intelligence sharing, technical expertise, and operational reach that no single entity could achieve alone. AI security teams should prioritize partnerships with threat intelligence communities and law enforcement.
  • P2P botnets remain a persistent threat to OT and critical infrastructure: Sality's 2022 campaign targeting industrial PLCs demonstrates that even legacy botnets can evolve to threaten operational technology. Organizations should audit their P2P-exposed assets and ensure that any device with P2P capabilities implements proper authentication, cryptographic identity, and peer verification to prevent similar exploitation.

TL;DR

  • 美司法部联合保加利亚、匈牙利、罗马尼亚及CrowdStrike、Shadowserver Foundation于2026年8月31日成功瓦解运行逾20年的Sality P2P僵尸网络
  • 行动采用"peer list manipulation"技术,通过篡改P2P对等节点列表将僵尸节点替换为sinkhole节点,切断恶意载荷分发通道
  • Sality僵尸网络感染超1.5万台设备,主要载荷EggJagger剪贴板劫持工具已窃取至少15万美元加密货币,并曾用于3次政治性DDoS攻击
  • 该行动复用2014年GameOver Zeus和2017年Kelihos僵尸网络瓦解技术,证明P2P恶意软件架构的"去中心化韧性"可转化为防御突破口
  • 行动同步关闭美国及欧洲境内Sality相关域名,阻断恶意URL载荷下载路径

为什么值得看

本文展示了执法机构与私营部门协同对抗P2P僵尸网络的技术范式创新,为防御去中心化恶意软件提供了可复用的工程化方案。其peer list manipulation技术对AI安全从业者具有直接参考价值,揭示了利用协议设计缺陷进行网络战的新路径。

技术解析

  • P2P Sinkhole架构:通过向僵尸网络注入伪造的sinkhole节点,替代原始super peer节点,利用协议维护周期(40分钟)触发节点信誉机制,使感染设备永久隔离于合法网络
  • Peer List Manipulation技术: exploit Sality协议缺乏身份验证和加密标识的缺陷,攻击者可伪装为合法节点参与网络,通过篡改对等节点列表实现网络劫持
  • 双版本网络隔离:Sality v3和v4使用不兼容协议版本和不同加密密钥,但共享代码库,行动针对性地同时瓦解两个独立P2P网络
  • 分层处置策略:对公网可达的super peer采用主动sinkhole注入,对NAT/firewall后的普通感染节点采用被动列表清空策略
  • 多域协同打击:除P2P网络瓦解外,同步关闭承载恶意载荷的URL域名,形成网络层与内容层的双重阻断

行业启示

  • 公私协同防御范式:执法机构与网络安全企业(CrowdStrike等)的深度合作证明,对抗高级持续性威胁需整合法律授权、技术情报和工程能力
  • P2P恶意软件防御新思路:去中心化架构的"韧性"可转化为攻击面,通过协议层操纵实现"以毒攻毒",为类似僵尸网络处置提供技术模板
  • OT/IT融合威胁警示:Sality曾针对工业控制系统(PLC)的攻击表明,传统IT恶意软件正渗透至关键基础设施领域,需强化 Operational Technology 网络安全防护

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全 Research 科学研究