Skip to content

crym/misp-modules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MISP Modules

Container image for MISP modules based on AlmaLinux 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.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

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

 
 
 

Contributors

Languages

  • Shell 47.4%
  • Dockerfile 41.2%
  • Python 11.4%