|
|
|
@ -6,14 +6,14 @@ An experimental dashboard showing live data and statistics from the ZMQ of one o |
|
|
|
|
- Shows direct contribution made by organisations |
|
|
|
|
- Shows live resolvable posted locations |
|
|
|
|
|
|
|
|
|
 |
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
## Geolocalisation Dashboard |
|
|
|
|
|
|
|
|
|
- Provides historical geolocalised information to support security teams, CSIRTs or SOC finding threats in their constituency |
|
|
|
|
- Possibility to get geospatial information from specific regions |
|
|
|
|
|
|
|
|
|
 |
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
## Contributors Dashboard |
|
|
|
|
|
|
|
|
@ -29,10 +29,25 @@ __Includes__: |
|
|
|
|
- Gamification of the platform: |
|
|
|
|
- Two different levels of ranking with unique icons |
|
|
|
|
- Exclusive obtainable badges for source code contributors and donator |
|
|
|
|
|
|
|
|
|
 |
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
 |
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
## Users Dashboard |
|
|
|
|
|
|
|
|
|
- Shows when and how the platform is used: |
|
|
|
|
- Login punchcard and overtime |
|
|
|
|
- Contribution vs login |
|
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
## Trendings Dashboard |
|
|
|
|
|
|
|
|
|
- Provides real time information to support security teams, CSIRTs or SOC showing current threats and activity |
|
|
|
|
- Shows most active events, categories and tags |
|
|
|
|
- Shows sightings and discussion overtime |
|
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
# Installation |
|
|
|
|
- Launch ```./install_dependencies.sh``` from the MISP-Dashboard directory |
|
|
|
@ -42,7 +57,8 @@ __Includes__: |
|
|
|
|
- RedisGlobal -> port |
|
|
|
|
- RedisGlobal -> zmq_url |
|
|
|
|
- RedisGlobal -> misp_web_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``` |
|
|
|
|