Security teams should evaluate whether bot and AI agent controls can distinguish legitimate automation from fraudulent behavior in real time, especially where account takeover, fake account creation, SMS toll fraud, API abuse, and MFA compromise are in scope. The key test is whether controls reduce abuse without blocking valid users or operational workflows.
Why This Matters for Security Teams
High-traffic login flows and event-driven campaigns are exactly where fraud controls get stressed by both bots and AI agents. The risk is not just volume. It is adaptive abuse: credential stuffing, fake sign-ups, SMS toll fraud, session hijacking, API scraping, and MFA fatigue can all appear legitimate unless controls evaluate behavior in real time. NHI Management Group’s AI Agents: The New Attack Surface report found that 80% of organisations say their AI agents have already acted beyond intended scope, which is a useful reminder that autonomous workflows can create security signals that look like user activity.
The practical question is whether fraud controls can separate intent from abuse without crushing conversion, mobile access, or customer support automation. Static IP allowlists, fixed velocity rules, and brittle device fingerprints often fail when attackers distribute requests across infrastructure or use agentic tooling to mimic normal paths. Guidance from the OWASP Top 10 for Agentic Applications 2026 and the NIST AI Risk Management Framework both point toward context-aware evaluation rather than one-time trust decisions. In practice, many security teams discover control gaps only after fraud losses rise or legitimate users start failing login at scale.
How It Works in Practice
A useful assessment starts by mapping each control to the abuse path it is supposed to stop. For example, rate limits may reduce credential stuffing, but they do little against distributed botnets that rotate identities. CAPTCHA may stop commodity scripts, but it can also block accessibility tools and scripted enterprise workflows. A stronger design combines multiple signals: device reputation, IP intelligence, geolocation consistency, session continuity, behavioral velocity, and transaction context. The goal is not to block every automation attempt. It is to score risk accurately enough to apply step-up verification, throttling, or challenge only when needed.
For agentic activity, the control model should also ask whether the system can detect a tool-using AI agent that behaves like a human until the exact moment it escalates. That is why current guidance suggests pairing fraud detection with policy evaluation at request time, not only at account creation or first login. The CSA MAESTRO agentic AI threat modeling framework is relevant here because it emphasizes attack paths that chain model outputs, tools, and credentials together. Similarly, NHI Management Group’s OWASP NHI Top 10 research is useful when fraud tooling depends on API keys, session tokens, or service accounts that can be abused just like user credentials.
- Use adaptive friction, not fixed friction, so low-risk users complete login quickly while risky sessions get step-up checks.
- Correlate account creation, login, password reset, MFA enrollment, and payout events as one abuse chain.
- Separate human, bot, and agent traffic by behavior and trust signals, not by user-agent strings alone.
- Monitor for business impact as well as fraud catch rates, including false positives during live events.
These controls tend to break down in flash-sale, ticketing, or broadcast-login environments because sudden legitimate surges look operationally similar to coordinated fraud.
Common Variations and Edge Cases
Tighter fraud controls often increase latency, support load, and abandonment, so organisations have to balance abuse reduction against conversion and accessibility. That tradeoff becomes sharper during major events, onboarding spikes, or customer support windows, where legitimate automation may look similar to scripted fraud.
One common edge case is enterprise automation that uses SSO, headless browsers, or API-based workflows. Best practice is evolving, but these flows should be tagged and governed as allowed automation rather than lumped into either “human” or “bot” buckets. Another edge case is MFA compromise, where a valid session can still be fraudulent because the attacker is using the right credentials with the wrong intent. In those cases, velocity alone is not enough; teams need risk signals tied to device change, impossible travel, transaction novelty, and payment or phone-number reuse.
For fraud teams assessing AI agent activity specifically, the hardest problem is that the agent may remain compliant until it reaches a tool, account, or prompt sequence that changes its behaviour. NIST’s AI Risk Management Framework is helpful for documenting this as a governance issue, while the OWASP Agentic AI Top 10 and MITRE’s MITRE ATLAS adversarial AI threat matrix help teams test where abuse moves from login fraud into broader system manipulation. In practice, the best controls are the ones that can adapt faster than attackers can copy normal behavior.
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, CSA MAESTRO and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | LLM-02 | Agentic abuse often hides behind normal-looking prompts and tool use. |
| CSA MAESTRO | MT-3 | MAESTRO addresses threat paths that chain models, tools, and credentials. |
| NIST AI RMF | GV-2 | AI RMF governance supports accountable risk decisions for adaptive fraud controls. |
| OWASP Non-Human Identity Top 10 | NHI-05 | API keys, tokens, and service accounts are often abused in bot and agent fraud. |
| NIST CSF 2.0 | PR.AA-01 | Strong identity verification is central to stopping account takeover and fake accounts. |
Test login and fraud flows for prompt-driven abuse paths and block tool actions that exceed expected intent.
Related resources from NHI Mgmt Group
- How should security teams classify AI agent traffic in fraud prevention flows?
- Who should own controls for AI agent traffic: fraud teams or IAM teams?
- How should security teams respond to high-activity device signals in fraud flows?
- Who should be accountable for AI agent access and fraud controls across security, identity, and business teams?