Data Acquisition Flashcards
Data Acquisition
- making a forensic copy of evidence, which could be any type of media
- hard disk drive, USB, CD/DVD, etc
Why do we Acquire?
- NEVER work directly on a suspected machine
- 1st: you might end up damaging evidence
- 2nd: the client likely cannot afford to not have the machine to keep working on
- 3rd: with only one copy, there is no way for multiple teams or investigators to work on the same case in parallel
What is important to remember about the first image taken?
- You’re not supposed to work on the first image you take
- The original image needs to be saved, and copies are made to do the actual work on
Order of Volatility?
- registers
- cpu cache
- RAM
- HDD
- External and Secondary storage devices
What are the two types of data acquisition?
- static
- dynamic/live
Static Acquisition
- gathering non-volatile data
- gathering the data that remains intact after the system reboots or goes down
- hard disks, flash discs
Dynamic Acquisition
- gathering volatile data while the system is still running
Which type of acquisition is typically done first?
- dynamic; higher risk of losing live data
Raw Format
- simplest format to save an image
- data is read from the source device’s disk and written on a file
- the image file can be mounted later and analyzed for evidence
What are the benefits of Raw Format?
- offers a faster transfer rate
- popular on most forensic tools; gives flexibility to move between different frameworks
What are some things to be aware of with Raw Format?
- takes up the same space as the original target device drive’s size
- neglects small errors on the source disk
What tool allows a disk to be imaged and split into multiple smaller files?
- DD tool
Proprietary Format
- commercial tools implement their own file format
- compress the data for space efficiency, but makes the imaging and analysis process slower
What are the advantages of using proprietary formats?
- space efficiency
- all the case related metadata
- data are on a single file
- allows investigator to do all work on a single framework (imaging, analysis, and reporting modules are all on the same tool)
What are the disadvantages of using proprietary formats?
- slower due to the compression/decompression and encoding/decoding processes
- binds the investigator to the framework since the proprietary format cannot cross platforms