Agentic AI cyber attacks and defense
Back to Blog
AI Security

Agentic AI in Cyber Attacks and Defense

PublishedJune 5, 2026
Read time10 min read
Share
Originally reported viaOWASP Top 10 for LLMs / Simon Willison's Weblog

In 2025, the security community focused heavily on prompt injection against chatbots. In 2026, the threat has evolved substantially: attackers are deploying autonomous AI agents — systems that browse the web, execute code, read and write files, and call external APIs — as force multipliers for reconnaissance, phishing generation, and lateral movement.

How attackers are weaponising AI agents

Furix has documented three primary offensive use patterns: AI-assisted spear-phishing at scale, autonomous vulnerability scanning that chains reconnaissance with payload selection, and real-time defensive evasion where agents mutate malware signatures to stay below EDR detection thresholds.

Critical blind spot
Most enterprise AI agent deployments have no equivalent of EDR for agent tool calls. If an agent reads a malicious document and exfiltrates data via an API call, there is often no audit trail in a standard SIEM query.

Where defensive agentic AI is delivering value

On the defensive side, AI agents are delivering real value in alert triage — autonomously correlating SIEM events, enriching with threat intel, and closing false positives before a human analyst ever sees them. Early adopters in the Furix customer base report a 60–70% reduction in Tier-1 triage workload.

  • Log every tool call made by AI agents — treat it like command-line audit logging.
  • Implement a tool-call allowlist per agent role: restrict agents to only the APIs their function requires.
  • Use a separate LLM-based classifier to screen agent outputs before tool calls are executed.
  • Apply least privilege to agent credentials. An agent reading Confluence should not hold deletion rights.
  • Treat persistent agent memory as a security control: validate and sanitise inputs before they are committed.
Furix AI's platform includes an AI security module for detecting anomalous agent behaviour. Contact your account team for the early access programme.

Stay ahead of the threat curve

Get the latest CVE advisories, threat actor intelligence, and detection engineering posts delivered to your inbox.