
Identifying Agentic Automation with Behavioral Telemetry
Interesting research from Akamai on detecting AI-driven browser automation that’s designed to evade traditional bot detection.
Technical Breakdown
- Threat Model: Autonomous AI agents (e.g., Comet) that mimic human browsing behavior to scrape content, perform credential stuffing, or conduct reconnaissance. These aren't simple scripted bots—they adapt to page structure and session context.
- Detection Approach: Akamai uses a Masked Autoencoder Transformer (MAE) model trained on sparse behavioral telemetry. The key insight is that even sophisticated AI agents leave subtle, non-human patterns in timing, mouse movement, and request sequencing that traditional rule-based systems miss.
- Why This Matters: Standard bot detection relies on known signatures or rate limiting. Agentic automation breaks those models by varying behavior dynamically. The transformer approach learns the expected distribution of human behavior and flags anomalies that look "too perfect" or have unnatural micro-patterns.
- No specific IOCs or CVE listed—this is a detection methodology paper, not a vulnerability disclosure.
Defense Implications
If you're running web applications with high-value content or login endpoints, consider that your existing WAF or bot management solution may not catch adaptive AI agents. Behavioral ML models (like this MAE approach) are becoming necessary to distinguish between legitimate human traffic and agentic automation. Worth evaluating if your vendor offers similar telemetry-based detection rather than just signature matching.