Abstract

Aiming at the problems existing in the current network flow anomaly detection, a network flow prediction model based on echo state network of double loop reserve pool is designed, which solves the problem of reserve pool generated randomly in traditional echo state network and improves the accuracy and instantaneity of network flow prediction. Then, an anomaly detection method based on dynamic threshold is proposed, which takes the difference between the predicted value and the real value as the basis for judging the occurrence of anomalies. Simulation results show that the improved prediction model and anomaly detection method can effectively detect the abnormal behavior of network flow, and the detection effect is better than other models.

1. Introduction

With the continuous development of information technology, there are more and more applications appearing on the Internet. At present, network has become the main correspondence carrier. But the network attacking behavior is increasing day by day, and the network security problem is becoming more and more prominent. Users’ network behavior is reflected in network flow, which is characterized by nonlinear, timeliness, suddenness, and diversity [1]. Traditional linear prediction methods have been unable to adapt to the requirements of modern network development. In recent years, nonlinear prediction models such as neural network, grey model, support vector machine, and hybrid model are widely used in scene prediction with good nonlinear mapping and flexible learning method. However, there are still problems such as low prediction accuracy and slow prediction speed [2]. Under this situation, echo state network (ESN), a new recursive neural network, emerges at the historic moment. With a reserve pool structure, ESN shows excellent nonlinear processing ability and fast prediction speed. However, traditional ESNs use a single-ring reserve pool, and the structure and weights of the reserve pool are randomly generated. Even reserve pools with the same parameters may exhibit significant performance differences [3]. Moreover, the training time complexity is high. These factors will affect the nonlinear characterization and real-time prediction of network flow by ESN.

Therefore, in order to ensure the nonlinearity and real-time performance of network flow prediction, this paper designs a network flow anomaly detection method based on ESN of double loop reserve pool (ESN-DLRP). First, network flow is normalized and denoised by wavelet. Second, the multiring reserve pool ESN is used to construct network flow prediction model, which solves the reserve pool problem generated randomly by traditional ESN and improves the accuracy and instantaneity of network flow prediction. Then, we can get the diagram of true value and predicted value of the network flow. Finally, an anomaly detection method based on dynamic threshold is proposed to extract packets with large deviation between the true value and the predicted value. Simulation results show that this model can detect abnormal network flow behavior effectively, and the detection effect is better than other models.

2. Correlation Theory and Technology Study

2.1. Wavelet Transformation and Wavelet Denoising

The wavelet transform is to transform the infinite length of trigonometric function basis into a finite length of decaying wavelet basis. It is shown in Figure 1.

Therefore, wavelet function is expressed as follows:

The formula has two variables: one is a (scale) to control the stretch of wavelet basis; the other one is (translation) controls of wavelet base translation. The wavelet transform of a given signal is to expand the signal according to a small cluster of wavelet functions, that is, the signal is expressed as a series of linear combinations of wavelet functions with different scales and different translations. The coefficients of each term are called wavelet coefficients.

Due to the influence of many factors, there may be some noise in network flow collection. Noise is a kind of useless signal, which not only wastes storage space and transmission time but also causes interference to network flow prediction. In general, useful network flow corresponds to the wavelet coefficient with large amplitude, while noise corresponds to the wavelet coefficient with small amplitude [4]. So we choose a threshold to compare with wavelet coefficients. If wavelet coefficients is lower than , it can be considered as noise and must be removed to obtain the network flow after denoising [5]. Equation (2) below is the threshold function.

is original wavelet coefficients. is denoised wavelet coefficients. Threshold function is a continuous function, so when , the denoised network flow can be expressed as follows:

2.2. Traditional Echo State Network
2.2.1. Structure of Traditional Echo State Network

Echo state network (ESN for short) is a new recursive neural network composed of input layer, reserve pool, and output layer. As the core of ESN, the structure of the reserve pool is randomly generated and contains large-scale sparsely connected neurons. These neurons contain the operating state of the system and have strong nonlinear learning ability, which can predict the future value according to the known value of network flow time series [6]. Figure 2 shows traditional ESN’s basic structure.

If the input layer has neurons, reserve pools has neurons, and output layer has neurons, when time is , the signals constructed by the input layer, reserve pool, and output layer are the following equations, respectively:

If the connection matrix between the input layer and reserve pool is , the connection matrix inside the reserve pool is , and connection matrix between the reserve pool and output layer is . If the input at the current time is , the state equation of the reserve pool is

The state equation of the output layer is

In Eq. (7), is the excitation function of the reserve pool. is the status of the reserve pool at the current time. is the state of the reserve pool at the last moment. In Eq. (8), is the excitation function of the output layer, and is the output status at the current time.

