Giter VIP home page Giter VIP logo

ma-oracle's Introduction

ma-oracle

A simple Malware Analysis oracle tool to help store malicious files in a nice & tidy way! Supports compressed files, extracting the files from the archives and storing them according to their unique SHA signature.

Tired of finding forgotten malware files scattered around your file system? Worry no more, here is a simple oracle written in bash to help you keep your malicious files sorted all nice & tidy.

Screenshot:

Uses the following tools:

  • tree
  • xxd
  • sha256sum
  • file
  • ssdeep
  • exiftool
  • unzip
  • unrar
  • 7za

Ubuntu installation: sudo apt install exif-tool tree ssdeep p7zip unzip unrar

Parameters:

--file [NAME] : Process file NAME

--list [ALL] : List ALL oracle entries

--list [SHA-256] : List entry with SHA-256

--search [VALUE] : Search for VALUE in oracle

--report [SHA-256] : Show report information for entry with SHA-256

--mods [ALL] : Print a list of ALL locations/files where modifications (ordered descending by date/time) occured

--mods [LAST] : Print the location/file where the LAST modification occured in oracle

--mods [SHA-256] : Print a list of locations/files where modifications occured in entry with SHA-256 (ordered descending by date/time)

--size [ALL] : Print disk size used by ALL oracle entries

--size [SHA-256] : Print disk size used by entry SHA-256

--delete [SHA-256] : Delete entry with SHA-256

Directories paths:

Variable ORACLE="/lab/oracle" defines the oracle location where all files will be saved to

ma-oracle's People

Contributors

qwertzy-antonio-godinho avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.