Categories

Category cover

Automation
155 posts

Category cover

Learning paths
119 posts

Category cover

CISO
22 posts

Category cover

Security
20 posts

Category cover

Notes
19 posts

Category cover

Personal Security
18 posts

Category cover

Infrastructure
12 posts

Category cover

OT/ICS
5 posts

Category cover

Books
3 posts

Category cover

UNetLab
3 posts

Category cover

Write-up
3 posts

Category cover

OSInt
2 posts

Category cover

My life
1 posts

Installing MISP

Andrea Dainese
May 06, 2025
Post cover

Installing MISP is relatively straightforward and is well documented in the user guide . For some reason, the user guide does not yet mention Ubuntu 24.04, although the installation script is available in the repository.

apt-get update
apt-get upgrade -y
wget -O /tmp/INSTALL.sh https://raw.githubusercontent.com/MISP/MISP/refs/heads/2.5/INSTALL/INSTALL.ubuntu2404.sh
bash /tmp/INSTALL.sh

At this point, the installation begins, displaying each step as it proceeds:

At the end, credentials to access the platform are shown:

By default, the platform is accessible at https://misp.local . If the system is reachable through a different FQDN, you can update the /var/www/MISP/app/Config/config.php file:

Continue reading the post on Patreon .