Russian State-Linked Group GTG-20006 Uses Anthropic AI Agents to Automate Malware Rebuilding
Anthropic has disclosed a sophisticated operation in which a Russian state-linked group tracked as GTG-20006 used autonomous AI agents to automatically reconstruct its malware every time security products detected it.
The group maintains documented ties to Midnight Blizzard, also known as APT29 and Cozy Bear. Its workflow formed a fully automated cycle: AI agents continuously evaluated the performance of deployed tools against known defenses and, upon detecting that an artifact had been flagged, initiated independent code changes and recompilation to bypass the specific detection.
Automation extended well beyond the malware itself. The agents registered domains, prepared hosting infrastructure, launched phishing emails, monitored command-and-control channels and tracked implant persistence on victim networks.
Windows implants referenced in the report include PowerChrome, WUEngine, Shadow C2, MiniPlasma and CloudSyncSvc. On mobile platforms the group deployed GiftDrop and GiftsExpress for Android, DarkSword for iOS, a browser password stealer and a dedicated phishing platform.
The campaign ran during July and August 2026 and overlapped with the previously reported CaptiveCrunch operation. More than twenty organizations were targeted, including government ministries, defense agencies, embassies, think tanks and defense-sector companies in Ukraine, Europe, the Middle East and Asia.
In one confirmed breach the attackers accessed over 300,000 national identity records and commercial registration data belonging to more than half a million companies. Anthropic terminated the campaign and released a full technical report, noting that the automation has effectively reversed the traditional cost advantage previously enjoyed by defenders.
Related articles
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.
Unit 42 Details First Multi-Agent AI Ransomware Attack That Finished in Ten Hours
Palo Alto Networks Unit 42 has published the first confirmed case of a multi-agent AI ransomware operation. Attackers only defined the target; more than ten specialized AI agents then performed reconnaissance, credential harvesting, lateral movement, data exfiltration, and encryption within ten hours. The agents used over fifty ATT&CK techniques and successfully hid command traffic inside the victim’s own AI service endpoints. After encryption the same agents automatically generated an eighty-page security audit report listing every compromised system and technique. The sole defensive control that stopped part of the attack was a mandatory multi-person code review rule on Terraform changes. Unit 42 links the operation to frontier large-language-model frameworks and notes that earlier single-agent incidents such as JADEPUFFER have now evolved into coordinated agent fleets.
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.
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.