arXiv論文メモ
新着一覧
cs.CR / cs.AI · 査読状況未確認

HTTPリクエスト異常検知で静的埋め込み手法を比較

Comparative Evaluation of Static Embedding Models for HTTP Request Anomaly Detection

Amanda Riverol, Gustavo Betarte, Rodrigo Martínez, Álvaro Pardo

この論文をやさしく読む

ひとことで言うと

正常なHTTPリクエストだけで学習する異常検知について、三種類の文字表現を比較した研究です。

何に役立つ?

Webアプリケーションの異常検知で、埋め込み表現を選ぶ際の参考になります。要旨の結果は三つの評価データセット上のものです。

この研究の面白いところ

同じ一クラス分類の枠組みでWord2Vec、FastText、Doc2Vecを比べ、FastTextが最も安定していたと報告しています。

どこまで分かった?

要旨には個別の検知率や誤検知率の数値は示されていません。未知の攻撃や運用環境でも同じ性能が出るとは要旨だけでは判断できません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

Webアプリケーションは、セキュリティ機構をすり抜けるHTTPリクエストを悪用した攻撃の標的になることが増えている。従来のWebアプリケーションファイアウォールは規則ベースの方法に依存し、誤検知率の高さや適応性の不足を示すことが多い。近年はHTTP通信の異常検知を改善するため、機械学習や単語埋め込みモデルが検討されている。本論文は、Word2Vec、FastText、Doc2Vecという静的埋め込みモデルを、統一された一クラス分類の枠組みで比較するベンチマークを示す。また、静的埋め込み表現と一クラス異常検知モデルを組み合わせ、リクエスト単位で異常を検出するモジュール式のHEDAを提案する。この手法は教師なしの環境で動作し、埋め込みモデルも検出器も正常なHTTP通信だけで学習する。合成通信と実通信の両方を含む、性質の異なる三つのデータセットで評価した。実験では埋め込み表現の選択が検知性能に大きく影響し、FastTextに基づく埋め込みが全データセットを通じて最も一貫した結果を示し、誤検知率を抑えながら高い検知率を達成した。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-22(UTC)
最新改訂
2026-09-22 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Web applications are increasingly targeted by cyberattacks that exploit HTTP requests to evade security mechanisms. Traditional web application firewalls (WAFs) rely on rule-based approaches that often exhibit high false positive rates and limited adaptability. Recent studies have explored machine learning techniques and word embedding models to improve anomaly detection in HTTP traffic. This paper presents a benchmark for static embedding models, specifically Word2Vec, FastText, and Doc2Vec, within a unified, single-class classification framework. We propose HEDA (HTTP Embedding-Based Detection Architecture), a modular detection pipeline that combines static embedding representations with single-class anomaly detection models to detect anomalies at the request level. The approach operates in an unsupervised environment, where both the embedding models and detectors are trained exclusively on benign HTTP traffic. The proposed methodology is evaluated on three datasets with heterogeneous characteristics, including both synthetic and real traffic. The experimental results show that the choice of embedding representation significantly affects detection performance, and that FastText-based embeds produce the most consistent results across all datasets, achieving high detection rates while keeping false positive rates under control.

arXiv ID: 2609.26860 / 要約の誤りについて