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

计算机工程 ›› 2006, Vol. 32 ›› Issue (12): 152-153,156.

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

一个基于应用程序监控的病毒防范框架

武延军 1,2,石文昌1,梁洪亮1,周洲仪1,2   

  1. 1. 中国科学院软件研究所,北京 100080;2. 中国科学院研究生院,北京 100039
  • 出版日期:2006-06-20 发布日期:2006-06-20

An Anti-virus Framework Based on Application Monitor

WU Yanjun1,2, SHI Wenchang1, LIANG Hongliang1, ZHOU Zhouyi1,2   

  1. 1. Institute of Software, Chinese Academy of Sciences, Beijing 100080; 2. Graduate School of Chinese Academy of Sciences, Beijing 100039
  • Online:2006-06-20 Published:2006-06-20

摘要: 提出了一个基于应用程序监控的病毒防范框架ViTrack。操作系统对被监控程序引入系统的新文件强制标注可疑标记。任何具有可疑标记的文件首次被访问时,内核将强制调用指定的杀毒程序对该文件进行病毒检查。该机制对用户透明、可定制且不会被应用程序绕开。与ClamAV 的协同测试表明,ViTrack 以较小的性能代价,有效阻断了病毒通过常用应用程序入侵系统的途径。

关键词: 病毒;程序监控;Linux;访问控制;病毒扫描

Abstract: The paper introduces a new anti-virus framework under Linux based on application monitoring. Each of the new files introduced by monitored applications is marked with a suspected label. When a file with suspected label is accessed at first time, anti-virus scanning will be performed. The mediation is done in kernel, thus transparent and mandatory to users. The results of testing with ClamAV show the framework effectively prevents viruses from entering system via common applications with low performance cost.

Key words: Virus; Application monitor; Linux; Access control; Virus scan