Storage and Forensic Gathering Flashcards
What types of write blockers are there?
Software and Hardware.
What is a type of software blocker?
Caine
What do you need to collect when examining physical media?
Collect the specs of each drive.
What the serial number is.
Any scratches or damage.
This size of the drive.
Other identifying features.
Why is taking notes of the physical media important?
It is to make sure that any and all issues are spotted and so that drives arent switch ruining evidence.
What is Hashing?
Its a unique signature or bit count of media.
When should you check the hash?
You should check before and after ananlysis.
What are common types of hashing algorithms
MD5 and SHA (256)
What is the comand to collect a forensic image?
dd if=(input_file) of=(output_file) bs=(block_size)
What does the “dd if=(input_file) of=(output_file) bs=(block_size)” comand do?
It is used to collect a foresic image.
Explain this example “dd if=gptimage.raw of=/dev/loop0 bs=512 skip=2048 count=204800”.
get file gptimage from the location /dev/loop0 into a space of size 512 starting at 2048 and taking 204800 bits.