AI Security AI安全 13h ago Updated 11h ago 更新于 11小时前 46

Exposed Server Reveals AI-Assisted Phishing Toolkit Behind WebDAV Malware Campaign 暴露的服务器揭示了WebDAV恶意软件活动背后的AI辅助钓鱼工具包

Rapid7 uncovered an exposed server containing a comprehensive AI-assisted phishing toolkit, revealing how threat actors use generative AI to streamline malware development and documentation. The campaign targeted Windows users in Mexico via a fake government ID website, leveraging CVE-2025-33053 (WebDAV working-directory hijack) to deliver infostealers without triggering security warnings. Analysis of the operator's files indicates the use of the open-source AI coding agent "CodeRRR," resulting Rapid7 公开了一个未受保护的服务器,其中包含完整的 AI 辅助网络钓鱼工具包及 WebDAV 恶意软件活动记录。 攻击者利用开源 AI 编码助手(如 CodeRRR)自动化生成钓鱼诱饵、测试用例及文档,呈现“现代软件团队”式的开发流程。 核心攻击向量针对 CVE-2025-33053(WebDAV 工作目录劫持),通过伪造政府 ID 查询网站向墨西哥用户投放信息窃取器。 活动日志显示在 5.5 天内产生近 7.8 万次请求,其中 97.7% 的启动事件由单一 CURP 诱饵驱动,覆盖 101 个国家。 防御者需关注 WebClient 服务异常、签名二进制文件从远程共享加载以及文件名 R

65
Hot 热度
70
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • Rapid7 uncovered an exposed server containing a comprehensive AI-assisted phishing toolkit, revealing how threat actors use generative AI to streamline malware development and documentation.
  • The campaign targeted Windows users in Mexico via a fake government ID website, leveraging CVE-2025-33053 (WebDAV working-directory hijack) to deliver infostealers without triggering security warnings.
  • Analysis of the operator's files indicates the use of the open-source AI coding agent "CodeRRR," resulting in highly structured, LLM-generated documentation and testing matrices.
  • The attack chain involved filename spoofing using Right-to-Left Override (RTLO), in-memory execution, and process hollowing into signed binaries to evade detection.
  • Defenders are advised to monitor for specific behavioral indicators such as WebClient service usage, davclnt.dll connections, and suspicious spawning of child processes from WebDAV/UNC paths.

Why It Matters

This incident highlights a significant shift in cybercriminal operations, where attackers are adopting professional software development workflows powered by Large Language Models (LLMs). This allows them to rapidly prototype, test, and document exploits at a scale previously reserved for state-sponsored groups or sophisticated ransomware syndicates. For security teams, understanding these AI-driven patterns is crucial for detecting modern phishing kits that rely on automation and structured testing methodologies rather than ad-hoc scripting.

Technical Details

  • AI Integration: The operator utilized "CodeRRR," an open-source AI coding agent, evidenced by hardcoded paths in the source code and the templated, emoji-heavy structure of README files and test logs, which Rapid7 identified as characteristic of LLM output.
  • Exploitation Technique: The primary vector exploited CVE-2025-33053, a WebDAV working-directory hijack. Attackers used .url shortcuts to launch legitimate signed binaries (like iediagcmd.exe) while redirecting their working directory to an attacker-controlled WebDAV share, causing the system to load malicious DLLs or executables from the remote share instead of System32.
  • Delivery Mechanism: A typosquatted domain (gobf.mx) mimicked a Mexican government ID lookup site. Clicking the download button triggered a search-ms: query that opened a WebDAV share filtered for .scr files. The file appeared as a PDF due to Right-to-Left Override (RTLO) character manipulation in the filename.
  • Malware Execution: The delivered .scr file was an Inno Setup installer that unpacked a loader and executed a .NET infostealer entirely in memory. The infostealer hollowed itself into a signed Qihoo 360 process to hide its presence and exfiltrated cryptocurrency wallets, browser credentials, and Telegram sessions.
  • Scope and Scale: The exposed server contained 1,048 files, including 59 .url test files targeting various signed binaries (LOLBAS, .NET tools) to expand the exploit beyond the initial IE-specific method. Traffic logs showed nearly 78,000 requests over 5.5 days, with 82.5% originating from Mexico.

