Abstract
Instantaneous traffic changes in high-speed networks will interfere with abnormal traffic characteristics, making it difficult to accurately identify hidden targets of security threats. This paper designs a high-speed network security threat hidden target recognition method based on attack graph theory. Using the high-speed network traffic reduction method, under the condition that the network topology remains unchanged, the instantaneous input traffic is reduced according to a certain proportion, and after compressing the flow data scale, the abnormal traffic of the high-speed network is identified through the convolutional recurrent neural network, and the information entropy is used to describe the high-speed network. The abnormal traffic characteristics of the network are used as constraints to design an attack graph of hidden targets of high-speed network security threats, and an attack path discovery method based on multi-heuristic information fusion is designed to extract attack paths of high-speed networks, locate attacking hosts, and identify hidden threat targets. In the experiment, the method can accurately identify the hidden targets of high-speed network security threats, and has better identification ability.
Keywords
Introduction
Computer viruses, all kinds of harmful information, cyber-crimes and other network and information security problems are becoming more and more serious, which not only restricts the development of the information industry, but also brings serious problems to the country’s economic construction and people’s social life. The continuous expansion of high-speed network applications has promoted the development and progress of related technologies, and at the same time, more network security threats have emerged [11,14]. In the application process of network products, information security is very important. In recent years, various network malicious intrusion behaviors and network vulnerabilities have appeared continuously, and network intrusion practices have emerged in an endless stream. Some complex high-speed networks are easy to be attacked, and the network security form has become more severe [15,17]. Especially in the face of some network security threats, the identification of hidden targets has become a key topic in related fields, and some meaningful research results have also appeared in recent years.
Jahromi et al. [7] proposed an augmented stacked LSTM method without random initialization for malware threat hunting. This method uses a deep recurrent neural network solution as a stacked long short-term memory, avoids random network initialization through a pre-training regularization method, improves the accuracy and robustness of searching for hidden threats of malware, and achieves the hidden goal of network security threats. identify. However, this method requires a long time for attack identification due to the need for constant comparison. Abdullayeva [1] proposed a cloud computing persistent threat attack detection method based on auto encoder and Softmax regression algorithm. The method realizes the advanced persistent threat attack classification by identifying the complex relationship between the features in the database, at the same time reduces the data size in the encoder, simplifies the large data classification process, effectively prevents the advanced persistent threat attack, and strengthens the security of the cloud information system. The rule fitness of this method is high, but this method relies too much on the classification accuracy, and the attack recognition efficiency is low. Braun et al. [4] proposed a hierarchical attack target recognition method under distributed robust nonlinear control. The method uses distributed control to set the information of the coupling variables. After the system is attacked, the evolution of the coupling variables is monitored, and the hierarchical network attack identification is realized through the attack and uncertain influence of adjacent subsystems. But this method is computationally expensive.
Attack graph is a model-based network security assessment technique. From the attacker’s point of view, on the basis of comprehensive analysis of various network configurations and vulnerability information, all possible attack paths are found, and a visualization method for representing attack process scenarios is provided, which helps network security managers intuitively Understand the relationship between various vulnerabilities within the target network, the relationship between vulnerabilities and network security configurations, and the resulting potential threats [2]. Therefore, this paper proposes a high-speed network security threat hidden target recognition method based on attack graph theory. Under the premise of keeping the network topology unchanged, the algorithm reduces the instantaneous traffic at a certain rate. After the data size is compressed, the convolutional recurrent neural network is used to identify the abnormal traffic in the high-speed network, and the hidden target attack graph is designed with the abnormal traffic characteristics as the constraint condition. A new information fusion algorithm based on multi-point heuristic is proposed. This algorithm can effectively extract the attack path of high-speed network, locate the attack host, and identify the potential threat.
Design of hidden target recognition method for high-speed network security threats
The security threats existing in high-speed networks are mainly the behavior of attackers using network vulnerabilities to conduct illegal attacks, and network attacks can be effectively detected by using network characteristics recommended by collaboration [20]. Since the high-speed network traffic mutation fluctuates very little under normal conditions, the network traffic will be abnormal under the condition of security threat. Abnormal traffic can be used as a signature to identify some hidden attack targets. However, some hidden targets have identifiable attributes and will also be disturbed by such abnormal fluctuations in network traffic. In order to identify hidden targets of high-speed network security threats, this paper combines the characteristics of abnormal traffic to construct a network attack graph and extract the attacks in this attack graph. Path, realize attack source traceability, and complete the identification of hidden targets of security threats. Considering the large scale of network traffic data and the low efficiency of direct operation, high-speed network traffic should be reduced first.
High-speed network traffic reduction method
In order to reduce the computational overhead in the identification of hidden targets of high-speed network security threats, this paper reduces the instantaneous input rate of the network, and adjusts the reduced high-speed network behavior parameters to ensure the validity and authenticity of the network behavior parameters. Figure 1 is a schematic diagram of the reduction method.

