Novel Intrusion Detection Algorithm Based on Graph

朱莺嘤,叶茂,刘乃琦,吴康,郑凯元
DOI: https://doi.org/10.3969/j.issn.1002-137x.2008.11.020
2008-01-01
Computer Science
Abstract:Because of the high instantaneous frequency of the intrusion windows native API sequence,a novel method based on graph theory was proposed to solve the problem of the host-based intrusion detection.In our algorithm,each native API is considered as a node in the graph and the transfer of two native API is the edge between these two nodes.The route for a node is defined as the subsequence beginning from itself.The repetition of the same native API in the graph is referred to as a loop.The route of each node is recorded so that the loop can be found.When the loops are found,the weights of all edges in the loops are updated accordingly.The abnormal degree of a native API sequence can be computed using the weight difference of the neighborhood edges in the graph.Experiments on the windows platform illustrate that our method can detect the unknown intrusion and virus native API sequence efficiently.
What problem does this paper attempt to address?