Lyro1 / image_analysis

A little tool to get files from an ISO image and analyse potential threats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Analysis

A little forensic tool to analyse files from an ISO image.

Image Analysis provides 3 scripts that allows you to perform the following actions:

  • Get a clean and working setup of Log2Timeline Plaso on a Debian 9 running system.
  • Generate the .plaso and the .csv files from an ISO image with log2timeline.py and psort.py.
  • Get list of those files and filter them based on a trusted database of good files, using nsrllookup.

Usage

Image Analysis is a package of scripts that have been developped for Debian 9 devices only. We do not guarantee that those scripts will work on any other OS. If you want to use those on other OS, you may have to modify the scripts. If you do so, please submit a Pull Request so that we can add your scripts to the repository and potentialy help other people.

The scripts provided by Image Analysis are autonomus. If your device does not have the required softwares, the scripts will automatically get them before executing their original process. This means that you don't have to worry about some prerequisites to run those scripts.

For a detailed explanation on each script usage, please read the Wiki pages of each scripts.

Usefull Links

About

A little tool to get files from an ISO image and analyse potential threats


Languages

Language:Shell 100.0%