Schematic diagram of high-speed network traffic reduction method.
The proposed traffic reduction method [13] refers to: under the condition that the network topology remains unchanged, the instantaneous input traffic [3] is reduced according to a certain proportion, and other network parameters are adjusted accordingly to ensure the authenticity of network traffic data analysis, while the key parameters remain unchanged.
Before traffic reduction is performed, the ratio of the input rate of network traffic to the input rate of network traffic after reduction is called the reduction coefficient ∂, which reflects the detail degree of traffic reduction, and is also used to measure the degree of network traffic simplification. The traffic characteristics can be used as objective feature of attack detection because the larger the coefficient, the larger the reduction ratio [18].
Let the instantaneous traffic rate flowing into the routing queue before the traffic reduction be
In recent years, convolutional neural networks have achieved excellent results on object classification problems [10]. Compared with the general deep neural network, the convolutional neural network has the characteristics of local connection, weight sharing and pooling operation [8], and has strong spatial feature learning ability. Recurrent neural networks have also achieved excellent results in natural language processing problems. By adding self-connected weights to the neurons in the middle layer, the recurrent neural network enables each round of training to record the state information of the previous training, realizes the ability to save sequence information, and has a strong ability to learn temporal features.
In this paper, a network abnormal traffic detection algorithm is designed, which can convert the simplified network traffic data in Section 2.1 into a wave graph, extract spatial and temporal features through a convolutional recurrent neural network, and classify them to achieve network abnormal traffic detection.
The input of this method is K groups of high-speed network traffic data packets
Reasonably divide the high-speed network traffic data after 2.1 small savings and simplify, and obtain image-based network traffic samples.
For each group of high-speed network traffic data Using the image samples of each high-speed network traffic obtained in Step 1 as input, construct a convolutional recurrent neural network model.
Among them,
Among them, ζ is the activation function, and the ReLU function is selected in this paper; c is the index of the convolution feature map of high-speed network traffic, R is the filter size; ϖ is the weight of the convolution kernel, and
Among them,
Among them,
Here,
Train the neural network model obtained in step (2) to complete the high-speed network abnormal traffic detection [12].
Considering the small variability of patterns and interactions in network security [19], all network traffic data can be divided into training, validation, and test sets. Let the training rounds be n, use the training set to train the model, and calculate the two-category cross-entropy loss function
Among them, M represents the total number of high-speed network traffic samples, and
Feature extraction of abnormal traffic information entropy in high-speed network
In this paper, by extracting the four characteristic attribute information of source IP address traffic attribute, destination IP address traffic attribute, source port traffic attribute and destination port traffic attribute of abnormal network traffic Y, it is used to analyze the change status of abnormal traffic characteristics in four locations, and construct Attack map.
The method for extracting abnormal traffic characteristics of high-speed network based on information entropy mainly extracts the temporal and spatial characteristics of abnormal traffic samples Y. Information entropy is used to represent the uncertainty of random variables in complex information systems. Its mathematical expression is:
Among them,
In the high-speed network abnormal traffic Y detection, the abnormal traffic characteristic attribute can be regarded as a random characteristic variable of the network traffic. By calculating the information entropy of each characteristic attribute, the characteristic attribute change and distribution of the current network traffic Y can be effectively reflected. From the formula (13), the mathematical expression of the information entropy of the abnormal traffic characteristic attribute of the high-speed network can be obtained, as shown in the formula (14):
In the formula,
High-speed network security threat attack graph design
In the abnormal traffic existing in the high-speed network, the abnormal feature set is

Triangular matrix of abnormal traffic utilization relation.
In the matrix,
A high-speed network security threat attack graph P is established based on the triangular matrix, as shown in Fig. 3.

