AI is now embedded across the cyber intrusion lifecycle

A new threat-intelligence report says AI is no longer just a tool attackers use to write malware. According to Gambit Security's "AI Across the Intrusion Lifecycle," large language models are now folded into the day-to-day mechanics of real intrusions, helping operators adapt as they move through compromised networks. The report, written by Gambit Director of Threat Intelligence Eyal Sela and researcher Nir Varon, examines three unrelated threat actors. Across the cases, the models built script

2 min
AI is now embedded across the cyber intrusion lifecycle

A new threat-intelligence report says AI is no longer just a tool attackers use to write malware. According to Gambit Security's "AI Across the Intrusion Lifecycle," large language models are now folded into the day-to-day mechanics of real intrusions, helping operators adapt as they move through compromised networks.

The report, written by Gambit Director of Threat Intelligence Eyal Sela and researcher Nir Varon, examines three unrelated threat actors. Across the cases, the models built scripts tailored to the environments they found, developed exploitation tools, sorted through stolen business data, ran IT and DevOps tasks, and repeatedly rewrote commands based on what the compromised systems returned.

A ransomware operator put Claude Code inside the attack loop

Illustration of an AI assistant mapping high-value systems inside a compromised network

In the most detailed case, a suspected ransomware operator used Claude Code across intrusions into six organizations in June 2026, which Gambit also linked to two earlier compromises. The victims spanned industries and countries: an Australian energy utility, a financial services firm in Mauritius, businesses in South Africa, Thailand and Malaysia, and several organizations in the United States. Gambit attributed the activity with medium confidence to an affiliate of the Gentlemen ransomware-as-a-service operation.

What stood out was the breadth of the AI's role. The attacker used Claude Code for reconnaissance, to generate exploitation commands and malicious scripts, to modify firewall policies, to map internal systems, and to flag which machines deserved attention: domain controllers, file servers, backup infrastructure. Once credentials were in hand, the model helped interpret reconnaissance data and locate production data inside a financial platform's databases.

The broader shift

Gambit's cases line up with a wider trend Anthropic documented. In an analysis released alongside its MITRE ATT&CK mapping, Anthropic reviewed 832 accounts tied to malicious cyber activity between March 2025 and March 2026 and found AI use spanning all 14 tactics in the framework. The share of actors it rated medium risk or higher climbed from 33 percent to 56 percent between the first and second halves of that window.

The difference from earlier AI-enabled crime is the role of the model. Instead of only drafting a phishing email or a piece of malware, these systems act more like a responsive technical aide that stays engaged as the operation unfolds, troubleshooting and redirecting in real time.

Sources

Gambit Security, "AI Across the Intrusion Lifecycle" (Aug 2026): https://gambit.security/blog-posts/ai-across-the-intrusion-lifecycle

Unite AI, "Gambit Security's 'AI Across the Intrusion Lifecycle' Shows How AI Is Moving Deeper Into Real-World Cyberattacks": https://www.unite.ai/gambit-securitys-ai-across-the-intrusion-lifecycle-shows-how-ai-is-moving-deeper-into-real-world-cyberattacks/

Anthropic, "AI-enabled cyber threats and MITRE ATT&CK": https://www.anthropic.com/news/AI-enabled-cyber-threats-mitre-attack

Written by

More to read

  • Meta Prepares Consumer AI Agent 'Hatch' and October Launch for 'Watermelon' Frontier Model

    Meta Platforms is preparing to roll out an autonomous consumer AI agent codenamed Hatch in late August or early September, followed by the planned release of its next flagship foundation model, codenamed Watermelon, in October 2026. The initiatives, first reported by The Information, highlight Meta's dual-track approach to commercialize autonomous software workflows while scaling foundation model training compute to compete directly with frontier offerings from OpenAI and Anthropic. Consumer

    1 min
  • Continuous LLM Performance Profiling in Production: Roofline Models, Model FLOPs Utilization, Model Bandwidth Utilization, and Hardware Bottleneck Diagnostics

    Evaluating the runtime performance of large language model serving infrastructures requires looking beyond raw GPU metrics. Standard operating system utilities such as nvidia-smi report high GPU utilization percentages whenever compute cores or memory controllers are active, masking critical inefficiencies in memory access, communication, and kernel scheduling. A serving node running single-stream autoregressive decoding can report 100% GPU utilization while operating at less than 2% of the hard

    1 min
  • Latent Reasoning in Large Language Models: How Continuous Thoughts and Recurrent Hidden States Bypass Discrete Tokenization

    Standard autoregressive language models solve multi-step reasoning tasks by generating explicit verbal scratchpads. Under the Chain-of-Thought (CoT) paradigm formalized by Wei et al. (2022), a Transformer expands its effective computational depth by emitting intermediate natural language tokens into the prompt context. Each emitted token provides an additional forward pass through the network's layers, transforming reasoning into a sequence of left-to-right text predictions. While language-base

    1 min