GitHub - NUKIB/misp-modules: Docker image for MISP modules

Container image for MISP modules based on AlmaLinux 9.

This image is intended to use it with MISP image.

Usage

Download the latest image:

docker pull ghcr.io/nukib/misp-modules:latest

If you don't trust image build by GitHub Actions and stored in GitHub Container Registry or you want to build different MISP modules version, you can build this image by yourself:

docker build --build-arg MISP_MODULES_VERSION=v2.4.165 -t ghcr.io/nukib/misp-modules https://github.com/NUKIB/misp-modules.git#main

Then you can run container from this image:

docker run -d -p 127.0.0.0:6666:6666 ghcr.io/nukib/misp-modules:latest

Environment variables

  • SENTRY_DSN (optional, string) - Sentry DSN for exception logging

Custom modules

You can include custom modules by coping them into /modules/(action_mod,expansion,export_mod,import_mod) directory.

License

This software is licensed under GNU General Public License version 3. MISP modules is licensed under GNU Affero General Public License version 3.