By NHI Mgmt Group Editorial TeamDomain: Breaches & IncidentsSource: XbowPublished November 18, 2025

TL;DR: GTG-1002 showed AI can drive most of an intrusion lifecycle on its own, pushing human-led pentests and scanners beyond their limits, according to Xbow and Anthropic. The implication is straightforward: teams need safe, autonomous testing loops that mirror attacker speed, not annual assessments that miss chained failures.


At a glance

What this is: This is an independent analysis of AI-powered attack simulation and how GTG-1002 changes expectations for offensive testing depth.

Why it matters: It matters to IAM practitioners because AI-driven intrusion patterns increasingly intersect with credentials, access paths, and runtime trust assumptions that identity programmes must be able to test.

By the numbers:

👉 Read Xbow's analysis of AI-powered attack simulation and GTG-1002


Context

AI-powered attack simulation matters because the old assumptions behind periodic pentesting no longer fit how modern intrusion chains unfold. When an attack can progress through reconnaissance, hypothesis generation, exploitation, and validation at machine speed, traditional point-in-time testing misses the operational reality that defenders have to govern. This is especially relevant to identity security because access paths, service accounts, API keys, and runtime trust are often what make exploit chains durable.

GTG-1002 is a useful signal because it moves the discussion from AI-assisted tooling to AI-driven intrusion execution. The governance problem is not only whether organisations can detect an attack, but whether their security programme can reproduce adversary depth safely enough to expose weak access controls, over-trust in runtime behaviour, and gaps in secret handling before those flaws are used against them.


Key questions

Q: How should security teams defend against AI-assisted attack chains in production environments?

A: They should assume that attackers can generate fresh tooling, pivot quickly, and test multiple paths after first access. The answer is not only better alerts. It is continuous attack-path testing, rapid containment of exposed credentials and sessions, and segmentation that prevents a small foothold from becoming broad access.

Q: Why do traditional pentests miss AI-driven intrusion patterns?

A: Traditional pentests are usually time-bounded and human-limited, so they struggle with long chains of small decisions that only become exploitable after repeated iteration. AI-driven attacks can keep exploring without fatigue, which means the defender needs testing that preserves context across steps and validates whole attack paths, not just isolated vulnerabilities.

Q: What do teams get wrong about autonomous security operations?

A: Teams often confuse speed with control. A system can act quickly and still be governance-poor if it cannot justify its recommendations, show its evidence trail, or remain within a bounded response scope. The right question is not whether it works fast, but whether its decisions are accountable.

Q: What should organisations do when AI-powered attack simulation finds validated flaws?

A: Triage the result as an attack path, not a simple bug ticket. Confirm the affected asset owners, remove the assumption that the path is theoretical, and track remediation to closure with evidence that the chain is broken. If the path crosses identity or secret boundaries, treat those controls as part of the fix.


Technical breakdown

How AI-driven attack loops chain reconnaissance into exploitation

AI-powered intrusion testing works by breaking a complex attack into many small, machine-executed decisions. Reconnaissance, hypothesis generation, exploit selection, and validation can all run iteratively, with each step informing the next. That matters because many vulnerabilities only become exploitable when several small observations are combined. A human pentester may stop at a weak signal; an AI system can keep searching until it finds a working path. The real architectural difference is persistence at scale, not just speed. In practice, that means the testing system needs enough context from code, runtime behaviour, and results to keep refining the attack plan without losing coherence.

Practical implication: validate attack depth with iterative, stateful testing rather than relying on one-pass scanners.

Why hybrid static and dynamic testing finds what scanners miss

Static analysis tells you where risky code may exist. Dynamic testing tells you whether the issue actually behaves like an exploit in the live system. The value of combining them is that code clues can direct runtime probing, and runtime responses can confirm or disprove the hypothesis. That reduces false positives and exposes multi-step chains that neither method can prove alone. For identity-linked systems, this is especially important when access decisions depend on configuration, secrets, or service-to-service trust. An AI loop can move from a suspicious function or endpoint to a working exploit path far more effectively than a tool that only flags pattern matches.

