An Intelligent Network Attack Detection Method Based on RNN

Yunsheng Fu,Fang Lou,Fangzhi Meng,Zhihong Tian,Hua Zhang,Feng Jiang
DOI: https://doi.org/10.1109/dsc.2018.00078
2018-01-01
Abstract:Deep learning methods, e.g., convolutional neural networks(CNNs) and Recurrent Neural Networks(RNNs), have achieved great success in image processing and natural language processing especially in high level vision applications such as recognition and understanding. However, it is rarely used to solve information security problems such as attack detection studied in this paper. Here, we move forward a step and propose a novel intelligent attack detection method based on long short term memory recurrent neural networks (LSTM-RNNs). To achieve high detection rate, data preprocessing, feature abstraction, training and detection are seamlessly integrated into an end-to-end detection framework. Data preprocessing provides high-quality data for subsequent processing, then different types of features are extracted from the processed data. RNN is used to generate classifiers by training neural networks with different types of features, which preserve attack features of input vectors and classify the attack from normal data. Experimental results validate that the proposed attack detection method greatly outperforms several attack detection methods that use feature detection and Bayesian or SVM classifiers.
What problem does this paper attempt to address?