High speed network security threat model based on attack graph.
P is the high-speed network attack graph. There is an abnormal network traffic node
Considering that there are often the following options in the actual attack process:
If there are multiple vulnerabilities on each host, how to select the vulnerabilities that can not only improve the attack effect but also ensure the success of the attack to be exploited;
If there are many hosts in the subnet, how to select the host that is most beneficial to the attacker as the target. Therefore, according to the actual needs of attack path discovery, this paper uses the three indicators of vulnerability threat degree, vulnerability success rate and host assets as heuristic functions for search guidance.
The degree of vulnerability threat mainly reflects the value of vulnerability exploitation. Vulnerabilities with a high degree of threat can often exert greater destructive power in the attack process, and their utilization difficulty is relatively small, which is often the first choice of attackers. In addition to the degree of vulnerability threat, in the actual vulnerability exploitation process, the success rate of vulnerability exploitation directly affects whether the entire attack can be carried out smoothly. If the vulnerability success rate is low, even the threat level of the vulnerability is often not selected. Therefore, it is necessary to use the vulnerability success rate as part of the planning basis in attack planning.
In the process of attack path selection, not only will the selection of vulnerabilities be considered, but also suitable hosts will be selected as attack targets. Different hosts play different roles in a network, and the importance of their information assets is also different. During the attack process, attackers often consider infiltrating hosts with higher value in order to obtain better attack benefits. The value of host assets is often related to the network location, running services, stored resources, etc. The importance of host assets is often related to the assets of the entire network. In order to simplify the measurement of the value of the host assets, the importance of the host assets is expressed in the form of grades. Referring to the existing research, this paper divides the asset level of the host into 5 levels, indicating the corresponding degree of asset importance. The host asset class and typical host types are shown in Table 1. The higher the asset values of the host, the higher the attack value.
Host asset ranks and typical host types
To sum up, in the high-speed network attack graph, network applications can be implemented only after the host is connected to the high-speed network, and attackers will have the opportunity to attack the host. Therefore, after designing the attack graph in combination with the abnormal traffic characteristic change state, it will be based on multiple heuristics. The attack path discovery problem of information fusion can be expressed as
The multi-heuristic attack path discovery algorithm proposed in this paper uses three heuristic functions of vulnerability threat value, vulnerability success rate and host asset value for planning guidance, which are denoted as
First perform the initialization operation, set the path cost of the target host to infinity, the path cost value of the initial attack host is 0, set the forward node value of the initial attack host and the target host to null, and insert the initial host node into each priority queue at the same time; When the condition that the minimum value in the general priority queue is less than the minimum value of the positive search queue is satisfied, the algorithm expands each other search queue with the best priority in a round-robin manner; otherwise, the key of the expansion node in the priority queue is expanded. value to improve network connectivity, security and network efficiency [6]. When expanding a host node, the current node needs to be deleted from all priority queues first to ensure that the host node will not be expanded again. Then consider all subsequent host nodes
In order to analyze the effect of the method in this paper, a network experiment environment under APT attack was built in the simulation software. The experiment set up five user terminal hosts (A1, A2, A3, A4, A5) and one attacker host (A6). Access the web server through a high-speed optical fiber network. At this time, the APT attacker can continuously attack the host for a specific target, threatening network security. Figure 4 is a schematic diagram of the experimental environment.
In the above experimental environment, there is one hidden target source of high-speed network security threats. Using the set experimental environment, some common hidden attack tools are used to conduct attack tests of different attack types and attack tools in different time periods. The attack behaviors are shown in Table 2.

Experimental environment.
Design of experimental conditions
In the experiment, it is assumed that A1–A5 hosts store users’ private information. Under the condition that the network topology remains unchanged, the method in this paper is used to reduce the instantaneous input traffic in a certain proportion and compress the size of the traffic data. After that, the convolutional recursive neural network is used to identify the abnormal traffic in the high-speed network, and the information entropy is used to describe the high-speed network and identify the hidden targets of the security threats in the high-speed network. The attack diagram is shown in Fig. 5.
From the analysis results in Table 3, it can be seen that after scanning the document information of the A1 host, the A6 host cracks the password of the A2 host, illegally logs in to the A3 host, modifies important files in the A4 host, and clears data files in the A5 host. Before identifying the hidden targets of high-speed network security threats, the method in this paper extracts the abnormal traffic characteristics of the high-speed network of A1 ∼ A5 hosts as shown in Fig. 6.

Attack graph.
Attack behavior

Effect of feature extraction of abnormal traffic in high-speed network.
The attack behaviors in Fig. 5 are shown in Table 3.
According to the analysis results in Table 3, A6 host scans the document information of A1 host, cracks the password of A2 host, logs in A3 host illegally, modifies important files in A4 host, and clears data files in A5 host. Before identifying hidden targets of high-speed network security threats, this method uses high-speed network traffic reduction method to compress the scale of traffic data, and uses information entropy to describe the characteristics of high-speed network abnormal traffic. The effect of extracting the characteristics of high-speed network abnormal traffic of A1 ∼ A5 hosts is shown in Fig. 6.
As can be seen from Fig. 6, when extracting abnormal traffic features of high-speed network, the extraction results of destination IP information entropy and source IP information entropy have a high degree of matching with the actual values, indicating that the extraction accuracy of abnormal traffic features of high-speed network is good. This is because the method in this paper adopts the high-speed network traffic reduction method, Under the condition that the network topology remains unchanged, the instantaneous input traffic is reduced in a certain proportion. After the traffic data size is compressed, the abnormal traffic of the high-speed network is identified through the convolutional recursive neural network, so that the abnormal traffic characteristics can be accurately obtained and the information entropy can be used to describe the high-speed network.
Test the target recognition accuracy of five attack behaviors of high-speed network before and after using the method in this paper, and draw the ROC curve. The results are shown in Fig. 7.

