A dashboard for a real-time overview of threat intelligence from MISP instances
 
 
 
 
 
Go to file
Sami Mokaddem 90a518cc07 Added support of honorBadge + Added text related to global ranking requirements 2017-11-08 11:29:07 +01:00
config Added help text in contribution board 2017-11-06 17:14:10 +01:00
static Added support of honorBadge + Added text related to global ranking requirements 2017-11-08 11:29:07 +01:00
templates Added support of honorBadge + Added text related to global ranking requirements 2017-11-08 11:29:07 +01:00
LICENSE add: LICENSE added 2017-10-28 10:33:24 +02:00
README.md Create README.md 2017-10-27 23:03:23 +02:00
contributor_helper.py Added support of honorBadge + Added text related to global ranking requirements 2017-11-08 11:29:07 +01:00
install_dependencies.sh Fixed leaflet markers pic 2017-10-30 09:55:50 +01:00
retreive_map_pic.py Started support of MISP ZMQ 2017-10-13 15:03:09 +02:00
server.py Added support of honorBadge + Added text related to global ranking requirements 2017-11-08 11:29:07 +01:00
start.sh Display the number of log message in a dynamic chart + started support of multiple feeds 2017-08-24 16:02:28 +02:00
util.py Separeted contributor functions from server script 2017-11-06 10:42:51 +01:00
zmq_subscriber.py Added support of honorBadge + Added text related to global ranking requirements 2017-11-08 11:29:07 +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