mirror of https://github.com/MISP/misp-dashboard
				
				
				
			|  a5b3931342 | ||
|---|---|---|
| config | ||
| static | ||
| templates | ||
| LICENSE | ||
| README.md | ||
| install_dependencies.sh | ||
| retreive_map_pic.py | ||
| server.py | ||
| start.sh | ||
| zmq_subscriber.py | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	MISP-Dashboard
A Dashboard showing live data and statistics from the MISP ZMQ
Installation
- Launch ./install_dependencies.shfrom the MISP-Dashboard directory
- Update the configuration file config.cfgso that it matches your system- Fields that you may change:
- RedisGlobal -> host
- RedisGlobal -> port
- RedisLog -> zmq_url
- RedisMap -> pathMaxMindDB
 
 
- Fields that you may change:
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