惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
博客园 - Franky
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
B
Blog RSS Feed
云风的 BLOG
云风的 BLOG
小众软件
小众软件
罗磊的独立博客
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
美团技术团队
H
Hackread – Cybersecurity News, Data Breaches, AI and More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
C
Check Point Blog
WordPress大学
WordPress大学
博客园 - 【当耐特】
博客园 - 司徒正美
D
Docker

Forbes - Innovation

Why Do Humans Have Fingerprints? Hint: It’s Not What You Think Booking.com Confirms Data Breach, Reservation PIN Codes Changed Why Major News Sites Are Blocking The Internet Archive’s Wayback Machine iPhone Fold Release Date: New Report Details Frustrating Apple News Comet Tracker: How To See Pan-STARRS And Three Planets On Wednesday NYT Mini Crossword Today: Tuesday, April 14 Hints And Answers Today’s NYT Strands Hints, Spangram, Answers: Tuesday, April 14 (It’s A Little Unclear) Today’s Wordle #1760 Hints And Answer For Tuesday, April 14 Most Of The Microplastics In Urban Air Come From Tires Today’s Wordle #1759 Hints And Answer For Monday, April 13 NYT Mini Crossword Today: Monday, April 13 Hints And Answers NYT Pips Today: Hints, Answers And Walkthrough For Monday, April 13 The YC Chief Who Codes 10,000 Lines A Day Has A Simple Secret Samsung Expands One UI 8.5 Beta To More Galaxy Owners Why You Should Stop Using Your iPhone If It’s On This List Chamath Says Firms That Treat AI As A Strategy Hand Rivals Their Edge 3 Unexpected Habits Of Secure Couples, By A Psychologist The First Lamp That Folds Your Clothes Samsung’s Disappointing Price Update For Galaxy Phone Buyers 3 Subtle Signs Someone Is Falling In Love With You, By A Psychologist Do Mantis Shrimp See More Colors Than Humans? A Biologist Explains NYT Connections Answers Explained For Monday, April 13 (#1,037) NYT Connections Hints Today: Monday, April 13 Clues And Answers (#1,037) LEGO Luigi & Mach 8 (72050) Review: 2026’s Best Set Yet? Marc Andreessen Says AI Productivity Will Trigger A Hiring Boom 3D Printing Is The Ultimate Hack To Reduce Household Spending Apple iPhone Fold: Striking Design Revealed In Leaked Photos Apple Smart Glasses: New Leak Reveals A Major Design Twist To Beat Meta Tested: The AI Coming To The Rivian R2 Quordle Hints Today: Monday, April 13 Clues And Answers
Why Security Teams Should Shift From Bot Detection To Bot...
Kaustubh Phatak · 2026-05-28 · via Forbes - Innovation

Kaustubh Phatak is a seasoned product leader at AWS, driving strategy, execution, and GTM for cloud services serving global enterprises.

getty

​Six months ago, I wrote about the AI bots crisis facing publishers: Traffic is plummeting, unauthorized scraping is surging and the industry is scrambling to protect its assets.

The problem of increasing bots hasn't been solved since then, but it has been inverted.

Last month, I watched a major retailer's security team block an AI agent that was trying to complete a legitimate purchase on behalf of a customer. Their bot-detection system worked perfectly. It identified non-human traffic and shut it down.

But should it have? The "bot" was a paying customer's personal shopping agent, authorized and authenticated, attempting to do exactly what the customer asked.

Bot traffic now exceeds human traffic on the internet, crossing 51% in 2025 according to Imperva's annual report. Many of these bots are legitimate and useful, but our entire security apparatus still operates on a binary model: human or threat. We've built a multi-billion-dollar industry around a question that's no longer the right one to ask.​

Why The Binary Model Is Broken

​​For two decades, bot management meant one thing: detection. Identify the non-human traffic, challenge it, block it. CAPTCHAs, behavioral analysis, device fingerprinting and the entire toolkit assumes that identifying automation is synonymous with identifying threats.​

Today's AI agents, however, are authorized representatives carrying credentials, budgets and user intent. Customer's travel agents can query airline APIs to book a flight. A procurement agent can negotiate pricing across three vendor portals simultaneously.

Yet most security teams have no category between "verified human" and "blocked bot," meaning legitimate automation can get caught in detection systems designed for a different era. At the same time, sophisticated threats are learning to mimic the behavioral patterns of authorized agents.​​

​From Detection To Diplomacy​

To solve this, security teams ​will need to shift philosophically from focusing on detection to focusing on diplomacy.

Think about how international relations work. Countries don't ask "Is this person foreign?" and block all foreigners. They verify identity, check credentials, confirm intent and grant scoped access. Diplomats get different permissions than tourists. Business travelers get different access than refugees.​

Historically, bot detection has focused on the yes/no question: "Is this a bot?"

Today, security teams should be asking a more nuanced question: "Is this bot authorized to do what it's asking?"​​​

Three Embassies, No Common Language

Frameworks to address the evolving roles of bots are emerging, and there are mainly three competing approaches​.

The first approach treats agent identity as an extension of API authentication. Google's Agent-to-Agent (A2A) protocol, Anthropic's Model Context Protocol (MCP) and Cloudflare's Web Bot Authentication framework all define how agents identify themselves to services. The biggest concern is that they do it incompatibly. Currently, the major "passport offices" don't recognize each other's documents.

The second approach pushes identity into DNS, the internet's existing trust layer. If every legitimate agent has a verifiable identity record at the DNS level, services can check credentials the same way browsers check SSL certificates today. The idea is that no new protocol would be required, only an extension of infrastructure that already handles billions of lookups daily.

The third approach skips identity entirely and focuses on economic signals. If an agent is willing to pay for access (through micropayments, token deposits or computational proof-of-work), that economic commitment itself becomes the trust signal. You don't need to know who the agent is if you know it has skin in the game.​

Each approach has backers with deep pockets. The NIST has also launched a formal collaboration on agent identity standards in February.

Only time will tell how this will play out, but if you're a CTO or CISO, here's the practical reality: Your current bot management stack will need to account for legitimate bots in the near future. Here are three shifts to make now:

1. Create a third traffic category. Your systems likely classify traffic as "human" or "bot." Add "authorized agent" as a distinct category with its own policies, rate limits and access scopes. This can be the difference between blocking a customer's purchasing agent and completing a sale.

• 2. Invest in identity verification over behavioral detection. Behavioral analysis tells you what something is. Identity verification tells you who sent it and why. As AI agents become indistinguishable from humans in their browsing patterns (and they will, within months), identity will become more durable than behavioral detection.

• 3. Design for protocol plurality. Don't bet on a single agent identity standard winning. Build abstraction layers that can verify A2A Agent Cards, MCP credentials and DNS-based identity records. ​

The Publisher Update​

​Here's what most people miss: Up until this point, the conversation focused almost entirely on agents that read: content access, web scraping, information retrieval.

But as agents begin to act by booking flights, executing trades, signing contracts and deploying infrastructure, every one of those transactions requires trust. Not the "prove you're human" kind, but the "prove you're authorized, scoped, and accountable" kind.​ ​​


Forbes Technology Council is an invitation-only community for world-class CIOs, CTOs and technology executives. Do I qualify?