soji256 / exist_with_misp_autoinstall

This script automatically installs the cyber threat information aggregation and analyzing system EXIST.
MIT License
6 stars 3 forks source link

EXIST with MISP Auto-Installer

This script automatically installs the cyber threat information aggregation and analyzing system EXIST.
This tool uses misp-install-centos -7 to install MISP.

System Requirements

Fresh installed CentOS 7 is assumed.

Usage

Run as root.

sudo su -

Install:

wget https://raw.githubusercontent.com/soji256/exist_with_misp_autoinstall/master/exist_with_misp_install.sh

chmod 755 exist_with_misp_install.sh
./exist_with_misp_install.sh

Configuration:

wget https://raw.githubusercontent.com/soji256/exist_with_misp_autoinstall/master/exist_with_misp_configuration.sh

# Set Your API keys & DB Admin Password
vim exist_with_misp_configuration.sh

chmod 755 exist_with_misp_configuration.sh
./exist_with_misp_configuration.sh

Access:

# EXIST
http://localhost:8000/

# MISP
http://localhost/

EXIST

EXIST

MISP

MISP

Update History

Todo

Author: soji256 (Twitter @soji256)