Skip to content

rht-jbittner/misp-modules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

If you don't like AlmaLinux, you can use as a base image different distribution that is compatible with AlmaLinux 9, like CentOS Stream or Red Hat Enterprise Linux:

docker build --build-arg BASE_IMAGE=quay.io/centos/centos:stream9 -t ghcr.io/nukib/misp https://github.com/NUKIB/misp.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.

About

Docker image for MISP modules

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 51.4%
  • Shell 41.7%
  • Python 6.9%