Collective Anomaly Detection based on Long Short Term Memory Recurrent Neural Network
Loic Bontemps, Van Loi Cao, James McDermott, Nhien-An Le-Khac

TL;DR
This paper introduces a real-time collective anomaly detection method using LSTM RNNs trained on normal network data, which detects anomalies based on prediction errors over multiple time steps, improving detection of malicious network activities.
Contribution
It proposes a novel collective anomaly detection approach leveraging LSTM RNNs trained solely on normal data, focusing on prediction errors over multiple time steps for improved detection.
Findings
Effective detection of collective anomalies in network traffic.
Reliable and efficient performance demonstrated on KDD 1999 dataset.
Outperforms traditional methods in identifying complex anomalies.
Abstract
Intrusion detection for computer network systems becomes one of the most critical tasks for network administrators today. It has an important role for organizations, governments and our society due to its valuable resources on computer networks. Traditional misuse detection strategies are unable to detect new and unknown intrusion. Besides, anomaly detection in network security is aim to distinguish between illegal or malicious events and normal behavior of network systems. Anomaly detection can be considered as a classification problem where it builds models of normal network behavior, which it uses to detect new patterns that significantly deviate from the model. Most of the cur- rent research on anomaly detection is based on the learning of normally and anomaly behaviors. They do not take into account the previous, re- cent events to detect the new incoming one. In this paper, we…
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
TopicsNetwork Security and Intrusion Detection · Anomaly Detection Techniques and Applications · Advanced Malware Detection Techniques
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
