Skip to content

RyanNgCT/Autopsy-Plaso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Autopsy-Plaso

NP CSF DF Module Assignment

Introduction

Digital Forensics Assignment using the GUI based Autopsy 4 and Plaso software kit on SANS SIFT Workstation.

Used to simulate how these two Digital Forensic tools can aid evidence extraction for solving digital crimes.

Case Scenario: Autopsy Training Renzik Dognapping Case (available for download through Autopsy 8 hour training)

eposter

Slides we used for presentation are available here!

Requirements

Plaso Commands

  1. Log2Timeline.py

Purpose: create a dump file based on the acquired image. May need to select partition to be processed.

$ log2timeline.py [-f <filter_filename>] <output_filename> <input_filename>
  1. pinfo.py and file command

Purpose: gather information of the type of dump file and properties (registry, file, warnings etc.).

$ file <output_filename>
$ pinfo.py <output_filename>
  1. psort.py

Purpose: create the timeline of events for analysis in Timeline Explorer.

$ psort.py [-z <zone_identifier>] -o <output_type> -w <output_timeline> <input_dump_filename> [--slice <timeslice>] [timefilter]
  • -z: e.g. UTC, GMT+8 etc.
  • <output_type>: xlsx (smaller timelines) or tcsv (can be processed with Timeline Explorer in Windows)
  • -w: file to write to (a.k.a. output timeline file)

Contributors

About

NP CSF DF Module Assignment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published