June 2016
Beginner to intermediate
322 pages
6h 18m
English
Let's take a look how we can use Plaso in practice.
Let's assume that we have an image of the hard drive from the infected PC, and now we need to investigate this case to figure out how the infection occurred.
First, we need observe the image and determine partitions, which we need to analyze. To do this, we need to use the mmls tool from TSK.
Then, we can build bodyfile with log2timeline:

Now, we will use a dynamic format for output. The dynamic output format allows the setting of filtering rules as SQL-SELECT-like requests. We will build our rules based on the following attributes of events:
|
Attribute |
Description |
|
Date |
This is ... |