Industry Insight

  • Adoption of DevOps in Cybercrime: Threat actors are increasingly treating malware development like software engineering projects, using AI agents for code generation, testing, and documentation. Security solutions must evolve to detect these structured, automated development trails rather than just static malicious payloads.
  • Behavioral Detection Over Signatures: Since the attacks leverage signed binaries and legitimate Windows features (WebDAV, URL shortcuts), signature-based detection will fail. Organizations must implement endpoint detection and response (EDR) policies that monitor for anomalous behaviors, such as the WebClient service initiating connections to unknown remote hosts or unexpected child process spawning from network shares.
  • Patch Management and Configuration Hygiene: The ease with which the attacker operated suggests poor server hygiene (exposed ports, default credentials). While patches for vulnerabilities like CVE-2025-33053 are critical, organizations must also rigorously audit their exposure to WebDAV services and ensure that administrative interfaces are not left accessible on public-facing servers.

TL;DR

  • Rapid7 公开了一个未受保护的服务器,其中包含完整的 AI 辅助网络钓鱼工具包及 WebDAV 恶意软件活动记录。
  • 攻击者利用开源 AI 编码助手(如 CodeRRR)自动化生成钓鱼诱饵、测试用例及文档,呈现“现代软件团队”式的开发流程。
  • 核心攻击向量针对 CVE-2025-33053(WebDAV 工作目录劫持),通过伪造政府 ID 查询网站向墨西哥用户投放信息窃取器。
  • 活动日志显示在 5.5 天内产生近 7.8 万次请求,其中 97.7% 的启动事件由单一 CURP 诱饵驱动,覆盖 101 个国家。
  • 防御者需关注 WebClient 服务异常、签名二进制文件从远程共享加载以及文件名 RTLO 混淆等行为指标,而非仅依赖 IOC。

为什么值得看

本文揭示了攻击者如何利用生成式 AI 将网络钓鱼活动工业化、工程化,显著提升了攻击效率和隐蔽性。对于安全从业者而言,这提供了关于 AI 辅助恶意软件开发的早期实证案例,有助于调整检测策略以应对基于行为的复杂攻击。

技术解析

  • AI 辅助开发工作流:攻击者使用类似 Claude Code 或 Cursor 的开源 AI 编码代理(推测为 CodeRRR)生成 .url 快捷方式、测试矩阵和 README 文档。文档中保留的模板化格式、emoji 使用及冗长描述被 Rapid7 识别为 LLM 输出特征。
  • WebDAV 工作目录劫持 (CVE-2025-33053):攻击者利用 .url 快捷方式指向合法签名的 Windows 二进制文件(如 iediagcmd.exe),但将其工作目录设置为攻击者控制的 WebDAV 共享。当二进制文件调用依赖项(如 route.exe)时,Windows 会从 WebDAV 加载恶意文件而非 System32,从而绕过 SmartScreen 和“来自互联网”标记。
  • 大规模测试套件:除了原始漏洞,攻击者构建了包含 59 个 .url 文件的综合测试套件,旨在测试其他签名二进制文件(如 InstallUtil, RegAsm)及 LOLBAS 条目,以寻找 Windows 11 24H2 中 IE 移除后的替代方案。
  • 多阶段载荷投递:主要活动针对墨西哥用户,通过仿冒政府 CURP 网站的 .scr 文件(利用 RTLO 字符伪装成 PDF)触发 Inno Setup 安装器。载荷在内存中运行 .NET 信息窃取器,并空心注入到签名的 Qihoo 360 进程中,窃取加密货币钱包、浏览器凭据和 Telegram 会话。

行业启示

  • AI 赋能的攻击工程化:攻击者正采用类似正规软件开发团队的 CI/CD 和测试流程,利用 AI 加速漏洞利用开发和文档编写。防御体系需从单纯的文件哈希匹配转向对开发痕迹和行为模式的监控。
  • 签名二进制滥用成为常态:随着微软补丁关闭特定路径,攻击者迅速转向其他签名二进制文件和合法工具(LOLBAS)。企业应加强对“进程创建链”和“远程共享访问”的监控,特别是当父进程与子进程路径不一致时。
  • 基础设施暴露风险:攻击者遗留未受保护的服务器和默认凭证的管理面板(Simba Service),导致完整工具包泄露。这提醒安全社区需重视攻击者基础设施的监控,同时也警示攻击者自身在供应链和工具管理上的疏忽可能带来的反噬。

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

Security 安全 Research 科学研究