Stage 1: AI Reconnaissance
(image placeholder)
Objective
The objective of AI Reconnaissance (Recon) is to understand an AI system well enough to reliably influence its behavior in later stages of an attack.
Unlike traditional recon (IP ranges, ports, CVEs), AI recon is:
Conversational
Semantic
Behavioral
Probabilistic
Attackers are not asking “what’s exposed?”
They are asking “what will this AI obey?”
Why AI Recon Is Different from Classical Recon
This table contrasts how traditional recon targets fixed system properties while AI recon focuses on understanding model behavior and adaptive reasoning.
Scan ports
Probe behavior
Fingerprint OS
Fingerprint alignment
Enumerate APIs
Enumerate tools
Exploit bugs
Exploit reasoning gaps
Deterministic
Probabilistic
AI recon maps most closely to MITRE ATT&CK – Reconnaissance, with language acting as the scanner.
Core Techniques: AI Recon
An attacker uses the following techniques in Stage 1:
What Success Looks Like for an Attacker
An attacker has completed AI Recon when they can answer:
“What exact phrasing, context, and framing makes this AI do what I want?”
At this point, prompt injection stops being probabilistic and becomes repeatable.
Why AI Recon Is the Most Dangerous Stage
AI Recon is the most dangerous stage because it is:
Quiet
Legitimate-looking
Often indistinguishable from “curiosity”
Rarely logged or alerted on
If recon succeeds, exploitation becomes trivial.
Defensive Insight
If AI recon is easy, exploitation is inevitable.
Most AI incidents do not begin with prompt injection — they begin with quiet, extended conversational recon that appears legitimate and often goes unmonitored.
Last updated