Network Traffic Anomaly Detection Using Recurrent Neural Networks
Benjamin J. Radford, Leonardo M. Apolonio, Antonio J. Trias, Jim A., Simpson

TL;DR
This paper demonstrates that recurrent neural networks can effectively model network traffic sequences to identify anomalies and unseen attack patterns without relying on predefined rules.
Contribution
It introduces a novel approach using LSTM-based language models to detect outlier network traffic, improving anomaly detection in cybersecurity.
Findings
Achieved an AUC of 0.84 on the ISCX IDS dataset.
Successfully identified unseen attack patterns.
Provided a model that generalizes well to typical network traffic.
Abstract
We show that a recurrent neural network is able to learn a model to represent sequences of communications between computers on a network and can be used to identify outlier network traffic. Defending computer networks is a challenging problem and is typically addressed by manually identifying known malicious actor behavior and then specifying rules to recognize such behavior in network communications. However, these rule-based approaches often generalize poorly and identify only those patterns that are already known to researchers. An alternative approach that does not rely on known malicious behavior patterns can potentially also detect previously unseen patterns. We tokenize and compress netflow into sequences of "words" that form "sentences" representative of a conversation between computers. These sentences are then used to generate a model that learns the semantic and syntactic…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNetwork Security and Intrusion Detection · Internet Traffic Analysis and Secure E-voting · Advanced Malware Detection Techniques
