Forensic Discovery (Hardcover)
暫譯: 取證發現 (精裝版)
Dan Farmer, Wietse Venema
- 出版商: Addison Wesley
- 出版日期: 2005-01-09
- 定價: $1,650
- 售價: 9.0 折 $1,485
- 語言: 英文
- 頁數: 240
- 裝訂: Hardcover
- ISBN: 020163497X
- ISBN-13: 9780201634976
-
相關分類:
資訊安全、Computer-networks
立即出貨(限量)
買這商品的人也買了...
-
$520$406 -
$1,620$1,539 -
$590$466 -
$833Optics: An Introduction for Technicians and Technologists (Paperback)
-
$680Microsoft Office 2003 Step by Step
-
$560$476 -
$1,590$1,511 -
$1,078Machine Learning (IE-Paperback)
-
$750$593 -
$490$382 -
$490$382 -
$931Computers, 12/e (IE)
-
$580$452 -
$890$703 -
$480$379 -
$690$538 -
$650$507 -
$399Hacking Exposed Computer Forensics (Paperback)
-
$520$406 -
$580$452 -
$620$490 -
$880$748 -
$2,200The IDA Pro Book : The Unofficial Guide to the World's Most Popular Disassembler, 2/e (Paperback)
-
$1,590$1,511 -
$825Linux Bible, 8/e (Paperback)
商品描述
Description:
"Don't look now, but your fingerprints are all over the cover of this book. Simply picking it up off the shelf to read the cover has left a trail of evidence that you were here.
"If you think book covers are bad, computers are worse. Every time you use a computer, you leave elephant-sized tracks all over it. As Dan and Wietse show, even people trying to be sneaky leave evidence all over, sometimes in surprising places.
"This book is about computer archeology. It's about finding out what might have been based on what is left behind. So pick up a tool and dig in. There's plenty to learn from these masters of computer security."
--Gary McGraw, Ph.D., CTO, Cigital, coauthor of Exploiting Software and Building Secure Software"A wonderful book. Beyond its obvious uses, it also teaches a great deal about operating system internals."
--Steve Bellovin, coauthor of Firewalls and Internet Security, Second Edition, and Columbia University professor"A must-have reference book for anyone doing computer forensics. Dan and Wietse have done an excellent job of taking the guesswork out of a difficult topic."
--Brad Powell, chief security architect, Sun Microsystems, Inc."Farmer and Venema provide the essential guide to 'fossil' data. Not only do they clearly describe what you can find during a forensic investigation, they also provide research found nowhere else about how long data remains on disk and in memory. If you ever expect to look at an exploited system, I highly recommend reading this book."
--Rik Farrow, Consultant, author of Internet Security for Home and Office"Farmer and Venema do for digital archaeology what Indiana Jones did for historical archaeology. Forensic Discovery unearths hidden treasures in enlightening and entertaining ways, showing how a time-centric approach to computer forensics reveals even the cleverest intruder."
--Richard Bejtlich, technical director, ManTech CFIA, and author of The Tao of Network Security Monitoring"Farmer and Venema are 'hackers' of the old school: They delight in understanding computers at every level and finding new ways to apply existing information and tools to the solution of complex problems."
--Muffy Barkocy, Senior Web Developer, Shopping.com"This book presents digital forensics from a unique perspective because it examines the systems that create digital evidence in addition to the techniques used to find it. I would recommend this book to anyone interested in learning more about digital evidence from UNIX systems."
--Brian Carrier, digital forensics researcher, and author of File System Forensic AnalysisThe Definitive Guide to Computer Forensics: Theory and Hands-On Practice
Computer forensics--the art and science of gathering and analyzing digital evidence, reconstructing data and attacks, and tracking perpetrators--is becoming ever more important as IT and law enforcement professionals face an epidemic in computer crime. In Forensic Discovery, two internationally recognized experts present a thorough and realistic guide to the subject.
Dan Farmer and Wietse Venema cover both theory and hands-on practice, introducing a powerful approach that can often recover evidence considered lost forever.
The authors draw on their extensive firsthand experience to cover everything from file systems, to memory and kernel hacks, to malware. They expose a wide variety of computer forensics myths that often stand in the way of success. Readers will find extensive examples from Solaris, FreeBSD, Linux, and Microsoft Windows, as well as practical guidance for writing one's own forensic tools. The authors are singularly well-qualified to write this book: They personally created some of the most popular security tools ever written, from the legendary SATAN network scanner to the powerful Coroner's Toolkit for analyzing UNIX break-ins.
After reading this book you will be able to
- Understand essential forensics concepts: volatility, layering, and trust
- Gather the maximum amount of reliable evidence from a running system
- Recover partially destroyed information--and make sense of it
- Timeline your system: understand what really happened when
- Uncover secret changes to everything from system utilities to kernel modules
- Avoid cover-ups and evidence traps set by intruders
- Identify the digital footprints associated with suspicious activity
- Understand file systems from a forensic analyst's point of view
- Analyze malware--without giving it a chance to escape
- Capture and examine the contents of main memory on running systems
- Walk through the unraveling of an intrusion, one step at a time
The book's companion Web site contains complete source and binary code for open source software discussed in the book, plus additional computer forensics case studies and resource links.
Table of Contents:
Preface.
About the Authors.
I. BASIC CONCEPTS.
1. The Spirit of Forensic Discovery.
Introduction.
Unusual Activity Stands Out.
The Order of Volatility (OOV).
Layers and Illusions.
The Trustworthiness of Information.
The Fossilization of Deleted Information.
Archaeology vs. Geology.
2. Time Machines.
Introduction.
The First Signs of Trouble.
What's Up, MAC? An Introduction to MACtimes.
Limitations of MACtimes.
Argus: Shedding Additional Light on the Situation.
Panning for Gold: Looking for Time in Unusual Places.
DNS and Time.
Journaling File Systems and MACtimes.
The Foibles of Time.
Conclusion.
II. EXPLORING SYSTEM ABSTRACTIONS.
3. File System Basics.
Introduction.
An Alphabet Soup of File Systems.
UNIX File Organization.
UNIX File Names.
UNIX Pathnames.
UNIX File Types.
A First Look Under the Hood: File System Internals.
UNIX File System Layout.
I've Got You Under My Skin: Delving into the File System.
The Twilight Zone, or Dangers Below the File System Interface.
Conclusion.
4. File System Analysis.
Introduction.
First Contact.
Preparing the Victim's File System for Analysis.
Capturing the Victim's File System Information.
Sending a Disk Image Across the Network.
Mounting Disk Images on an Analysis Machine.
Existing File MACtimes.
Detailed Analysis of Existing Files.
Wrapping Up the Existing File Analysis.
Intermezzo: What Happens When a File Is Deleted?
Deleted File MACtimes.
Detailed Analysis of Deleted Files.
Exposing Out-of-Place Files by Their Inode Number.
Tracing a Deleted File Back to Its Original Location.
Tracing a Deleted File Back by Its Inode Number.
Another Lost Son Comes Back Home.
Loss of Innocence.
Conclusion.
5. Systems and Subversion.
Introduction.
The Standard Computer System Architecture.
The UNIX System Life Cycle, from Start-up to Shutdown.
Case Study: System Start-up Complexity.
Kernel Configuration Mechanisms.
Protecting Forensic Information with Kernel Security Levels.
Typical Process and System Status Tools.
How Process and System Status Tools Work.
Limitations of Process and System Status Tools.
Subversion with Rootkit Software.
Command-Level Subversion.
Command-Level Evasion and Detection.
Library-Level Subversion.
Kernel-Level Subversion.
Kernel Rootkit Installation.
Kernel Rootkit Operation.
Kernel Rootkit Detection and Evasion.
Conclusion.
6. Malware Analysis Basics.
Introduction.
The Dangers of Dynamic Program Analysis.
Program Confinement with Hard Virtual Machines.
Program Confinement with Soft Virtual Machines.
The Dangers of Confinement with Soft Virtual Machines.
Program Confinement with Jails and chroot().
Dynamic Analysis with System-Call Monitors.
Program Confinement with System-Call Censors.
Program Confinement with System-Call Spoofing.
The Dangers of Confinement with System Calls.
Dynamic Analysis with Library-Call Monitors.
Program Confinement with Library Calls.
The Dangers of Confinement with Library Calls.
Dynamic Analysis at the Machine-Instruction Level.
Static Analysis and Reverse Engineering.
Small Programs Can Have Many Problems.
Malware Analysis Countermeasures.
Conclusion.
III. BEYOND THE ABSTRACTIONS.
7. The Persistence of Deleted File Information.
Introduction.
Examples of Deleted Information Persistence.
Measuring the Persistence of Deleted File Contents.
Measuring the Persistence of Deleted File MACtimes.
The Brute-Force Persistence of Deleted File MACtimes.
The Long-Term Persistence of Deleted File MACtimes.
The Impact of User Activity on Deleted File MACtimes.
The Trustworthiness of Deleted File Information.
Why Deleted File Information Can Survive Intact.
Conclusion.
8. Beyond Processes.
Introduction.
The Basics of Virtual Memory.
The Basics of Memory Pages.
Files and Memory Pages.
Anonymous Memory Pages.
Capturing Memory.
The savecore Command.
Static Analysis: Recognizing Memory from Files.
Recovering Encrypted File Contents Without Keys.
File System Blocks vs. Memory Page Technique.
Recognizing Files in Memory.
Dynamic Analysis: The Persistence of Data in Memory.
File Persistence in Memory.
The Persistence of Nonfile, or Anonymous, Data.
Swap Persistence.
The Persistence of Memory Through the Boot Process.
The Trustworthiness and Tenacity of Memory Data.
Conclusion.
Appendix A. The Coroner's Toolkit and Related Software.
Introduction.
Data Gathering with grave-robber.
Time Analysis with mactime.
File Reconstruction with lazarus.
Low-Level File System Utilities.
Low-Level Memory Utilities.
Appendix B. Data Gathering and the Order of Volatility.
Introduction.
The Basics of Volatility.
The State of the Art.
How to Freeze a Computer.
Conclusion.
References.
Index.
商品描述(中文翻譯)
**描述:**
別看了,你的指紋已經遍佈這本書的封面。僅僅是從書架上拿起來閱讀封面,就留下了你在這裡的證據。
如果你認為書的封面很糟糕,那麼電腦就更糟了。每次你使用電腦時,會在上面留下像大象一樣的痕跡。正如 Dan 和 Wietse 所展示的,即使是試圖隱秘的人也會在意想不到的地方留下證據。
這本書是關於電腦考古學。它是關於根據留下的痕跡來發現可能發生過的事情。所以拿起工具,開始挖掘吧。從這些電腦安全的專家那裡有很多可以學習的東西。
--Gary McGraw, Ph.D., Cigital 首席技術官,《Exploiting Software》和《Building Secure Software》的合著者
一本精彩的書。除了其明顯的用途外,它還教會了很多有關操作系統內部的知識。
--Steve Bellovin,《Firewalls and Internet Security, Second Edition》的合著者,哥倫比亞大學教授
對於任何從事電腦取證的人來說,這是一本必備的參考書。Dan 和 Wietse 在這個困難的主題上做得非常出色,消除了許多猜測。
--Brad Powell,Sun Microsystems, Inc. 首席安全架構師
Farmer 和 Venema 提供了關於「化石」數據的基本指南。他們不僅清楚地描述了在取證調查中可以找到的內容,還提供了其他地方找不到的研究,關於數據在磁碟和記憶體中保持的時間。如果你希望查看被利用的系統,我強烈建議閱讀這本書。
--Rik Farrow,顧問,《Internet Security for Home and Office》的作者
Farmer 和 Venema 在數位考古學方面的貢獻,就像印第安納·瓊斯對歷史考古學的貢獻一樣。《Forensic Discovery》以啟發性和娛樂性的方式挖掘隱藏的寶藏,展示了以時間為中心的方法如何揭示即使是最狡猾的入侵者。
--Richard Bejtlich,ManTech CFIA 技術總監,《The Tao of Network Security Monitoring》的作者
Farmer 和 Venema 是「老派黑客」:他們喜歡在每個層面上理解電腦,並尋找新的方法將現有的信息和工具應用於解決複雜的問題。
--Muffy Barkocy,Shopping.com 高級網頁開發人員
這本書從獨特的角度呈現數位取證,因為它除了檢查用於尋找數位證據的技術外,還考察了創造數位證據的系統。我會推薦這本書給任何希望了解 UNIX 系統中數位證據的人。
--Brian Carrier,數位取證研究員,《File System Forensic Analysis》的作者
《電腦取證的權威指南:理論與實踐》
電腦取證——收集和分析數位證據、重建數據和攻擊、追蹤犯罪者的藝術與科學——在 IT 和執法專業人員面對電腦犯罪的流行病時變得越來越重要。在《Forensic Discovery》中,兩位國際公認的專家提供了這一主題的全面且現實的指南。
Dan Farmer 和 Wietse Venema 涵蓋了理論和實踐,介紹了一種強大的方法,通常可以恢復被認為永遠丟失的證據。
作者利用他們豐富的第一手經驗,涵蓋了從檔案系統到記憶體和核心黑客,再到惡意軟體的所有內容。他們揭示了許多常見的電腦取證神話,這些神話常常妨礙成功。讀者將找到來自 Solaris、FreeBSD、Linux 和 Microsoft Windows 的廣泛範例,以及撰寫自己取證工具的實用指導。作者非常適合撰寫這本書:他們親自創建了一些最受歡迎的安全工具,從傳奇的 SATAN 網路掃描器到強大的 Coroner's Toolkit,用於分析 UNIX 入侵。
閱讀完這本書後,你將能夠:
- 理解基本的取證概念:易變性、分層和信任
- 從運行中的系統中收集最大量的可靠證據
- 恢復部分損壞的信息並理解其意義
- 為你的系統建立時間線:了解實際發生了什麼
- 揭示從系統工具到核心模組的秘密變更
- 避免入侵者設下的掩蓋和證據陷阱
- 確定與可疑活動相關的數位足跡
- 從取證分析師的角度理解檔案系統
- 分析惡意軟體——不給它逃脫的機會
- 捕獲並檢查運行系統主記憶體的內容
- 一步一步地走過入侵的解開過程
本書的伴隨網站包含書中討論的開源軟體的完整源代碼和二進制代碼,以及額外的電腦取證案例研究和資源連結。
**目錄:**
前言。
關於作者。
I. 基本概念。
1. 取證發現的精神。
- 介紹。
- 異常活動突出。
- 易變性順序 (OOV)。
- 分層與幻象。
- 信息的可信度。
- 刪除信息的化石化。
- 考古學與地質學。
2. 時間機器。
- 介紹。
- 問題的第一個跡象。
- 什麼是 MAC?MACtimes 的介紹。
- MACtimes 的限制。
- Argus:進一步揭示情況。
- 淘金:在不尋常的地方尋找時間。
- DNS 和時間。
- 日誌檔案系統和 MACtimes。
- 時間的怪癖。
- 結論。
II. 探索系統抽象。
3. 檔案系統基礎。
- 介紹。
- 檔案系統的字母湯。
- UNIX 檔案組織。
- UNIX 檔案名稱。
- UNIX 路徑名。
- UNIX 檔案類型。
- 初步了解:檔案系統內部。
- UNIX 檔案系統佈局。
- 我在你皮膚下:深入檔案系統。
- 黃昏區,或檔案系統介面下的危險。