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

Evooo1Bot Linux Botnet Exploits Known Flaws to Turn Edge Devices Into SOCKS5 Proxies Evooo1Bot Linux僵尸网络利用已知漏洞将边缘设备转化为SOCKS5代理

Evooo1Bot is a previously undocumented Linux botnet family derived from Mirai source code that transforms internet-facing edge devices into SOCKS5 proxies The malware extends Mirai with encrypted C2 communications, SSH brute-force scanning, credential sniffing, and an integrated exploit arsenal targeting 11+ known vulnerabilities Active since July 2026, it weaponizes flaws in routers, IP cameras, and IoT devices from manufacturers including D-Link, Tenda, NETGEAR, and Hikvision The SOCKS5 proxy Evooo1Bot是基于Mirai源代码的新型Linux僵尸网络,自2026年7月起活跃,能将边缘设备转化为SOCKS5代理节点 该僵尸网络在Mirai基础上增加了加密C2通信、SSH暴力破解扫描器、凭据嗅探器和集成漏洞利用工具包等扩展功能 利用多个已知漏洞(CVE-2007-3010、CVE-2016-6277、CVE-2018-14558等)感染路由器、防火墙、IP摄像头等边缘设备 感染后可执行持久化、文件上传下载、交互式shell、DDoS攻击等多种恶意操作 SOCKS5代理功能使攻击者能够伪装流量、绕过地理限制或访问内部网络,显著提升僵尸网络价值

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

Analysis 深度分析

TL;DR

  • Evooo1Bot is a previously undocumented Linux botnet family derived from Mirai source code that transforms internet-facing edge devices into SOCKS5 proxies
  • The malware extends Mirai with encrypted C2 communications, SSH brute-force scanning, credential sniffing, and an integrated exploit arsenal targeting 11+ known vulnerabilities
  • Active since July 2026, it weaponizes flaws in routers, IP cameras, and IoT devices from manufacturers including D-Link, Tenda, NETGEAR, and Hikvision
  • The SOCKS5 proxy capability significantly increases botnet value by enabling anonymous traffic forwarding, geographic restriction bypass, and internal network access through compromised hosts
  • Attackers can monetize the distributed proxy infrastructure through residential and enterprise proxy services while evading detection

Why It Matters

This botnet represents an evolution in IoT malware strategy, shifting from pure DDoS capabilities to proxy infrastructure monetization—a model that provides sustained economic incentives for attackers. For AI practitioners and security researchers, it demonstrates how publicly leaked malware source code can be rapidly adapted with modern encryption and evasion techniques, creating new threats that outpace traditional signature-based detection.

Technical Details

  • Architecture: Linux-based botnet using Mirai's DDoS engine as foundation, extended with encrypted C2 on port 443 to blend with HTTPS traffic, sandbox/analysis tool detection, and multi-module capability set
  • Exploitation: Targets 11 CVEs across multiple vendors—Alcatel OmniPCX (CVE-2007-3010), NETGEAR routers (CVE-2016-6277), Tenda routers (CVE-2018-14558, CVE-2020-10987), Mitsubishi/INEA ME-RTU (CVE-2019-14931), Telesquare devices (CVE-2021-46422, CVE-2024-29269), D-Link routers (CVE-2022-37055, CVE-2025-10123, CVE-2025-55583), plus Hikvision, Atlassian Confluence, WSO2, Zyxel, TP-Link, PHP, and Kubernetes vulnerabilities
  • Infection Chain: Exploitation → loader script execution (wget.sh from 91.92.40[.]118) → architecture-specific binary download → Bash history clearing → C2 registration → command execution
  • Capabilities: Persistence installation, binary updates, file upload/download, interactive shell, HTTP header interception (Basic Auth and Cookies), SSH brute-force scanning, DNS/TCP/UDP DDoS, SOCKS5 proxy relay, and HTTP-based exploit dispatcher

Industry Insight

  • Proxy monetization is the new botnet gold rush: The shift from DDoS-for-hire to distributed proxy services creates persistent economic incentives, meaning botnets will survive longer and adapt faster to countermeasures
  • Legacy vulnerability weaponization is accelerating: The botnet's use of CVEs spanning 2007-2025 demonstrates how threat actors maintain comprehensive vulnerability databases and rapidly integrate new exploits—organizations must prioritize patching even "old" vulnerabilities in internet-facing IoT devices
  • Encrypted C2 on port 443 defeats perimeter inspection: The intentional use of HTTPS port for command-and-control communications means traditional network monitoring will miss botnet traffic; security teams should implement TLS inspection, behavioral analysis, and DNS-based threat detection rather than relying solely on signature matching

TL;DR

  • Evooo1Bot是基于Mirai源代码的新型Linux僵尸网络,自2026年7月起活跃,能将边缘设备转化为SOCKS5代理节点
  • 该僵尸网络在Mirai基础上增加了加密C2通信、SSH暴力破解扫描器、凭据嗅探器和集成漏洞利用工具包等扩展功能
  • 利用多个已知漏洞(CVE-2007-3010、CVE-2016-6277、CVE-2018-14558等)感染路由器、防火墙、IP摄像头等边缘设备
  • 感染后可执行持久化、文件上传下载、交互式shell、DDoS攻击等多种恶意操作
  • SOCKS5代理功能使攻击者能够伪装流量、绕过地理限制或访问内部网络,显著提升僵尸网络价值

为什么值得看

Evooo1Bot代表了僵尸网络演化的新趋势——从单纯的DDoS工具转变为多功能基础设施,通过SOCKS5代理能力实现流量匿名化和网络渗透,对物联网和边缘设备安全构成持续威胁。

技术解析

Evooo1Bot基于公开的Mirai源代码构建,但进行了深度定制和扩展,包括加密C2通信、SSH暴力破解扫描器、SOCKS5代理模块、凭据嗅探器以及集成漏洞利用工具包,支持DNS、TCP、UDP等多种DDoS攻击方式。

感染流程从利用已知漏洞(如CVE-2007-3010、CVE-2016-6277、CVE-2018-14558等)开始,执行外部服务器上的loader脚本下载对应CPU架构的二进制文件,清除Bash历史记录后检查沙箱环境,最终通过443端口建立加密C2连接。

僵尸网络支持持久化安装、二进制更新、文件传输、交互式shell、HTTP凭据拦截、SSH暴力破解、DDoS攻击和漏洞利用等多种命令,其中CVE攻击模块针对Hikvision、Atlassian Confluence、WSO2、Zyxel、TP-Link、PHP、D-Link和Kubernetes等8个目标。

行业启示

Evooo1Bot的SOCKS5代理能力表明僵尸网络正从DDoS工具演变为网络犯罪基础设施,攻击者可通过代理网络进行匿名流量转发或商业化运营。

边缘设备(路由器、摄像头、IoT设备)因长期存在未修补漏洞而成为主要攻击目标,建议企业加强设备漏洞管理和网络监控。

加密C2通信和端口伪装技术使传统检测手段失效,需要部署行为分析和流量异常检测来应对。

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

Security 安全 Open Source 开源 Research 科学研究