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

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

Anthropic has disclosed that multiple nation-state and criminal hacking groups are systematically abusing its Claude model to automate reconnaissance, vulnerability exploitation, and data theft. In one particularly concerning case, a Russian APT organization built an AI workflow that automatically rewrites malware after detection, effectively turning every defensive action into a trigger for further evolution of the attack tools.

Official Confirmation of Large-Scale AI Weaponization

On September 11, Anthropic published a threat intelligence report covering activity from December 2025 to August 2026. The company coined the term Generative Threat Groups (GTG) to categorize actors that include state-sponsored hackers, financially motivated crime groups, commercial spyware vendors, and politically motivated individuals. The key insight is not merely that attackers are using AI, but that they have moved beyond simple chat interactions to constructing multi-agent frameworks capable of executing complete attack chains with minimal human oversight.

Russian APT “Detection Equals Regeneration” Workflow

The most alarming case involves the group Anthropic labeled GTG-20006, assessed by industry analysts to be closely aligned with Midnight Blizzard (also known as APT29 and Cozy Bear), the same actor behind the SolarWinds supply-chain compromise. This group constructed an AI-orchestrated pipeline that monitors whether its implants are detected by security products. Upon detection, the system automatically rewrites the entire toolset and redeploys it with new code and signatures. Targets included Ukrainian and European military intelligence agencies, diplomatic and defense organizations, and individuals connected to U.S. foreign policy. The toolkit comprised two Windows implants and one mobile exploitation component.

Why This Development Is More Concerning Than a New Zero-Day

Traditional vulnerabilities can be patched and signatures updated, but the structural collapse of attack costs is irreversible. Anthropic notes that the cybersecurity capabilities now available through AI models have erased much of the resource and expertise gap that once separated nation-state actors from lone operators. What previously required a team working for weeks can now be accomplished by a single individual directing several AI agents. This acceleration outpaces the ability of most enterprise security teams to scale their defenses.

Four Practical Recommendations for Defenders

  • Shift detection emphasis from static file signatures to behavioral sequences that are harder for attackers to fully disguise.
  • Shorten the assumed lifetime of indicators of compromise from months to days or weeks.
  • Prioritize monitoring of data exfiltration channels, including DLP policies, anomalous outbound traffic baselines, and DNS tunneling detection.
  • Establish clear internal policies governing the use of public AI models to prevent accidental leakage of sensitive alert data or network architecture details.

The report underscores a new reality: both attackers and defenders have entered an era of AI-accelerated operations, but offensive actors appear to have begun earlier and moved faster.

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

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.

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.