/Enigma

Primary LanguagePython

Introduction

The solution is aimed at providing as much information within the forensic bailiwick of an investigation. Our solution consists of 2 main categories, hardware and software. Under hardware, we will be utilizing the already pre-existing BashBunny to dump out the host machine’s RAM data and Event Logs, which will then be analyzed by our software solutions.


Issues Issues Issues Issues Issues Issues Issues Issues

The software category consists of a trilogy of modules - a Windows Security Event Log analyzer, a PE static analyzer, and automated RAM analysis. The solution will also contain a Graphical User Interface (GUI) to not only ease navigation and interaction between modules, but also to display the results in a concise manner for investigators to follow up. This GUI is designed for user-friendliness to ease the job of newer/less experienced investigators, while allowing the user to have a clear overview of their task-at-hand.

Software Requirements

  • Python 3.8.6
  • Mozilla FireFox

Installation

Local Approach

  1. Ensure you have Mozila Firefox installed on your computer.
  2. Ensure all dependencies are installed pip install -r requirements.txt

Portable Approach

  1. Install Portable FireFox into the project folder where installer is downloadable at:
    https://portableapps.com/apps/internet/firefox_portable
  2. Browse to \FirefoxPortable\Other\Source and copy FirefoxPortable.ini o the \FirefoxPortable folder.
  3. Modify the FirefoxPortable.ini file you copied and modify the following values
Keys Values
DisableSplashScreen true
AllowMultipleInstances true
  1. Copy the whole project into a USB drive.
  2. Launch through launch.bat from your drive/disk

Usage

User guide can be found here

© 2021 Patrick Kang Wei Sheng & Kevin Tan All Rights Reserved