2.data Acquisition
2.data Acquisition
and Investigations
Fifth Edition
Chapter 3
Data Acquisition
Objectives
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 2
Objectives
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 3
Understanding Storage Formats for
Digital Evidence
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 4
Raw Format
• Makes it possible to write bit-stream data to files
• Advantages
– Fast data transfers
– Ignores minor data read errors on source drive
– Most computer forensics tools can read raw format
• Disadvantages
– Requires as much storage as original disk or data
– Tools might not collect marginal (bad) sectors
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 5
Proprietary Formats
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 7
Advanced Forensics Format
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 8
Determining the Best Acquisition
Method
• Types of acquisitions
– Static acquisitions and live acquisitions
• Four methods of data collection
– Creating a disk-to-image file
– Creating a disk-to-disk
– Creating a logical disk-to-disk or disk-to-data file
– Creating a sparse data copy of a file or folder
• Determining the best method depends on the
circumstances of the investigation
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 9
Determining the Best Acquisition
Method
• Creating a disk-to-image file
– Most common method and offers most flexibility
– Can make more than one copy
– Copies are bit-for-bit replications of the original drive
– ProDiscover, EnCase, FTK, SMART, Sleuth Kit, X-
Ways, iLookIX
• Creating a disk-to-disk
– When disk-to-image copy is not possible
– Tools can adjust disk’s geometry configuration
– EnCase, SafeBack, SnapCopy
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 10
Determining the Best Acquisition
Method
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 11
Determining the Best Acquisition
Method
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 12
Contingency Planning for Image
Acquisitions
• Create a duplicate copy of your evidence image file
• Make at least two images of digital evidence
– Use different tools or techniques
• Copy host protected area of a disk drive as well
– Consider using a hardware acquisition tool that can
access the drive at the BIOS level
• Be prepared to deal with encrypted drives
– Whole disk encryption feature in Windows called
BitLocker makes static acquisitions more difficult
– May require user to provide decryption key
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 13
Using Acquisition Tools
• Acquisition tools for Windows
– Advantages
• Make acquiring evidence from a suspect drive more
convenient
– Especially when used with hot-swappable devices
– Disadvantages
• Must protect acquired data with a well-tested write-
blocking hardware device
• Tools can’t acquire data from a disk’s host protected area
• Some countries haven’t accepted the use of write-
blocking devices for data acquisitions
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 14
Capturing an Image with ProDiscover
Basic
• Connecting the suspect’s drive to your workstation
– Document the chain of evidence for the drive
– Remove the drive from the suspect’s computer
– Configure the suspect drive’s jumpers as needed
– Connect the suspect drive to write-blocker device
– Create a storage folder on the target drive
• Using ProDiscover’s Proprietary Acquisition Format
– Follow the steps starting on page 108 to start
ProDiscover Basic and configure settings for
acquisition
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 15
Capturing an Image with ProDiscover
Basic
• Using ProDiscover’s Proprietary Acquisition Format
(con’t)
– ProDiscover creates image files with an .eve
extension, a log file (.log extension), and a special
inventory file (.pds extension)
– If the compression option was selected, ProDiscover
uses a .cmp rather than an .eve extension on all
segmented volumes
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 16
Capturing an Image with ProDiscover
Basic
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 17
Capturing an Image with ProDiscover
Basic
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 18
Capturing an Image with ProDiscover
Basic
• Using ProDiscover’s Raw Acquisition Format
– Follow the same steps as for the proprietary format,
but select the “UNIX style dd” format in the Image
Format list box
– Raw acquisition saves only the image data and hash
value
– The raw format creates a log file (.pds extension)
and segmented volume files
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 19
Capturing an Image with AccessData
FTK Imager Lite
• Included with AccessData Forensic Toolkit
• Designed for viewing evidence disks and disk-to-
image files
• Makes disk-to-image copies of evidence drives
– At logical partition and physical drive level
– Can segment the image file
• Evidence drive must have a hardware write-
blocking device
– Or run from a Live CD, such as Mini-WinFE
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 20
Capturing an Image with AccessData
FTK Imager Lite
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 21
Capturing an Image with AccessData
FTK Imager Lite
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 22
Capturing an Image with AccessData
FTK Imager Lite
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 23
Capturing an Image with AccessData
FTK Imager Lite
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 24
Capturing an Image with AccessData
FTK Imager Lite
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 25
Capturing an Image with AccessData
FTK Imager Lite
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 26
Capturing an Image with AccessData
FTK Imager Lite
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 27
Validating Data Acquisitions
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 28
Linux Validation Methods
• Validating dd acquired data
– You can use md5sum or sha1sum utilities
– md5sum or sha1sum utilities should be run on all suspect
disks and volumes or segmented volumes
• Validating dcfldd acquired data
– Use the hash option to designate a hashing algorithm of
md5, sha1, sha256, sha384, or sha512
– hashlog option outputs hash results to a text file that can
be stored with the image files
– vf (verify file) option compares the image file to the
original medium
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 29
Windows Validation Methods
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 30
Performing RAID Data Acquisitions
• Acquisition of RAID drives can be challenging and
frustrating because of how RAID systems are
– Designed
– Configured
– Sized
• Size is the biggest concern
– Many RAID systems now have terabytes of data
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 31
Understanding RAID
• Redundant array of independent (formerly
“inexpensive”) disks (RAID)
– Computer configuration involving two or more disks
– Originally developed as a data-redundancy measure
• RAID 0
– Provides rapid access and increased storage
– Biggest disadvantage is lack of redundancy
• RAID 1
– Designed for data recovery
– More expensive than RAID 0
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 32
Understanding RAID
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 33
Understanding RAID
• RAID 2
– Similar to RAID 1
– Data is written to a disk on a bit level
– Has better data integrity checking than RAID 0
– Slower than RAID 0
• RAID 3
– Uses data stripping and dedicated parity
• RAID 4
– Data is written in blocks
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 34
Understanding RAID
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 35
Understanding RAID
• RAID 5
– Similar to RAIDs 0 and 3
– Places parity recovery data on each disk
• RAID 6
– Redundant parity on each disk
• RAID 10, or mirrored striping
– Also known as RAID 1+0
– Combination of RAID 1 and RAID 0
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 36
Understanding RAID
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 37
Acquiring RAID Disks
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 38
Acquiring RAID Disks
• Vendors offering RAID acquisition functions
– Technology Pathways ProDiscover
– Guidance Software EnCase
– X-Ways Forensics
– AccessData FTK
– Runtime Software
– R-Tools Technologies
• Occasionally, a RAID system is too large for a static
acquisition
– Retrieve only the data relevant to the investigation with the
sparse or logical acquisition method
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 39
Summary
• Forensics data acquisitions are stored in three
different formats:
– Raw, proprietary, and AFF
• Data acquisition methods
– Disk-to-image file
– Disk-to-disk copy
– Logical disk-to-disk or disk-to-data file
– Sparse data copy
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 40
Summary
• Several tools available
– Lossless compression is acceptable
• Plan your digital evidence contingencies
– Make a copy of each acquisition
• Write-blocking devices or utilities must be used with
GUI acquisition tools
• Always validate acquisition
• A Linux Live CD, such as SIFT, Kali Linux, or Deft,
provides many useful tools for digital forensics
acquisitions
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 41
Summary
• Preferred Linux acquisition tool is dcfldd (not dd)
• Use a physical write-blocker device for acquisitions
• To acquire RAID disks, determine the type of RAID
– And then which acquisition tool to use
• Remote network acquisition tools require installing
a remote agent on the suspect computer
Guide to Computer Forensics and Investigations Fifth Edition © Cengage Learning 2015 42