Skip to content
This repository has been archived by the owner on Apr 27, 2018. It is now read-only.

opensourcesec/malstrom

Repository files navigation

alt tag

Cyber Intelligence Management Platform

Ruby Build Status Deploy

Malstrom aims to be a repository for threat tracking and forensic artifacts, but also stores YARA rules and notes for investigation

Dashboard

alt tag

Malware Samples

alt tag

Malware File Details

alt tag

Threat Tag Cloud

alt tag

IOC Extraction and Storage

alt tag

YARA Rule Storage

alt tag

Installation

  • Clone repository
  • Edit app/assets/vt.key and input your VirusTotal API key as the only line in the file
  • cd into project directory and run 'bundle install'
  • setup the database.yml config file for your chosen DB
  • Type 'rake db:migrate' to run database migrations
  • Run RAILS_ENV=production bundle exec rake assets:precompile to precompile assets
  • Finally, run the server with the command 'rails server -e production'