WADBERT: Dual-channel Web Attack Detection Based on BERT Models
Kangqiang Luo, Yi Xie, Shiqian Zhao, Jing Pan

TL;DR
WADBERT is a novel deep learning model that effectively detects web attacks by embedding and analyzing HTTP request features, achieving high accuracy and attack traceability.
Contribution
The paper introduces WADBERT, combining hybrid granularity embedding and BERT-based models with multi-head attention for improved web attack detection and parameter identification.
Findings
Achieves F1-score of 99.63% on CSIC2010 dataset.
Outperforms existing state-of-the-art methods.
Enables precise malicious parameter identification.
Abstract
Web attack detection is the first line of defense for securing web applications, designed to preemptively identify malicious activities. Deep learning-based approaches are increasingly popular for their advantages: automatically learning complex patterns and extracting semantic features from HTTP requests to achieve superior detection performance. However, existing methods are less effective in embedding irregular HTTP requests, even failing to model unordered parameters and achieve attack traceability. In this paper, we propose an effective web attack detection model, named WADBERT. It achieves high detection accuracy while enabling the precise identification of malicious parameters. To this end, we first employ Hybrid Granularity Embedding (HGE) to generate fine-grained embeddings for URL and payload parameters. Then, URLBERT and SecBERT are respectively utilized to extract their…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpam and Phishing Detection · Web Application Security Vulnerabilities · Network Security and Intrusion Detection
