LGCRAug 3, 2021

HTTP2vec: Embedding of HTTP Requests for Detection of Anomalous Traffic

arXiv:2108.01763v110 citations
Originality Incremental advance
AI Analysis

This work addresses the need for intelligent, interpretable anomaly detection in HTTP traffic for cybersecurity applications, though it is incremental as it adapts existing NLP techniques to a new domain.

The authors tackled the problem of detecting anomalous HTTP traffic, which is critical for security, by proposing HTTP2vec, an unsupervised embedding method using RoBERTa to represent HTTP requests and classify anomalies. They achieved results comparable to or better than existing methods on three datasets, with the added benefit of interpretability.

Hypertext transfer protocol (HTTP) is one of the most widely used protocols on the Internet. As a consequence, most attacks (i.e., SQL injection, XSS) use HTTP as the transport mechanism. Therefore, it is crucial to develop an intelligent solution that would allow to effectively detect and filter out anomalies in HTTP traffic. Currently, most of the anomaly detection systems are either rule-based or trained using manually selected features. We propose utilizing modern unsupervised language representation model for embedding HTTP requests and then using it to classify anomalies in the traffic. The solution is motivated by methods used in Natural Language Processing (NLP) such as Doc2Vec which could potentially capture the true understanding of HTTP messages, and therefore improve the efficiency of Intrusion Detection System. In our work, we not only aim at generating a suitable embedding space, but also at the interpretability of the proposed model. We decided to use the current state-of-the-art RoBERTa, which, as far as we know, has never been used in a similar problem. To verify how the solution would work in real word conditions, we train the model using only legitimate traffic. We also try to explain the results based on clusters that occur in the vectorized requests space and a simple logistic regression classifier. We compared our approach with the similar, previously proposed methods. We evaluate the feasibility of our method on three different datasets: CSIC2010, CSE-CIC-IDS2018 and one that we prepared ourselves. The results we show are comparable to others or better, and most importantly - interpretable.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes