Skip to content

Tools 4 IntelMQ w/ Docker. Make IntelMQ great again!

Notifications You must be signed in to change notification settings

certat/intelmq-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a5ec3a9 · Mar 20, 2025
Oct 4, 2023
Nov 28, 2022
Jul 27, 2023
Mar 20, 2025
Mar 7, 2024
Mar 7, 2024
Dec 17, 2020
Apr 27, 2021
Nov 14, 2022
Aug 30, 2021
Feb 5, 2024
Mar 7, 2024
Nov 12, 2020
Jul 20, 2023
Aug 22, 2023
Aug 25, 2021
Jul 27, 2023
Sep 14, 2021
Mar 20, 2025
Aug 29, 2023
Sep 14, 2021
Apr 15, 2021

Repository files navigation

intelmq-docker

ATTENTION This docker image is not docker compliant. THIS is just for beta usage & information gathering. Do not run this software in production, it might break.

Information

This repository is currently maintained by CERT.at.

If you do have any questions / feedback / questions, please open an issue :)

Fastest way to run & deploy

  1. cd ~
  2. sudo apt update && sudo apt upgrade -y && sudo apt install docker.io git docker-compose
  3. git clone https://github.com/certat/intelmq-docker.git --recursive
  4. cd intelmq-docker
  5. docker-compose pull
  6. docker-compose up
  7. Open your favourite browser -> Go to http://127.0.0.1:1337/

For developers

Please take a look to DEVELOP-GUIDE.md

Build and deploy new images

If you want to build/deploy/test this container run

  1. chmod +x build.sh
  2. chmod +x test.sh
  3. chmod +x publish.sh

!ATTENTION! Only CERT.AT employee's/maintainer can publish on the certat/ repository. Change this in publish.sh

How to develop new features & build containers?

ATTENTION Make sure to change certat/intelmq-full:1.0 to intelmq-full:1.0 in docker-compose.yml

Start making your changes in intelmq, intelmq-api or intelmq-manager.

If you're finished and ready to test within your docker enviroment

  1. cd ~/intelmq-docker
  2. sudo ./build.sh

Now your docker image should be built successfully. Check for errors :)

Now lets run tests to ensure our image is ready.

  1. sudo ./test.sh

About

Tools 4 IntelMQ w/ Docker. Make IntelMQ great again!

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published