Abstract
Intrusion detection can identify unknown attacks from network traffics and has been an effective means of network security. Nowadays, existing methods for network anomaly detection are usually based on traditional machine learning models, such as KNN, SVM, etc. Although these methods can obtain some outstanding features, they get a relatively low accuracy and rely heavily on manual design of traffic features, which has been obsolete in the age of big data. To solve the problems of low accuracy and feature engineering in intrusion detection, a traffic anomaly detection model BAT is proposed. The BAT model combines BLSTM (Bidirectional Long Short-term memory) and attention mechanism. Attention mechanism is used to screen the network flow vector composed of packet vectors generated by the BLSTM model, which can obtain the key features for network traffic classification. In addition, we adopt multiple convolutional layers to capture the local features of traffic data. As multiple convolutional layers are used to process data samples, we refer BAT model as BAT-MC. The softmax classifier is used for network traffic classification. The proposed end-to-end model does not use any feature engineering skills and can automatically learn the key features of the hierarchy. It can well describe the network traffic behavior and improve the ability of anomaly detection effectively. We test our model on a public benchmark dataset, and the experimental results demonstrate our model has better performance than other comparison methods.
Highlights
With the development and improvement of Internet technology, the Internet is providing various convenient services for people
In order to better make full use of domain knowledge of network traffics, we propose a deep learning model BAT-MC that mainly combines bidirectional long-term memory (BLSTM) [12] and attention mechanism [13]
The following are some of the key contributions and findings of our work: 1) We propose an end-to-end deep learning model BAT-MC that is composed of BLSTM and attention mechanism
Summary
With the development and improvement of Internet technology, the Internet is providing various convenient services for people. T. Su et al.: BAT: Deep Learning Methods on Network Intrusion Detection Using NSL-KDD Dataset neural network with traffic data as image. Su et al.: BAT: Deep Learning Methods on Network Intrusion Detection Using NSL-KDD Dataset neural network with traffic data as image This method does not need manual design features, and directly takes the original traffic as the input data to the classifier. In order to better make full use of domain knowledge of network traffics, we propose a deep learning model BAT-MC that mainly combines bidirectional long-term memory (BLSTM) [12] and attention mechanism [13]. The following are some of the key contributions and findings of our work: 1) We propose an end-to-end deep learning model BAT-MC that is composed of BLSTM and attention mechanism.
Published Version (Free)
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have