作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2007, Vol. 33 ›› Issue (10): 144-146. doi: 10.3969/j.issn.1000-3428.2007.10.052

• 安全技术 • 上一篇    下一篇

基于系统调用的入侵检测系统研究

戴小鹏1,喻 飞1,2,张林峰1,沈 岳1   

  1. (1. 湖南农业大学计算机与通信学院,长沙 410128;2. 浙江大学人工智能研究所,杭州 310027)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-05-20 发布日期:2007-05-20

Research on Intrusion Detection System Based on System Call

DAI Xiaopeng1, YU Fei1,2, ZHANG Lingfen1, SHEN Yue1   

  1. (1. School of Computer & Information Engineering, Hunan Agricultural University, Changsha 410128; 2. Institute of Artificial Intelligence, Zhejiang University, Hangzhou 310027)
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-05-20 Published:2007-05-20

摘要: 入侵检测是网络安全研究的热点技术之一,是新一代安全保障方案。该文实现了一种基于系统调用的异常入侵检测方法,使用系统调用作为输入,构建程序中函数的有限状态自动机,利用该自动机检测进程流程是否发生异常来确定是否发生了入侵。实验结果表明,该技术不仅能有效地检测出入侵行为,而且可以发现程序漏洞的位置,便于修改代码。

关键词: 入侵检测, 异常检测, 系统调用, 有限状态自动机

Abstract: Intrusion detection is an efficient way to protect information system. This paper explains a new anomalous intrusion detection method. It uses system calls as input, and creates a FSA for the functions in the program. Then the FSA is used to detect the attack. It finds the place where the vulnerability exists in the program. This can help alter the source program. Experiment proves the method is effective in many intrusion events.

Key words: Intrusion detection, Anomalous detection, System call, Finite-state automation machine

中图分类号: