/irma

IRMA is an asynchronous & customizable analysis system for suspicious files.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

IRMA: Incident Response & Malware Analysis

Documentation Status

This is the main repository for IRMA, an asynchronous & customizable analysis system for suspicious files.

This contain the documentation for IRMA project, which is built using Sphinx and is available online on the Read the Docs platform.

Repositories

If you want to try/install IRMA, read the doc that will guide you to automatic install process. All scripts are hosted at our vagrant/ansible repository:

If you want to take a look at the sources or go through the manual install process:

all got a common dependency named irma-common that is set as a submodule in all three repositories:

Resources

Build the documentation

You'll need to install Sphinx, and the run:

$ make # to see all build options available
$ make html

Open your browser to the _build/html/index.html file.