Subscribe to the Non-Human & AI Identity Journal

Agentic attacker

An agentic attacker is an AI-driven system that can choose actions, adapt to feedback, and progress through an intrusion chain with limited human intervention. In security terms, it behaves less like a fixed script and more like an operator that can reason, pivot, and exploit opportunities as they appear.

Expanded Definition

An agentic attacker is not just malware with automation bolted on. It is a system that can evaluate partial results, change tactics, and continue an intrusion path with limited human steering. That makes the term especially relevant in AI security, where the attacker may use planning, tool use, retrieval, and feedback loops to move from reconnaissance to execution. The distinction from scripted automation matters: a script follows a predefined path, while an agentic attacker can select among options when conditions change.

Industry usage is still evolving, but most serious definitions now align with the threat-oriented language used in the MITRE ATLAS adversarial AI threat matrix and the governance perspective in the NIST AI Risk Management Framework. In practice, the term covers attack systems that can chain prompts, tools, stolen secrets, and external services into an adaptive intrusion workflow. The most common misapplication is calling any automated scanner or batch phishing tool “agentic” when it only executes fixed steps and cannot respond meaningfully to defender actions.

Examples and Use Cases

Implementing defenses against agentic attackers rigorously often introduces more monitoring, tuning, and decision overhead, requiring organisations to weigh operational speed against deeper detection and containment.

  • An AI-driven reconnaissance workflow that starts with public-source collection, then pivots to credential harvesting when initial targets are inaccessible, rather than stopping at the first blocked request.
  • A phishing chain that adapts its language after failed delivery attempts and changes lures based on mailbox responses, reflecting the kind of behaviour discussed in the Anthropic — first AI-orchestrated cyber espionage campaign report.
  • An intrusion assistant that tests multiple exploit paths, selects a working payload, and then uses the resulting foothold to discover internal assets and move laterally.
  • An attacker that queries exposed APIs, reuses leaked tokens, and adjusts tool calls when rate limits or validation errors appear, which is why the OWASP Agentic AI Top 10 is useful for framing application-side exposure.
  • A threat emulation scenario where defenders map the attacker’s stages to MITRE ATT&CK Enterprise Matrix tactics to test whether detection gaps appear when the intruder changes route mid-operation.

Why It Matters for Security Teams

Agentic attackers change the defensive problem from “spot the malicious action” to “spot the malicious objective.” That shift matters because detection rules built for single-step malware, static phishing, or one-shot exploit attempts can miss adaptive behaviour that spreads across time, identities, and tools. Security teams need to think in terms of intent, kill-chain progression, and control-plane abuse, not only indicators of compromise. The concept also intersects with identity security: once an attacker can steal, test, and reuse secrets, it can behave like a human operator inside IAM, PAM, and NHI environments, especially where short-lived credentials or delegated tokens are poorly monitored. Guidance from the CSA MAESTRO agentic AI threat modeling framework and NIST SP 800-53 Rev 5 Security and Privacy Controls helps organisations translate the term into governance, logging, access control, and response expectations. Organisations typically encounter the practical reality of an agentic attacker only after an intrusion keeps adapting despite blocks, at which point containment becomes an active hunt rather than a simple cleanup.

Standards & Framework Alignment

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

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

Framework Control / Reference Relevance
NIST AI RMF AI RMF frames governance for adaptive AI risks tied to this term.
OWASP Agentic AI Top 10 Covers agentic application threats that attacker models exploit.
MITRE ATLAS Defines adversarial AI tactics and techniques relevant to agentic attackers.
NIST CSF 2.0 DE.CM-1 CSF monitoring supports detection of adaptive attacker activity.
NIST SP 800-53 Rev 5 AC-6 Least privilege limits what an adaptive attacker can do with stolen access.

Map attacker behaviors to agentic-app threat categories and harden exposed tools.