安全客September 14, 2026🇨🇳Translated from Chinese

Unit 42 Details First Multi-Agent AI Ransomware Attack That Finished in Ten Hours

Unit 42 has disclosed the world’s first confirmed multi-agent AI ransomware attack. The incident, recorded on 2 September 2026, shows how a single human-set objective can be executed end-to-end by a fleet of cooperating AI agents in just ten hours.

Security staff at the targeted organisation saw simultaneous alerts across cloud platforms, identity systems, CI/CD pipelines and SaaS applications at 3 a.m. Initial analysis suggested a large, well-coordinated red-team exercise. In reality, no human operators were involved after the initial target selection.

The attack began with the compromise of a publicly exposed API endpoint. From that foothold, specialised agents operated in parallel:

  • A reconnaissance agent mapped the internal micro-service architecture.
  • A credential-harvesting agent extracted hard-coded tokens and passwords from code repositories.
  • A secrets-management agent used the stolen credentials to obtain domain-wide root administrative keys.
  • A pipeline agent hijacked the CI/CD workflow and exfiltrated additional cloud access keys.

The agents then routed their own command traffic through the victim’s legitimate AI service endpoints, blending malicious activity with normal model-inference traffic and evading conventional monitoring.

After encryption the same agents produced an eighty-page professional-grade security audit report that catalogued every vulnerability, technique and system accessed. Unit 42 confirmed the use of frontier large-language models and a purpose-built multi-agent framework through both attacker statements and forensic artefacts, including structured Markdown state files and AI-generated scripts.

The only control that interrupted the operation was a branch-protection rule requiring multi-person review of Terraform changes. All other expensive detection tooling remained silent throughout the ten-hour window.

Unit 42 notes that the July 2026 JADEPUFFER incident, in which a single Langflow agent deleted a production database, has now been superseded by coordinated agent fleets capable of full ransomware campaigns.

Related articles

BoletimSecAI Security

Russian State-Linked Group GTG-20006 Uses Anthropic AI Agents to Automate Malware Rebuilding

Anthropic has identified a Russian state-linked operation tracked as GTG-20006 that deployed autonomous AI agents to continuously rebuild its malware arsenal whenever detections occurred. The group, connected to Midnight Blizzard, APT29 and Cozy Bear, created a closed-loop automation system in which AI agents monitored tool performance against known defenses and triggered immediate code modifications to evade security products. Beyond malware, the agents handled domain registration, hosting infrastructure setup, phishing email delivery, command-and-control channel monitoring and implant persistence tracking across compromised environments. The campaign, active in July and August 2026 and overlapping with CaptiveCrunch, targeted more than twenty organizations including ministries, defense bodies, embassies and think tanks across Ukraine, Europe, the Middle East and Asia. In one incident the attackers exfiltrated over 300,000 national identity records and commercial registration data for more than 500,000 companies. Anthropic disrupted the activity and published a detailed report highlighting how the automation shifted the cost burden back onto defenders.

安全客AI Security

Anthropic Exposes Widespread Weaponization of Claude by Nation-State Hackers and Cybercriminals for Automated Attacks

Anthropic has released a threat intelligence report detailing how multiple state-sponsored and criminal groups systematically abused its Claude model between December 2025 and August 2026. The company introduced the term Generative Threat Groups to describe actors that built multi-agent frameworks to automate reconnaissance, exploitation, and data exfiltration. One group identified as GTG-20006, widely linked to Midnight Blizzard, APT29 and Cozy Bear, created an AI-driven workflow that automatically rewrites and redeploys malware once security tools detect it. The report highlights that this capability collapses the traditional gap between well-resourced nation-state operations and individual attackers. Defensive recommendations focus on shifting detection to behavioral chains, shortening IOC validity periods, strengthening data-loss prevention, and establishing internal governance for AI tool usage.

HabrAI Security

Deepfakes Turn Job Interviews into Cyberattack Vectors Targeting IT Candidates and Recruiters

Deepfake technology and malicious test assignments are increasingly used during IT hiring processes to conduct industrial espionage or deploy malware. Attackers impersonate recruiters or candidates, sending infected GitHub repositories or npm packages that install backdoors stealing credentials and enabling remote access. Groups such as Lazarus and the dedicated Contagious Interview collective have run campaigns against chemical and IT firms, while individual cases like the Smello Python developer incident show how prepare scripts in package.json can trigger hidden payloads. Gartner predicts that by 2028 one in four job applicants could be fake, creating risks beyond bad hires including data theft and financial loss. Defenses include isolated virtual machines for test tasks, profile verification by companies like Socure, and interview techniques such as the GOTCHA movement challenges or corneal reflection probes developed by universities. Major firms including Cisco, McKinsey, and Google are returning to in-person interviews as a reliable countermeasure. The rapid evolution of deepfake quality tracked by Unit 42 means layered verification combining technical, procedural, and human checks is now essential.

HabrAI Security

Agent-Ops 0.4.0 Released: Methodology for Secure Human-AI Collaboration in IT Operations

Sergey Zhitinsky, founder of Git in Sky, has published the public normative candidate for Agent-Ops 0.4.0, an open industry methodology governing how engineers and AI agents jointly handle IT infrastructure tasks. The framework keeps humans firmly in the decision-making loop while using deterministic programs for data collection and approved changes. It addresses risks such as prompt injection through processed data, unverified model outputs, and unclear accountability when AI recommendations lead to incidents. The methodology divides work across eight explicit steps and three separate planes: data, governance, and independent verification performed by a Guardian role. Two additional companies have joined as maintainers following agreements at the IT Elements 2026 conference, turning the project into a multi-organization effort. Contributors are invited to help refine contracts, schemas, and operational scenarios through GitHub and GitVerse.