paper-with-me

Papers

Network Traffic Anomaly Detection Using Recurrent Neural Networks

2018-03-28 · Benjamin J. Radford, Leonardo M. Apolonio, Antonio J. Trias, Jim A. Simpson

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 grammar of the newly generated language. We use Long-Short-Term Memory (LSTM) cell Recurrent Neural Networks (RNN) to capture the complex relationships and nuances of this language. The language model is then used predict the communications between two IPs and the prediction error is used as a measurement of how typical or atyptical the observed communication are. By learning a model that is specific to each network, yet generalized to typical computer-to-computer traffic within and outside the network, a language model is able to identify sequences of network activity that are outliers with respect to the model. We demonstrate positive unsupervised attack identification performance (AUC 0.84) on the ISCX IDS dataset which contains seven days of network activity with normal traffic and four distinct attack patterns.

📄 PDF Abstract BibTeX arXiv:1803.10769

Code (2)

alinazhiltsova/Replication_arxiv_1803_10769
benradford/replication_arxiv_1803_10769 tf

Tasks

Anomaly DetectionLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Anomaly Detection on Graph Time Series

2017-08-09 · Daniel Hsu

In this paper, we use variational recurrent neural network to investigate the anomaly detection problem on graph time series. The temporal correlation is modeled by the combination of recurrent neural network (RNN) and v…

Anomaly DetectionTime SeriesTime Series AnalysisVariational Inference

Detecting Socially Abnormal Highway Driving Behaviors via Recurrent Graph Attention Networks

2023-04-23 · Yue Hu, Yuhang Zhang, Yanbing Wang, Daniel Work

With the rapid development of Internet of Things technologies, the next generation traffic monitoring infrastructures are connected via the web, to aid traffic data collection and intelligent traffic management. One of t…

Anomaly DetectionGraph Attention

Sequence Aggregation Rules for Anomaly Detection in Computer Network Traffic

2018-05-09 · Benjamin J. Radford, Bartley D. Richardson, Shawn E. Davis

We evaluate methods for applying unsupervised anomaly detection to cybersecurity applications on computer network traffic data, or flow. We borrow from the natural language processing literature and conceptualize flow as…

Anomaly DetectionUnsupervised Anomaly Detection

When, Where, and What? A New Dataset for Anomaly Detection in Driving Videos

2020-04-06 · Yu Yao, Xizi Wang, Mingze Xu, Zelin Pu 외

Video anomaly detection (VAD) has been extensively studied. However, research on egocentric traffic videos with dynamic scenes lacks large-scale benchmark datasets as well as effective evaluation metrics. This paper prop…

Anomaly DetectionVideo Anomaly Detection

A Three-Stage Anomaly Detection Framework for Traffic Videos

2022-06-05 · journal 2022 6 · Junzhou Chen; Jiancheng Wang; Jiajun Pu; Ronghui Zhang

As reported by the United Nations in 2021, road accidents cause 1.3 million deaths and 50 million injuries worldwide each year. Detecting traffic anomalies timely and taking immediate emergency response and rescue measur…

Anomaly Detection