A dashboard for a real-time overview of threat intelligence from MISP instances
 
 
 
 
 
Go to file
Sami Mokaddem a3c853e490 Updated ranking level decision + updated support of message for zmq + Updated badge acquisition display to match data in DB 2017-11-09 16:31:04 +01:00
config fixed bugs if requesting data from non-existing org + refined draft updateOrgContributionRank + Fixed non existing org logo + try in zmq_subscribe 2017-11-09 13:43:02 +01:00
static Updated ranking level decision + updated support of message for zmq + Updated badge acquisition display to match data in DB 2017-11-09 16:31:04 +01:00
templates Updated ranking level decision + updated support of message for zmq + Updated badge acquisition display to match data in DB 2017-11-09 16:31:04 +01:00
LICENSE add: LICENSE added 2017-10-28 10:33:24 +02:00
README.md Update README.md 2017-11-09 10:35:22 +01:00
contributor_helper.py Updated ranking level decision + updated support of message for zmq + Updated badge acquisition display to match data in DB 2017-11-09 16:31:04 +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 Updated non-test function + minor UI fix 2017-11-09 10:58:18 +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 fixed bugs if requesting data from non-existing org + refined draft updateOrgContributionRank + Fixed non existing org logo + try in zmq_subscribe 2017-11-09 13:43:02 +01:00
zmq_subscriber.py Updated ranking level decision + updated support of message for zmq + Updated badge acquisition display to match data in DB 2017-11-09 16:31:04 +01:00

README.md

MISP-Dashboard

An experimental 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

License

Images and logos are handmade for:

  • rankingMISPOrg/
  • rankingMISPMonthly/
  • MISPHonorableIcons/

Note that:

  • Part of MISPHonorableIcons/1.svg comes from octicons.github.com (CC0 - No Rights Reserved)
  • Part of MISPHonorableIcons/2.svg comes from Zeptozephyr (CC0 - No Rights Reserved)
Copyright (C) 2017 CIRCL - Computer Incident Response Center Luxembourg (c/o smile, security made in Lëtzebuerg, Groupement d'Intérêt Economique)
Copyright (c) 2017 Sami Mokaddem


This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.