Practical implication: pair source-code understanding with live validation when testing identity-dependent application paths.

How safe autonomous testing should be contained

An autonomous testing loop is only useful if it is constrained like a security control, not treated like an unrestricted agent. Scope, environment isolation, telemetry, and result handling all need to be explicit because the same reasoning that finds flaws can also create operational risk if it is pointed at the wrong assets. A safe design keeps the system inside approved boundaries, records each action, and routes validated findings to the teams that own remediation. For practitioners, the key point is that AI testing should be governable as part of the security programme, with clear authorization and traceability rather than informal experimentation.

Practical implication: define containment, approval, and logging controls before running autonomous security testing.


Threat narrative

Attacker objective: The objective is to turn weak signals into a working exploit chain that reaches validated impact before defenders can respond.

  1. Entry begins with AI-assisted reconnaissance that continuously maps exposed code paths, runtime behaviour, and plausible exploit surfaces.
  2. Escalation occurs when the testing loop chains many small observations into a validated exploit path instead of stopping at a single finding.
  3. Impact is the discovery of reproducible, high-confidence vulnerabilities that defenders can fix before attackers weaponise them.
  • Cisco DevHub NHI breach — IntelBroker exploited exposed Cisco credentials, API tokens and keys in DevHub.
  • DeepSeek breach — DeepSeek breach exposed 1M+ log lines and sensitive secret keys.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

AI-powered intrusion depth is now a governance problem, not just a tooling problem. Once an attack chain can be iterated by machine reasoning, the question shifts from whether a scanner can find a bug to whether the programme can prove real exposure before an adversary does. That changes how teams think about validation, assurance, and the limits of periodic testing. Practitioners should treat autonomous testing depth as a control objective, not a lab curiosity.

Identity and access assumptions are now part of the attack surface being tested. When AI can chain runtime observations into exploit paths, weak service-to-service trust, exposed secrets, and over-permissive credentials become easier to weaponise. That is where NHIMG's lens matters: access governance, secrets management, and non-human identity controls are not adjacent to AI-powered testing, they are part of the environment being challenged. Practitioners should expect AI-driven tests to surface identity failures that conventional app security workflows miss.

Hybrid static-dynamic analysis creates a more realistic model of how attackers work. The central lesson is not that every team needs the same tool, but that exploit discovery now benefits from code awareness and live validation operating together. This sharpens the case for security programmes that can translate code-level signals into runtime assurance. Practitioners should align testing methods to actual attack mechanics, not to the limitations of single-purpose scanners.

Autonomous testing will widen the gap between exposed systems and provable resilience. AI can explore more branches, more quickly, and with less fatigue than human-led assessments, which means teams that still rely on ad hoc testing will accumulate unseen risk. The named concept here is testing depth asymmetry: attackers or defenders using machine reasoning can explore far more of the state space than legacy assurance processes. Practitioners should close that asymmetry with repeatable, governed testing loops.

Safe AI testing needs the same discipline as privileged access. The article's core operational lesson is that autonomous testing must be scoped, isolated, and traceable because the system is effectively acting with delegated security authority. That creates a governance overlap with PAM, NHI controls, and change management even when the target is an application rather than an identity platform. Practitioners should manage autonomous test agents as controlled security actors, not as informal utilities.

From our research:

  • 80% of identity breaches involved compromised non-human identities such as service accounts and API keys, according to Ultimate Guide to NHIs.
  • 91.6% of secrets remain valid five days after the targeted organisation is notified, showing a critical gap in remediation procedures.
  • A deeper view of lifecycle failure is available in 52 NHI Breaches Analysis, which connects exposed credentials to real-world breach paths.

What this signals

AI-powered attack simulation will push security teams to measure resilience by exploit depth, not by scan coverage. That shift matters because the systems most likely to fail first are the ones where secrets, service accounts, and runtime trust are already weak, and those are exactly the control points that identity programmes own.

