A dashboard for a real-time overview of threat intelligence from MISP instances
 
 
 
 
 
Go to file
Sami Mokaddem a337ee1a85 Added pic centering in lastDataTable 2017-11-07 12:59:32 +01:00
config
static Added pic centering in lastDataTable 2017-11-07 12:59:32 +01:00
templates Added organisation global ranking dipslay 2017-11-07 12:54:08 +01:00
LICENSE
README.md
contributor_helper.py Added organisation global ranking dipslay 2017-11-07 12:54:08 +01:00
install_dependencies.sh
retreive_map_pic.py
server.py Added organisation global ranking dipslay 2017-11-07 12:54:08 +01:00
start.sh
util.py
zmq_subscriber.py Added support of org logo 2017-11-06 18:40:44 +01:00

README.md

MISP-Dashboard

A Dashboard showing live data and statistics from the MISP ZMQ

Installation

  • Launch ./install_dependencies.sh from the MISP-Dashboard directory
  • Update the configuration file config.cfg so that it matches your system
    • Fields that you may change:
      • RedisGlobal -> host
      • RedisGlobal -> port
      • RedisLog -> zmq_url
      • RedisMap -> pathMaxMindDB

Starting the System

  • Activate your virtualenv . ./DASHENV/bin/activate
  • Listen to the MISP feed by starting the zmq_subscriber ./zmq_subscriber.py
  • Start the Flask server ./server.py

zmq_subscriber options


A zmq subscriber. It subscribe to a ZMQ then redispatch it to the MISP-dashboard

optional arguments:
  -h, --help            show this help message and exit
  -n ZMQNAME, --name ZMQNAME
                        The ZMQ feed name
  -u ZMQURL, --url ZMQURL
                        The URL to connect to