Quantcast
Channel: Security Tools – Security List Network™
Viewing all articles
Browse latest Browse all 443

Multiscanner – Analyse files against multiple engines.

$
0
0

Introduction:
MultiScanner is a file analysis framework that assists the user in evaluating a set of files by automatically running a suite of tools for the user and aggregating the output. Tools can be custom built python scripts, web APIs, software running on another machine, etc. Tools are incorporated by creating modules that run in the MultiScanner framework.
Modules are designed to be quickly written and easily incorporated into the framework. Currently written and maintained modules are related to malware analytics, but the framework is not limited to that scope. For a list of modules you can look in modules, descriptions and config options can be found in docs/modules.md

multiscanner:
Modular file scanning/analysis framework

Requirements:
Python 2.7 is recommended. Compatibility with 2.7+ and 3.3+ is supported but not thoroughly maintained and tested. Please submit an issue or a pull request fixing any issues found with other versions of Python.

Usage:

git clone https://github.com/MITRECND/multiscanner && cd multiscanner
pip install -r requirements.txt
for build and install ssdeep
sudo BUILD_LIB=1 pip install ssdeep

./install.sh
python multiscanner.py init
python2 multiscanner.py -h

Source: https://github.com/MITRECND


Viewing all articles
Browse latest Browse all 443

Latest Images

Trending Articles



Latest Images