The accuracy of this method in identifying hidden targets of high-speed network security threats.
The ROC curve takes the false positive class rate as the abscissa and the true class rate as the ordinate, and calculates a series of false positive class rates and true class rates, which are connected to form a curve. For a certain point in the ROC space, for different ROC curves, the closer to the upper left, the higher the recognition accuracy.As shown in Fig. 7, the method in this paper can improve the recognition accuracy of the hidden targets of high-speed network security threats,the recognition accuracy is stabilized at 0.95.
In summary, the proposed method has a good extraction accuracy for abnormal traffic features of high-speed networks, and can improve the identification accuracy of hidden targets of high-speed network security threats, which is stable at 0.95.
Combined with the research content of this paper, some countermeasures are put forward on how to strengthen network security:
Strengthen equipment protection
First of all, ensuring the physical security of various devices in the network system is the premise of the security of the entire network system. Physical security is the process of protecting computer network equipment, facilities and other media from environmental accidents such as earthquakes, floods, fires, and damage caused by human error or error and various computer crimes. It mainly includes four aspects:
Environmental security: security protection for the environment where the system is located, such as regional protection and disaster protection;
Equipment safety: including anti-theft, anti-destruction, anti-electromagnetic information radiation leakage, anti-electromagnetic interference and power protection of equipment;
Media security: including the security of media data and the security of the media itself;
Operation security: There should be professional technical maintenance personnel to monitor and manage the operation of the network, and the main backup strategy should be implemented for the system. Monitor network operation and security alarm information, audit and log analysis at all levels of the network, and handle network security events.
Secondly, it is necessary to ensure the security of the network transmission link. Link security mainly solves the security on the link-level point-to-point public channel in the network system. Adopting certain security measures on the public link can ensure the security of information transmission and resist attacks such as eavesdropping, tampering, replay, and traffic analysis on the communication link. Link encryption is the main means to solve link security, and link encryption is mainly realized by link encryption machine. For the security of the interconnection in the network system, a hardware firewall can be used to realize the security access mechanism of the two. At the same time, the connection IP address in the local area network adopts the reserved address, which not only solves the problem of insufficient IP address, but also eliminates the direct connection with the Internet. And the VPN function of the firewall can be used in the local area network to realize the confidentiality and integrity protection of the information.
Finally, regular testing of network equipment is required. Mainly firewall, strengthen firewall technology. In the process of preventing and controlling network risks, the most commonly used technology is network firewall technology. This technology is mainly to strengthen access control between networks, block some external network users who want to illegally invade, and limit their access to internal resources. to ensure the security of the internal network environment. The application advantages of firewall technology are mainly reflected in that it can automatically check the data transmitted between two or more networks according to the security policy set in advance, and can also better monitor the network operation status and judge its situation. In preventing hacker intrusion, the application of firewall technology has shown a very obvious effect. Therefore, in order to further strengthen the prevention of network security risks, a firewall should be established in an all-round way. To prevent hacker attacks, network security provides necessary guarantees.
Enhance user safety awareness
In addition to relying on the basic protection of hardware and software equipment, in fact, the fundamental way to prevent it is that users must have security awareness and maintain good computer and network usage habits. That is to say, “people” are the key. At present, many enterprises and ordinary netizens are still in a passive position. In fact, the active attack of network security defense is more urgent than passive defense, and the strengthening of security awareness is the premise of active attack. In the face of network security threats, as direct users of the network, if users lack their own security awareness and do not recognize the existence of security threats, they will be helpless in the face of network security threats, causing losses to users. Moreover, users also lack due understanding of their own technology and management status. Therefore, they must strengthen their security awareness, especially now that network security threats are increasing, new threat factors are emerging one after another, and users are hard to guard against. Use habits and plan ahead. It can be seen that solving the problem of network security is also a problem of security awareness. The easiest and most effective way is to strengthen the security awareness of users. Network users are jointly responsible for network security. It is believed that the threat of network security will be greatly curbed.
Conclusion
This paper proposes a method of identifying hidden targets of high-speed network security threats based on attack graph theory, which can extract the attack path of high-speed network, locate the attack host, and identify hidden threat targets. The experimental results show that the proposed method has a high recognition accuracy for hidden objects, and can accurately identify hidden targets of high-speed network security threats. It plays a positive role in building a harmonious network.
In future research, the research direction will be to identify multiple hidden targets of high-speed network security threats at the same time, in order to improve the efficiency of high-speed network security threat hidden multi-target identification, and further optimize the hidden target identification method of high-speed network security threats based on attack graph.
Conflict of interest
None to report.
