Gray-Box Extraction of Execution Graphs for Anomaly Detection

Many host-based anomaly detection systems monitor a process by observing the system calls it makes, and comparing these calls to a model of behavior for the program that the process should be executing. In this paper we introduce a new model of system call behavior, called an execution graph. The ex...

全面介紹

Saved in:
書目詳細資料
Main Authors: GAO, Debin, Reiter, Michael K., SONG, Dawn
格式: text
語言:English
出版: Institutional Knowledge at Singapore Management University 2004
主題:
在線閱讀:https://ink.library.smu.edu.sg/sis_research/1242
http://dx.doi.org/10.1145/1030083.1030126
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
實物特徵
總結:Many host-based anomaly detection systems monitor a process by observing the system calls it makes, and comparing these calls to a model of behavior for the program that the process should be executing. In this paper we introduce a new model of system call behavior, called an execution graph. The execution graph is the first such model that both requires no static analysis of the program source or binary, and conforms to the control flow graph of the program. When used as the model in an anomaly detection system monitoring system calls, it offers two strong properties: (i) it accepts only system call sequences that are consistent with the control flow graph of the program; (ii) it is maximal given a set of training data, meaning that any extensions to the execution graph could permit some intrusions to go undetected. In this paper, we formalize and prove these claims. We additionally evaluate the performance of our anomaly detection technique.