2.2.2. ESN’s Training

The data of ESN’s network flow is divided into training samples and verification samples. Through the input connection matrix , training samples get into the reserve pools. In Eqs. (7) and (8), and are generated randomly before the training. The only factor needs to be trained is , which means that the training process of ESN is the process of determining [7]. In Eq. (7), as and are randomly generated, we can get immediately. In Eq. (8), can be calculated by and .

Compared with the traditional neural network, ESN has a stronger ability to predict network flow. However, the single-ring reserve pool is adopted, and the reserve pool structure and weight are randomly generated, which affects the nonlinear characterization and real-time prediction of network flow by ESN to a certain extent [8].

3. Design of Network Flow Prediction Model Based on Improved ESN

In order to ensure the nonlinearity and real time of network flow prediction, this paper designs a network flow prediction method with ESN of double-loop reserve pool structure. After collecting the original network flow for a Web system, it is normalized and denoised to get the denoised network flow data. Then, the network flow prediction model is constructed by using the ESN of double-loop reserve pool. Such process is shown by Figure 3.

3.1. The Prepossessing of Network Flow Data

(1)The collected original network flow is normalized to make the network flow data between [0.1,1]. Let and represent the minimum and maximum value of network flow, respectively, and represents the normalized data(2)Wavelet threshold method is used to denoise the normalized network flow and eliminate the noise to avoid interference to normal signals(3)The network flow after denoising is divided into training sample and verification sample, and the training sample is input into ESN-DLRP for learning

3.2. Design and Prediction Method of ESN-DLRP
3.2.1. The Design of ESN-DLRP

Echo state network based on double loop reserve pool (ESN-DLRP for short) is shown in Figure 4. Each neuron in the reserve pool is connected with its neighbors in a circular manner to form the first ring. Then, the first neuron A is taken as the starting point to connect with neuron B at interval ( in this paper) in a circular manner, and then B is connected with neuron C of subsequent interval , and so on to form the second ring, thus constructing ESN-DLRP-d ( is the neuron interval of the second ring). This double-loop reserve pool structure avoids the randomness of the reserve pool generated by traditional ESN, enhances the connectivity between neurons in the pool, and improves the ability of nonlinear characterization of network flow [9].

ESN-DLRP’s prediction principle is using input layer’s network flow sequence at time to predict the output layer’s network flow data at time . At time , input layer’s input vector is , and output layer’s output vector is . is predictive length. So at time , the reserve pool’s inside state vector is

In Eq. (10), is the excitation function in the inside reserve pool. is the reserve pool’s state at the previous time. At time , the output layer’s state vector is

In Eq. (11), is the output layer’s excitation function.

3.2.2. ESN-DLRP’s Training and the Prediction Model Construction

(1)Set Up Connection Matrixin the Reserve Pool. Given neuron . Set the elements of the reserve pool connection matrix to , . When , set elements , . The weight value , and is the neuron’s number(2)According to the predictive characteristics of ESN-DLRP, training samples’ input-output pairs are set up and enter the reserve pool by inputting connection matrix [10](3)The Sampling Stage. Start collecting the state vectors in the reserve pools and relevant sample data from time until the end of time , so as to set up the state matrix and expected output matrix (4)Weight Calculating. According to state matrix and expected output matrix to get the output weight , that is, , because the actual output matrix is in linear relation with state matrix , which means . The training purpose is to approach the expected output matrix by the actual input matrix and get . Then, . Where is ’s pseudoinverse matrix(5)Put computed in Eqs. (10) and (11) to get network flow’s prediction mode

3.2.3. Predict the Output of the Validation Samples

According to the network flow’s prediction model, predict the output of the validation samples and set up input-output pairs [11].

4. Forecasting Trial and Performance Evaluation of the Prediction Model

In this paper, MATLAB in business mathematics software is used for a Web application system, every 5 minutes for network flow data sampling, 100 samples are, respectively, input four models: BP (back propagation) neural network, traditional ESN, ESN-DLRP-3, and ESN-DLRP-8, which record the predicted value for a future period of time and compare the predicted value with the real value. The predictive results of the four models are shown by Figures 5, 6, and 7.

The below is to analyze four models’ predictive performance by root mean square error (RMSE) and mean absolute percent error (MAPE) [12]. (1)RMSE. The sum of the square of the deviation between time series data’s predictive value and the real value. Divide this sum by the number of samples. Get the square root of the quotient. It can reflect the predictive accuracy of the predictive models. If the value is more small, the prediction is more accurate(2)MAPE. Subtract time series data’s predictive value and the real value to get the difference. Divide the difference by the real value. Get the average value of the quotient’s absolute value. If the average value is more small, the prediction is more accurate

