opensourcesec / malstrom

Cyber Intel Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

Cyber Intel Management

License:MIT License


Languages

Language:Ruby 36.0%Language:JavaScript 34.1%Language:HTML 23.0%Language:CSS 6.6%Language:CoffeeScript 0.3%