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

计算机工程 ›› 2011, Vol. 37 ›› Issue (24): 1-3. doi: 10.3969/j.issn.1000-3428.2011.24.001

• 博士论文 •    下一篇

基于序列模式发现的恶意行为检测方法

王新志,孙乐昌,张 旻,陈 韬   

  1. (解放军电子工程学院网络系,合肥 230037)
  • 收稿日期:2011-07-08 出版日期:2011-12-20 发布日期:2011-12-20
  • 作者简介:王新志(1978-),男,博士研究生,主研方向:可信计算,网络安全;孙乐昌、张 旻,教授;陈 韬,硕士研究生
  • 基金资助:
    国家自然科学基金资助项目(60972161)

Malicious Behavior Detection Method Based on Sequential Pattern Discovery

WANG Xin-zhi, SUN Le-chang, ZHANG Min, CHEN Tao   

  1. (Network Department, Electronic Engineering Institute, Hefei 230037, China)
  • Received:2011-07-08 Online:2011-12-20 Published:2011-12-20

摘要: 为有效预防变形病毒和新出现的恶意软件,提出一种基于序列模式发现的恶意行为静态检测方法。将恶意代码转换为汇编代码,对其进行预处理,采用类Apriori算法完成序列模式发现,并去除正常模式,得到可用于未知恶意代码检测的模式集合。实验结果表明,该方法的正确率较高、漏报率较低。

关键词: 恶意行为检测, 序列模式发现, 软件行为, 汇编指令, 静态检测

Abstract: To prevention metamorphism and new malware effectly, a static detection method based on data mining is proposed and its key technique is discussed. Melware code is disassembled and preprocessed into sequential data, an Apriori-like algorithm is used to discover sequential pattern and remove normal pattern, the result pattern set can be used to detect unknown malware. Experimental result shows that the method has high accuracy rate and low false positive rate.

Key words: malicious behavior detection, sequential pattern discovery, software behavior, assembly instruction, static detection

中图分类号: