Installing MISP Dashboard

Install MISP Dashboard
We will cover 2 different scenarios:
A) MISP v2.4 installed without the Dashboard. Installed with the script without parameter -D or without being installed because of the changes on versiones 2.4.122 & 2.4.123 related to changes in MaxMind.
B) MISP 2.4 installed with a version older than MISP 2.4.121 and using the script with -D parameter.
Verification os scenarios A) or B):
if you have a /var/www/misp-dashboard & /etc/apache2/sites-available/misp-dashboard.conf then you are in B) else you are in case A)
Step by Step Guide
- Create free account in MaxMind for the product geolite2
Go to My License Key:
- Generate a new key
- Add description (1), configure it for GeoIP Update (2) and versions older than 3.1.1 (3). Confirm.
- Note the User ID (1) ad created License Key (2). Download the configuration.
- Wait for 5 min for the key confirmation and receive a confirmation email.
- Access your MISP server through SSH
- Download the scripts in $HOME
DOWNLOAD THE SCRIPTS FROM HERE (Google Drive Shared Folder) https://drive.google.com/drive/folders/1q6dclzFvEFIIFd-atGx5npRCN8pDJoxY?usp=sharing
For Scenario A
INSTALL_MISP_DASHBOARD.sh
INSTALL_DEPENDENCIES_MOD.sh
For Scenario B
MODIFY_MISP_DASHBOARD.sh
- Execute:
For Scenario A
$ bash INSTALL_MISP_DASHBOARD.sh
For Scenario B
$ bash MODIFY_MISP_DASHBOARD.sh
- Your MaxMind user and password will be required
- Edit /var/www/misp-dashboard/config/config.cfg and change the host IP from 0.0.0.0 to your MISP server IP
- Restart network interface
$ sudo netplan apply
- Access your new dashboard on the port 8001 over https (https://MISP-IP:8001)
Created by Enrique Rossel – KMHCORP – 13/3/2020.