Tuluka 介绍
Rootkit 是指其主要功能为隐藏其他程式进程的软件,可能是一个或一个以上的软件组合;广义而言,Rootkit也可视为一项技术。
它具有如下特色:
- 检测隐藏进程,驱动和设备(Detects hidden processes, drivers and devices)
- 检测IRP HOOK(Detects IRP hooks)
- 鉴别DRIVER_OBJECT结构中被替换的项(Identifies the substitution of certain fields in DRIVER_OBJECT structure)
- 检查驱动签名(Checks driver signatures)
- 检测和恢复 SSDT HOOK(Detects and restores SSDT hooks)
- 检测全局描述符表中的恶意描述符(Detects suspicIoUs descriptors in GDT)
- IDT HOOK检测(IDT hook detection)
- SYSENTER hook 检测(SYSENTER hook detection)
- 显示列举系统中的所有线程并允许你终止它们(displays list of system threads and allows you to suspend them)
- IAT和 Inline hook检测 (IAT and Inline hook detection)
- 显示调试寄存器的值,即使这些寄存器正被人控制(Shows the actual values of the debug registers, even if reading these registers is controlled by someone)
- 可以通过地址找出模块中的系统模块地址(Allows you to find the system module by the address within this module)
- 可以显示内核内存的内容并可以将其保存至磁盘(Allows you to display contents of kernel memory and save it to disk)
- 可以dump内核驱动和所有进程的主要模块(Allows you to dump kernel drivers and main modules of all processes)
- 可以终止任何进程(Allows you to terminate any process)
- Is able to dissasemble interrupt and IRP handlers, system services, start routines of system threads and many more
- Allows to build the stack for selected device
介绍内容来自 http://www.pulog.org/tools/1859/Tuluka/
Tuluka 官网
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。