Project 6 Data Carving With Foremost (15 Points)
Project 6 Data Carving With Foremost (15 Points)
Purpose
Foremost was written by US Air Force special agents, and it's free
and open-source. It is very efficient at file carving--it rapidly scans
through disk images and reconstructs the files, using a list of known
headers and footers.
This makes it possible to recover the contents of files even after the
directory information for them is lost, often by reformatting the disk.
The filenames cannot be recovered by this technique, but the file
contents can.
Examine your Kali desktop and make sure there isn't a folder
named "output".
foremost -h
A list of options appears. We don't need any of them for this project,
but the most interesting one to note is -q which makes the scan
quicker by assuming every file will start on a sector boundary, which
seems like a very safe assumption.
File Carving with Foremost
On your Kali Linux machine, in a Terminal window, execute this
command:
foremost p15.dd
The "jpg" and "zip" folders contain the recovered files, and the
audit.txt file contains a list of all files recovered.
Double-click the audit.txt file.
Resize or scroll the window to show this text (your date and time will
be different):
8 FILES EXTRACTED
Notice that the images were recovered, but not the filenames--all
the files have numerical names now.
Double-click one of the recovered ZIP files. Kali Linux can't open it.
rm -rf /var/lib/apt/lists
apt-get update
Right-click one of the Zip files and click Rename. Change the file
extension to DOCX and press the Enter key.
Find the third file--a recipe for making Crank Meth, as shown below.
Recording Your Success
A name is redacted in the image above. Find it and use the form
below to put your name on the WINNERS PAGE.
Your Name:
SUBMIT