Rootkits: Subverting the Windows Kernel (Paperback)

Greg Hoglund, Jamie Butler

  • 出版商: Addison Wesley
  • 出版日期: 2005-07-01
  • 售價: $2,275
  • 貴賓價: 9.5$2,161
  • 語言: 英文
  • 頁數: 352
  • 裝訂: Paperback
  • ISBN: 0321294319
  • ISBN-13: 9780321294319
  • 立即出貨(限量) (庫存=1)

買這商品的人也買了...

商品描述

Table of Contents:

Preface.

Acknowledgments.

About the Authors.

About the Cover.

1. Leave No Trace.

    Understanding Attackers’ Motives.

    What Is a Rootkit?

    Why Do Rootkits Exist?

    How Long Have Rootkits Been Around?

    How Do Rootkits Work?

    What a Rootkit Is Not.

    Rootkits and Software Exploits.

    Offensive Rootkit Technologies.

    Conclusion.

2. Subverting the Kernel.

    Important Kernel Components.

    Rootkit Design.

    Introducing Code into the Kernel.

    Building the Windows Device Driver.

    Loading and Unloading the Driver.

    Logging the Debug Statements.

    Fusion Rootkits: Bridging User and Kernel Modes.

    Loading the Rootkit.

    Decompressing the .sys File from a Resource.

    Surviving Reboot.

    Conclusion.

3. The Hardware Connection.

    Ring Zero.

    Tables, Tables, and More Tables.

    Memory Pages.

    The Memory Descriptor Tables.

    The Interrupt Descriptor Table.

    The System Service Dispatch Table.

    The Control Registers.

    Multiprocessor Systems.

    Conclusion.

4. The Age-Old Art of Hooking.

    Userland Hooks.

    Kernel Hooks.

    A Hybrid Hooking Approach.

    Conclusion.

5. Runtime Patching.

    Detour Patching.

    Jump Templates.

    Variations on the Method.

    Conclusion.

6. Layered Drivers.

    A Keyboard Sniffer.

    The KLOG Rootkit: A Walk-through.

    File Filter Drivers.

    Conclusion.

7. Direct Kernel Object Manipulation.

    DKOM Benefits and Drawbacks.

    Determining the Version of the Operating System.

    Communicating with the Device Driver from Userland.

    Hiding with DKOM.

    Token Privilege and Group Elevation with DKOM.

    Conclusion.

8. Hardware Manipulation.

    Why Hardware?

    Modifying the Firmware.

    Accessing the Hardware.

    Example: Accessing the Keyboard Controller.

    How Low Can You Go? Microcode Update.

    Conclusion.

9. Covert Channels.

    Remote Command, Control, and Exfiltration of Data.

    Disguised TCP/IP Protocols.

    Kernel TCP/IP Support for Your Rootkit Using TDI.

    Raw Network Manipulation.

    Kernel TCP/IP Support for Your Rootkit Using NDIS.

    Host Emulation.

    Conclusion.

10. Rootkit Detection.

    Detecting Presence.

    Detecting Behavior.

    Conclusion.

Index.

 

商品描述(中文翻譯)

目錄:

前言。
致謝。
關於作者。
關於封面。
1. 不留痕跡。
- 了解攻擊者的動機。
- 什麼是 Rootkit?
- 為什麼會有 Rootkit?
- Rootkit 存在多久了?
- Rootkit 如何運作?
- Rootkit 不是什麼?
- Rootkit 和軟體漏洞。
- 攻擊性 Rootkit 技術。
- 結論。
2. 破壞核心。
- 重要的核心組件。
- Rootkit 設計。
- 將程式碼引入核心。
- 建立 Windows 裝置驅動程式。
- 載入和卸載驅動程式。
- 記錄偵錯語句。
- 融合 Rootkit:連接使用者和核心模式。
- 載入 Rootkit。
- 從資源中解壓縮 .sys 檔案。
- 在重新啟動後存活。