Digital Forensics
Assignment #2
Due by start of class on Tuesday, February 17

Extracting data from a filesystem image

Please examine the file filesys1.

The tools that I would like you to use are:

Please feel free to use other tools as you like to augment your answers.

These are the five levels of data extraction that I would like to see in your answer:

  1. What kind of filesystem is this and what are its general characteristics?
  2. What are the current contents of this filesystem, including filenames, directory names, and data in files?
  3. Extract the deleted contents of this filesystem, including filenames, directory names, and any recoverable data in files. Use tsk_recover to do this in an automated fashion, and then use fls -r and icat to do this by hand.
  4. Display a timeline of the events in this filesystem using fls -m and mactime. Raw output from mactime is fine, or you can enlarge on it if you like.
  5. Build a sqlite database of the contents of the database using tsk_loaddb.

Your Work Product:

Please submit your work at the beginning of class on Tuesday, February 17.