Cover image for Managed code rootkits : hooking into runtime environments
Title:
Managed code rootkits : hooking into runtime environments
Personal Author:
Publication Information:
Amsterdam ; Boston, MA : Syngress, c2011
Physical Description:
xiii, 316 p. : ill. ; 24 cm.
ISBN:
9781597495745

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010274777 QA76.9.A25 M487 2011 Open Access Book Book
Searching...

On Order

Summary

Summary

Managed Code Rootkits is the first book to cover application-level rootkits and other types of malware inside the application VM, which runs a platform-independent programming environment for processes. The book, divided into four parts, points out high-level attacks, which are developed in intermediate language.

The initial part of the book offers an overview of managed code rootkits. It explores environment models of managed code and the relationship of managed code to rootkits by studying how they use application VMs. It also discusses attackers of managed code rootkits and various attack scenarios. The second part of the book covers the development of managed code rootkits, starting with the tools used in producing managed code rootkits through their deployment.

The next part focuses on countermeasures that can possibly be used against managed code rootkits, including technical solutions, prevention, detection, and response tactics. The book concludes by presenting techniques that are somehow similar to managed code rootkits, which can be used in solving problems.


Author Notes

Erez Metula (CISSP) is an application security researcher specializing in secure development practices, penetration testing, code reviews, and security training for developers. He has extensive hands-on experience performing security assessments and training for organizations worldwide. Erez is the founder of AppSec. He is also a leading instructor at many information security training sessions. He is a constant speaker at security conferences, and has spoken at Black Hat, DEF CON, CanSecWest, OWASP, and more.


Table of Contents

Part I Overview
Chapter 1 Introduction
Chapter 2 Managed Code Rootkits
Part II Malware Development
Chapter 3 Tools of the Trade
Chapter 4 Runtime Modification
Chapter 5 Manipulating the Runtime
Chapter 6 Extending the Language with a Malware API
Chapter 7 Automated Framework Modification
Chapter 8 Advanced Topics
Part III Countermeasures
Chapter 9 Defending against MCRs
Part IV Where Do We Go from Here?
Chapter 10 Other Uses of Runtime Modification