- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
内核脱钩技术在检测rootkit木马信息隐藏中的应用-Read.PDF
第29 卷 第14 期 计算机工程与设计 2008 年7 月
Vol . 2 9 N o . 14 Computer Engineering and Design July 2008
内核脱钩技术在检测rootkit 木马信息隐藏中的应用
吴坤鸿, 舒 辉, 董卫宇
(信息工程大学信息工程学院,河南郑州450002)
摘 要:简要讨论了Windows 内核系统服务调用机制,分析了基于rootkit 技术的木马通过内核态挂钩SystemServiceDispatch-
Table 隐藏各种敏感信息的一般原理。在检测SystemServiceDispatchTable 挂钩隐藏注册表键值的基础上,提出两种内核检测脱
钩方法,实现了对rootkit 挂钩的有效检测与脱钩,确保了系统获取注册表等敏感信息的完整性。
关键词:系统调用; 内核挂钩; 信息隐藏; 内核检测; 内核脱钩
中图法分类号:TP31 文献标识码:A 文章编号:1000-7024 (2008) 14-3635-03
Application of kernel unhooking in detecting information hiding of rootkit troj an
WU Kun-hong, SHU Hui, DONG Wei-yu
(College of Information Engineering, Information Engineering University, Zhengzhou 450002, China)
Abstract :The mechanism of Windows kernel system services call is briefly discussed, and then made an analysis on universal principles
of hiding various sensitive information by hooking System ServiceDispatchTable of troj an based on rootkit technology on the kernel level.
On the foundation of detecting registry hiding by kernel hooking, two kernel detecting-unhooking methods which are able to detecte and
unhook rootkit hooking is presented, and the query outcome integrity of sensitive information such as system registry is ensured.
Key words :kernel call; kernel hooking; information hiding; kernel detecting; kernel unhooking
核执行体实现各种功能。
0 引 言
从图1 可以看出,从用户模式调用本机系统服务是通过
目前各种杀毒软件检测技术不断提高,采用传统用户态 ntdll.dll 来实现的。表面上,Win32 函数为编程人员提供了大
技术的木马生存空间越来越小,因此,木马技术的研究已经开 量的API 接口来实现功能,但是这些Win32 函数只不过是一
始转向了操作系统的内核。Rootkit 是指具有
文档评论(0)