Benni0 / misp-modules

Docker image for MISP modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MISP Modules

Container image for MISP modules based on CentOS Stream 8.

This image is intended to use 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.152 -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

License

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

About

Docker image for MISP modules

License:GNU General Public License v3.0


Languages

Language:Shell 45.9%Language:Dockerfile 43.0%Language:Python 11.1%