is the predictive value, is the real value, and n is the sample number.

According to the data and test time from Figures 4 to Figure 6, four models’ predictive performance is shown by Table 1. In terms of the prediction error, the traditional ESN is smaller than the BP neural network, and ESN-DLRP is obviously smaller than the BP neural network and the traditional ESN. In the case of double loop, the larger the neuron spacing in the second ring, the smaller the prediction error, but the difference was not significant. That is, the prediction error of ESN-DLRP-8 is slightly smaller than that of ESN-DLRP-3. From the test time of 100 samples, ESN-DLRP is obviously smaller than that of BP neural network and traditional ESN. In the case of double loop, the test time of ESN-DLRP-8 is slightly shorter than that of ESN-DLRP-3. That is to say, using ESN-DLRP-3 model can achieve better prediction accuracy and test rate.

5. Detection of Abnormal Network Flow

When the Web system runs normally, network flow can be accurately predicted by using the ESN-DLRP, that is, the predicted value of network flow is close to the real value, but when abnormal events occur in the system, there is a large deviation between the predicted value and the real value [13]. In this paper, the sliding window mechanism is adopted, and the number of data frames sent or received each time is called window length. The data point is judged whether abnormal or not according to the difference between the real value and the predicted value of network flow in the window.

If current time is , real value is , predictive value is , the length of the sliding window is l, and we can estimate the difference between the real value and predictive value according to the absolute deviation value , average deviation value , and relative deviation value . (1)Absolute Deviation Value. The absolute value of the difference between the data point’s real value and predictive value(2)Average Deviation Value. The average value of the absolute deviation value in the sliding stage(3)Relative Deviation Value. The proportion of the data point’s absolute deviation value to average deviation value. Then proportion value times 100%.

Anomaly is essentially the behavior of a data point deviating from normal value. In this paper, each sliding window’s average value is the standard of the normal value. If data point’s absolute deviation value () is not higher than to the average value , it is considered normal [14]. If it is higher than , we need to further estimate if it is higher than threshold value . If it is not higher than , it is considered normal, otherwise, it is abnormal. The anomaly detection process for each sliding window is as follows:

Step 1. Get the real value and predicted value pairs of each data point in the sliding window.

Step 2. Calculate the absolute deviation value of each data point.

Step 3. Count average deviation value of data series within the sliding interval.

Step 4. Compare data point’s absolute deviation value with . If , the data is normal; otherwise, step 5 needs to be followed.

Step 5. Determine the dynamic threshold.

Select the data in a sliding range as the detection sample set, and record the number of normal data, abnormal data, and total data in the sample set. The effect of anomaly detection can be measured by two indexes: detection accuracy (detection rate) and false report rate. Detection rate refers to the ratio between the correct amount and the total amount in the abnormal amount detected. False report rate refers to the ratio of incorrect detection times to total detection times [15]. When different thresholds are selected, the detection rate and false report rate of data in this sample set are shown in Table 2.

Table 2 shows that when the threshold value is 80%, this detection method has a high detection rate and a low false report rate, so the threshold value of anomaly detection is determined as 80% in this paper. Figure 8 shows the absolute deviation and relative deviation curves of each data point in the sample set. It can be seen from the figure that the relative deviation is used to solve the problem that absolute deviation is easy to produce false detection at peak value and valley value. By comparing the relative deviation value with the threshold value, abnormal data in the Web system can be accurately detected.

Step 6. The relative deviation of each data points was calculated and compared with the threshold . If , the data is normal; otherwise it is abnormal.

6. Conclusion

Network flow anomaly detection is a hotspot in the field of network security. This paper mainly focuses on three aspects of research: first, it analyzes the problems faced by traditional ESN in network flow prediction. The second is to design a network flow prediction model based on the ESN-DLRP. Through experiments, the performance of the neural network, traditional ESN, ESN-DLRP-3, and ESN-DLRP-8 model is compared. The results show that the ESN-DLRP-3 model can achieve good prediction accuracy and test rate. Third, proposing an anomaly detection method based on dynamic threshold value. The threshold value is determined dynamically. If the relative deviation between the real value of data point and the predicted value exceeds the threshold value, the data will be judged as abnormal data.

Data Availability

The datasets generated during and/or analyzed during the current study are available from the corresponding author on reasonable request.

Conflicts of Interest

The authors declare that they have no conflicts of interest to report regarding the present study.

Acknowledgments

This work was supported by a grant from the Universities Characteristic Innovation Project of Guangdong Province (no. 2020KTSCX305).