Week3-Virtual Machine Forensics, Live Acquisitions
Week3-Virtual Machine Forensics, Live Acquisitions
Validation
Unit codes: MN624
• ProDiscover
– .eve files contain metadata that includes hash value
– Has a preference you can enable for using the Auto Verify
Image Checksum feature when image files are loaded
– If the Auto Verify Image Checksum and the hashes in
the .eve file’s metadata don’t match
• ProDiscover will notify that the acquisition is corrupt and can’t be
considered reliable evidence
• Steganalysis methods
– Stego-only attack
– Known cover attack
– Known message attack
– Chosen stego attack
– Chosen message attack
• Brute-force attacks
– Use every possible letter, number, and character found on
a keyboard
– This method can require a lot of time and processing
power
• Dictionary attack
– Uses common words found in the dictionary and tries
them as passwords
– Most use a variety of languages
• Rainbow table
– A file containing the hash values for every possible
password that can be generated from a computer’s
keyboard
– No conversion necessary, so it is faster than a brute-force
or dictionary attack
• Salting passwords
– Alters hash values and makes cracking passwords more
difficult
Case Project 3
A drive you’re investigating contains several password-protected
files and other files with headers that don’t match the extension.
Write a report describing the procedures for retrieving the
evidence with some of the forensics tools and hexadecimal
editors discussed in this chapter and chapter 8. Explain how to
identify he files header and determine how their extensions are
mismatched. Then discussed what techniques and tools you can
use for recovering password from the protected files
• FTK Imager can calculate only MD5 hash values. True or False?
•FTK Imager can find files in hidden partitions and slack space. True or False?
•What’s the file size of the LFG.pdf file without slack space?
•FTK Imager can’t be used to edit hex values. True or False?
•WinHex can calculate only SHA-1 and MD5 hash values. True or False?
•WinHex can edit hex values in file headers. True or False?