Book description
Though rootkits have a fairly negative image, they can be used for both good and evil. Designing BSD Rootkits arms you with the knowledge you need to write offensive rootkits, to defend against malicious ones, and to explore the FreeBSD kernel and operating system in the process.
Organized as a tutorial, Designing BSD Rootkits will teach you the fundamentals of programming and developing rootkits under the FreeBSD operating system. Author Joseph Kong's goal is to make you smarter, not to teach you how to write exploits or launch attacks. You'll learn how to maintain root access long after gaining access to a computer and how to hack FreeBSD.
Kongs liberal use of examples assumes no prior kernel-hacking experience but doesn't water down the information. All code is thoroughly described and analyzed, and each chapter contains at least one real-world application.
Included:
The fundamentals of FreeBSD kernel module programming
Using call hooking to subvert the FreeBSD kernel
Directly manipulating the objects the kernel depends upon for its internal record-keeping
Patching kernel code resident in main memory; in other words, altering the kernel's logic while it's still running
How to defend against the attacks described
Hack the FreeBSD kernel for yourself!
Table of contents
-
Designing BSD Rootkits
- ACKNOWLEDGMENTS
- FOREWORD
- INTRODUCTION
- 1. LOADABLE KERNEL MODULES
- 2. HOOKING
- 3. DIRECT KERNEL OBJECT MANIPULATION
- 4. KERNEL OBJECT HOOKING
- 5. RUN-TIME KERNEL MEMORY PATCHING
- 6. PUTTING IT ALL TOGETHER
- 7. DETECTION
- 8. CLOSING WORDS
- BIBLIOGRAPHY
- COLOPHON
Product information
- Title: Designing BSD Rootkits
- Author(s):
- Release date: April 2007
- Publisher(s): No Starch Press
- ISBN: 9781593271428
You might also like
book
FreeBSD Device Drivers
FreeBSD Device Drivers is the first and only book to teach readers how to develop device …
book
Embedded Linux
Embedded Linux provides the reader the information needed to design, develop, and debug an embedded Linux …
book
Linux for Embedded and Real-time Applications, 4th Edition
Linux for Embedded and Real-Time Applications, Fourth Edition, provides a practical introduction to the basics, covering …
book
Design and Implementation of the FreeBSD Operating System, The
As in earlier Addison-Wesley books on the UNIX-based BSD operating system, Kirk McKusick and George Neville-Neil …