TheHive is a scalable 4-in-1 open source and free Security Incident Response Platform designed to make life easier for... read more
Edit the file /opt/thehive/conf/application.conf and enable the MISP section by uncommenting (deleting the #) the following lines and adding... read more
git clone https://github.com/CIRCL/AIL-framework.git
cd AIL-framework
./installing_deps.sh
cd ~/AIL-framework/
cd bin/
./LAUNCH.sh -l
read more
cd /opt
wget https://dl.bintray.com/thehive-project/binary/cortex-latest.zip
unzip cortex-latest.zip
ln -s cortex-3.0.1-1/ cortex
cd /opt/cortex/conf
mv application.sample application.conf
sudo chgrp cortex /opt/cortex/conf/application.conf
sudo chmod 640 /opt/cortex/conf/application.conf
Edit application.conf and uncomment... read more
Install MISP Dashboard
We will cover 2 different scenarios:
A) MISP v2.4 installed without the Dashboard. Installed with the script without... read more