AI-Automated Campaign Targeting Online Retailers
A Chinese-speaking threat actor is leveraging a triad of autonomous AI agents (Strix, Cairn, and Hermes) to conduct vulnerability research, exploitation, and data exfiltration against hundreds of online retail platforms.
Since July 2026, a financially motivated, Chinese-speaking threat actor has been utilizing an advanced autonomous AI-driven attack stack to target online retailers. The campaign employs three specific AI harnesses to automate the attack lifecycle: Strix for vulnerability research, Cairn for attack orchestration, and Hermes for persistent management and tactical execution. The threat actor focuses on identifying vulnerabilities in custom web application code, often achieving full access within hours of initial contact.
The operation has achieved significant impact, compromising hundreds of entities and exfiltrating over 600,000 credit card records from at least two retailers. The attackers demonstrate advanced persistence capabilities, utilizing custom AI-generated skills to manipulate database contents, delete backups, and deploy skimmer scripts via diverse injection vectors, including cron jobs within JBoss environments and malicious script tags in web checkout bundles. The use of automated AI tooling allows the actors to operate at a marginal cost, scaling their operations against a wide range of retail targets.
Attack Chain
- Target identification using website traffic ranking services to select shops running custom code.
- Vulnerability hunting performed by the 'Strix' AI harness via automated probing against targeted hosts.
- Attack orchestration and exploitation path selection handled by the 'Cairn' autonomous penetration testing engine.
- Initial access gained through identified web application vulnerabilities or the use of pre-existing stolen administrator credentials.
- Persistence establishment via the 'Hermes' agent, which executes automated tasks like cron job creation in JBoss log directories or modifying Kubernetes initContainers.
- Data exfiltration of credit card records directly from the target's database, followed by automated cleanup of evidence using agent-specific skills.
- Injection of skimmer scripts into checkout pages, often using redundant persistence mechanisms to ensure the script persists after application redeployments.
Impact
The campaign has impacted at least hundreds of online retailers, with concrete evidence of 600,000+ credit card records stolen, 488,000 of which originated from US-based victims. Targeted sectors include fashion retail, hospitality, industrial supply distribution, and airline services. If successful, the attacker gains full control over checkout processes, facilitating long-term financial fraud and the potential for complete data destruction through the agentic deletion of backups and database staging tables.
Recommendation
- Monitor web server logs and checkout page bundles for unauthorized script tag injections or changes to JavaScript files.
- Implement strict monitoring for new, unauthorized cron jobs created within application directories, specifically targeting JBoss or similar middleware environments.
- Conduct an audit of all administrative credentials for web retail platforms, rotating any passwords that have been exposed or are shared across multiple services.
- Hunt for anomalous outbound traffic from application servers, as the autonomous agents require external connectivity to orchestrate tasks.
- Harden database access controls to prevent unauthorized execution of deletion or exfiltration queries via compromised application identities.
Immediate actions
Review web checkout bundles for unauthorized script injections.
Audit cron jobs and scheduled tasks for unexpected entries in application directories.
Threat Hunt
Search for automated, burst-like probing patterns originating from unfamiliar IP infrastructure.
Data: Web server access logs
Mitigations
Implement Content Security Policy (CSP) to restrict allowed domains for script execution.
Skimmer script injection