次回の更新記事:AIエージェントのトークンコストを4割削る設計(公開予定日:2026年07月27日)
AIDB Daily Papers

AIウェブエージェントの正体を暴く:多層フィンガープリントによる特定と帰属

原題: Whose Agent Are You? Multi-Layer Fingerprinting and Attribution of Autonomous Web Agents
著者: Dayeon Kang, Hyejun Jeong, Jade Sheffey, Pubali Datta, Amir Houmansadr
公開日: 2026-06-18 | 分野: セキュリティ ウェブ cs.AI cs.CR AIエージェント AI安全性

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • AIウェブエージェントによる無差別なコンテンツ収集問題に対し、ネットワークとブラウザ操作の多層フィンガープリントで人間や従来型クローラーと区別する手法を提案した。
  • 既存の防御策では不十分な中、本研究はTLS/HTTP特性とブラウザ操作行動の組み合わせにより、AIエージェントを高い精度で識別できることを示した点が重要である。
  • 6つの主要エージェントフレームワークを分析し、HTTPリクエストやTLS接続、ブラウザ操作における構造的差異を発見、決定木分類器で97%の精度でエージェントを特定した。

Abstract

As AI web agents proliferate, combining large language models with autonomous, browser-level control, indiscriminate content scraping by web agents has emerged as a privacy and security challenge. Existing defenses, such as robots.txt and active bot-blocking, are insufficient, as they are widely violated and easily circumvented. In this work, we demonstrate that AI web agents can be effectively distinguished from humans and traditional crawlers using a multi-layer fingerprint based on both network layer characteristics (e.g., TLS, HTTP) and browser interaction behavior. We implement this mechanism as a programmatic logging framework that can be deployed on a live, instrumented domain. By analyzing six prominent agent frameworks (AutoGen, Browser Use, Claude, Gemini, Operator, and Skyvern), we uncover latent structural differences in how these systems assemble HTTP requests, establish TLS/HTTP connections, and execute autonomous browser actions. Feeding these multi-layer features into a decision tree classifier, our framework achieves high-fidelity identification (97% accuracy), successfully isolating distinct agent architectures and differentiating agent traffic from both human browsing baselines and legacy crawlers. Our findings demonstrate that cross-layer agent tracking provides a robust, evasion-resistant strategy for content protection and web security policy enforcement.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

関連するAIDB記事