A malware operator left its delivery server wide open, and Rapid7 pulled down the whole toolkit: 1,048 files spanning lure templates, filename-spoofing tests, execution experiments, droppers, builder notes, and two campaign chains. One was already live against Windows users in Mexico, delivering an infostealer through a fake government ID-lookup site over WebDAV.
What makes it more than a payload dump: it caught the operation mid-build. Testing notes, failed experiments, documentation, and live delivery logs sat in one place, the kind of complete development trail defenders rarely see.
Rapid7 reads the artifacts, down to a hardcoded path pointing at an open-source AI coding tool, as an operator using generative AI to produce, test, and document phishing delivery at speed.
The most developed test set focused on CVE-2025-33053 (CVSS 8.8, now in CISA’s KEV catalog), the WebDAV working-directory hijack Check Point documented last year in its Stealth Falcon reporting.
The operator appeared to be reproducing it. The technique abuses a .url shortcut to launch a legitimate signed Windows binary while pointing its working directory at an attacker-controlled WebDAV share. In the original attack, the shortcut launched iediagcmd.exe, an Internet Explorer diagnostics tool that starts helpers like route.exe by bare filename; with the working directory pointed at the remote share, Windows loads the attacker’s route.exe from WebDAV instead of the real one in System32.
The operator’s own README claims this runs with no SmartScreen or Mark-of-the-Web warning, “WITHOUT any security warnings. Zero alerts!” Microsoft patched the flaw in June 2025.
The notes mirror Check Point’s writeup closely enough that one recovered README preserved the exact summerartcamp[.]net@ssl@443\DavWWWRoot\OSYxaOjr example path from the original report. Then the operator scaled the testing.
One “comprehensive test kit” expanded the single technique into 59 .url files aimed at other signed binaries: .NET tools like InstallUtil and RegAsm, LOLBAS entries, even UAC-bypass candidates, each with a written theory of why the hijack should work and a tiered testing order.
The notes treat these as candidates to probe one by one, not confirmed hijacks, and the operator built the set for a concrete reason: the original trick breaks on Windows 11 24H2, where Internet Explorer, and so iediagcmd.exe, is gone. The directory also held smaller test sets for two other file-handling flaws, the MSHTML bypass CVE-2026-21513 and the NTLM-leak CVE-2025-24054, but the WebDAV hijack was the main event.
The tell is in the paperwork. Rapid7 says the READMEs, lure-generation guides, matrix-style test write-ups, and a _MAPPING.csv tying each test file to its target binary carry the templated formatting, verbosity, and emoji-heavy structure it associates with LLM output.
It reads the phishing site’s emoji-laden JavaScript the same way. The Russian comments and folder names, one called testik (a diminutive of “test”), place the operator in a Russian-speaking context but don’t identify them. Rapid7 attributes the operation to an LLM-assisted workflow, likely built with help from Coderrr, which it renders “CodeRRR.”
The Hacker News confirmed the repository is public as of July 20, 2026: a general-purpose, open-source AI coding agent inspired by Claude Code, GitHub Copilot CLI, and Cursor, not attacker-specific tooling. Rapid7’s summary is blunt: “the attacker used LLMs to operate more like a modern software product team.”
The operator even left the delivery panel, an admin tool called Simba Service, sitting on the same server with its default port and credentials unchanged.
An active campaign targeting Mexican users
The MDR alert traced back to gobf[.]mx, a typosquat of the government’s CURP national-ID lookup, which served victims a fake record-retrieval page whose download button fired a search-ms: query. That opened the operator’s WebDAV share as a Windows Explorer search filtered to .scr files.
The most-delivered lure looked like a CURP PDF report but was a .scr executable, its filename flipped with a right-to-left override to read as a PDF. It was an Inno Setup installer that unpacked a loader and ran a .NET infostealer entirely in memory, hollowed into a signed Qihoo 360 process.
The stealer grabbed cryptocurrency wallets, browser credentials, session cookies, and Telegram sessions. A second campaign directory, DlrtyGames, took a different route, sideloading a trojanized DLL through a signed Ubisoft binary to drop a modular .NET RAT.
Over roughly 5.5 days (June 20 to 26, 2026 UTC), the delivery panel logged 77,098 requests from 3,892 unique IPs across 101 countries, with Mexico alone driving 82.5% of traffic and 96.9% of launch activity. A single CURP lure accounted for 2,384 of the 2,441 launch events, about 97.7%.
That figure measures delivery reach, not infections: Rapid7 counts a “launch event” when the panel sees a client request or opens an executable from the share, not a confirmed run on an endpoint, and the traffic from the US and Germany looked more like scanning than victims. The activity also clustered in Mexican working hours, consistent with real users rather than automated scanners.
For defenders, the June 2025 patch closed the original iediagcmd.exe path, but the 59-file kit shows the operator hunting other signed binaries that behave the same way. Rapid7 has published indicators for both campaigns, including C2 addresses and file hashes, on its GitHub; block those first.
For what the IOCs miss, watch the behavior the alert first caught: the WebClient service starting and davclnt.dll reaching a remote host, a signed binary spawning a child whose image path sits on a WebDAV or UNC share, and filenames using RTLO (U+202E), double extensions, or padding before .exe or .scr.
The Hacker News has reached out to Rapid7 for clarification on the final payload identification and the current status of the exposed infrastructure, and will update this story with any response.
The delivery burst was short-lived, cooling after June 24. What lasts is the method: an operator wired commodity AI coding tools, never built for the job, into a repeatable pipeline for producing and testing phishing delivery, ready to point at the next target.