Testing depth asymmetry: defenders now need to assume that machines can explore attack paths faster than their current assurance model can review them. The programme response is to tighten the link between identity controls, application testing, and remediation evidence so that validated findings flow directly into governance decisions.

If your environment already depends on exposed secrets or loosely governed non-human identities, autonomous testing will surface the same weaknesses attackers would find. The practical signal is simple: teams should expect more findings where access governance and application behaviour overlap, and they should prepare remediation workflows that can handle chain-based evidence, not just single defects.


For practitioners

  • Define an isolated test environment Run autonomous attack simulation only in environments that mirror production logic without exposing live customer, identity, or secret stores. Keep scope boundaries explicit and document what the testing loop may and may not touch.
  • Combine code review with runtime validation Use source-aware testing to identify likely weak points, then confirm exploitability in the live build or a faithful replica. That approach is what turns speculation into validated findings and avoids over-reliance on scanner output.
  • Treat AI test orchestration as a controlled security capability Assign ownership, logging, approval, and rollback procedures to the autonomous testing workflow so its actions remain auditable. If the testing system can chain decisions, it needs governance similar to other privileged security functions.
  • Prioritise realistic exploit chains over isolated findings Score results by whether they form a credible path to impact, not by whether they trigger a single vulnerability alert. That helps teams focus remediation on attack paths that matter operationally.

Key takeaways

  • AI-powered attack simulation changes the benchmark from finding vulnerabilities to proving exploit chains safely.
  • Identity weaknesses remain central because service accounts and API keys often sit inside the same paths that autonomous tests can validate.
  • Teams that want credible assurance need governed, code-aware, runtime-validated testing rather than periodic scanner-driven reviews.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

MITRE ATT&CK and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and NIST AI RMF set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
MITRE ATT&CKTA0003 , Persistence; TA0006 , Credential Access; TA0008 , Lateral MovementThe article centres on chained attack execution and exploit validation.
NIST CSF 2.0DE.CM-1Continuous testing and monitoring align with detection coverage against emerging attack paths.
NIST SP 800-53 Rev 5SI-2Validated exploit findings drive timely remediation of software flaws and weak configurations.
NIST AI RMFMANAGESafe autonomous testing requires explicit governance, containment, and accountability.
OWASP Agentic AI Top 10Agentic execution and tool use are central to the article's AI-driven attack simulation model.

Use agentic AI guidance to bound tool access, output handling, and action authorization in testing loops.


Key terms

  • AI-powered attack simulation: A testing approach that uses machine reasoning to emulate adversary behaviour across multiple steps of an intrusion chain. It goes beyond simple vulnerability scanning by iterating through reconnaissance, exploit development, and validation inside a controlled scope.
  • Testing depth asymmetry: The gap between how deeply an attacker can explore a system and how far a defender's assurance process can realistically test it. When AI can iterate quickly across many branches, shallow assessments stop being enough for meaningful risk judgement.
  • Hybrid static-dynamic testing: A method that combines source-code or static analysis with live runtime validation. The static layer identifies likely weak points, while the dynamic layer confirms whether those issues are exploitable in the real application or environment.
  • Autonomous Pentesting: Autonomous pentesting is the use of software agents to perform parts of an offensive security workflow with limited human direction. It combines target selection, testing, and follow-on reasoning so teams can validate exposure at scale while still requiring strict governance over scope and outputs.

What's in the full article

Xbow's full post covers the operational detail this analysis intentionally leaves for the source:

  • Step-by-step examples of the autonomous testing loop, including reconnaissance, exploit hypothesis generation, and validation stages.
  • Concrete write-ups of the Apache Druid zero-day and the 48-step blind SSRF chain, including the reasoning path behind each finding.
  • Details on how static analysis and dynamic testing are combined to reduce false positives and confirm exploitability.
  • The live session walkthrough covering access setup, scope definition, and sample findings for teams that want implementation context.

👉 Xbow's full post covers the autonomous testing flow, real exploit examples, and the live walkthrough details.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It helps practitioners connect identity control design to broader security assurance and remediation workflows.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 11, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org