Skip to main content

One post tagged with "Filesystem"

View All Tags

πŸ¦‰ Thanatology part 4: Filesystem Forensics with the Exhume ToolKit.

Β· 15 min read
k1nd0ne
Digital Forensics Spiderman

This blog post is part of the Thanatology blog post series. If you haven’t checked it out, I recommend reading the following first:

In the previous part, we discovered how to perform partition discovery for the MBR and GPT layouts. The next step in our digital forensics examination process of a disk image is to identify the type of Filesystem present on a given partition and extract relevant data. In this blog post, we will first dive into the concept of file systems in general. Next, we will explore how the Exhume toolkit is designed to propose a way to understand multiple kinds of file systems and introduce an abstraction module. Finally, some updates on the Thanatology project will be proposed.