Practical Forensic Imaging by Bruce Nikkel
Author:Bruce Nikkel
Language: eng
Format: epub, mobi, pdf
Publisher: No Starch Press, Inc.
Published: 2016-10-11T04:00:00+00:00
The dcfldd and dc3dd Tools
Two popular dd derivatives, dcfldd and dc3dd, were independently developed specifically for use in a forensic context.
Because dcfldd and dc3dd originate from GNU dd, they use a similar command syntax. Neither tool has built-in support for writing to forensic formats (FTK, EnCase, AFF), compression, or image encryption. But you can achieve these functions through the use of command piping, which I’ll demonstrate in subsequent sections.
The following example uses dcfldd to image a disk, ensuring blocks containing unreadable sectors are padded and don’t cause an abort:
# dcfldd if=/dev/sde of=image.raw conv=noerror,sync errlog=error.log
241664 blocks (7552Mb) written.
241664+0 records in
241664+0 records out
Errors are written to a separate error log file. The dcfldd tool does not use conv=noerror,sync by default; you must add it manually.
A similar imaging command for dc3dd is shown in the next example. By default, dc3dd does a good job of managing errors during acquisition. No conv=noerror,sync flag is needed because it’s built in. The output is well documented, both to stdout and to the log file. Here is a simple example acquisition:
# dc3dd if=/dev/sde of=image.raw log=error.log
Download
Practical Forensic Imaging by Bruce Nikkel.mobi
Practical Forensic Imaging by Bruce Nikkel.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
The Mikado Method by Ola Ellnestam Daniel Brolund(21441)
Hello! Python by Anthony Briggs(20695)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(19130)
Dependency Injection in .NET by Mark Seemann(18771)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(18369)
Kotlin in Action by Dmitry Jemerov(18123)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(18025)
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(16942)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(16863)
Grails in Action by Glen Smith Peter Ledbrook(16000)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(13717)
Secrets of the JavaScript Ninja by John Resig & Bear Bibeault(11736)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(10601)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(10583)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(9669)
Hit Refresh by Satya Nadella(9093)
The Kubernetes Operator Framework Book by Michael Dame(8530)
Exploring Deepfakes by Bryan Lyon and Matt Tora(8354)
Robo-Advisor with Python by Aki Ranin(8299)