IntelMQ Universe

IntelMQ is more than a the core library itself and many programs are developed around in the IntelMQ universe. This document provides an overview of the ecosystem and all related tools. If you think something is missing, please let us know!

Unless otherwise stated, the products are maintained by the IntelMQ community.

IntelMQ Core

This is IntelMQ itself, as it is available on GitHub.

The Core includes all the components required for processing data feeds. This includes the bots, configuration, pipeline, the internal data format, management tools etc.

IntelMQ Manager

The Manager is the most known software and can be seen as the face of IntelMQ. This software provides a graphical user interface to the management tool intelmqctl.

Repository: IntelMQ Manager

IntelMQ Manager Landing page

IntelMQ Webinput CSV

A web-based interface to ingest CSV data into IntelMQ with on-line validation and live feedback.

This interface allows inserting “one-shot” data feeds into IntelMQ without the need to configure bots in IntelMQ.

Developed and maintained by CERT.at.

Repository: intelmq-webinput-csv

IntelMQ Webinput CSV Preview page

IntelMQ Mailgen

A solution allowing an IntelMQ setup with a complex contact database, managed by a web interface and sending out aggregated email reports. In different words: To send grouped notifications to network owners using SMTP.

Developed and maintained by Intevation, initially funded by BSI.

It consists of these three components, which can also be used on their own.

IntelMQ CertBUND Contact

The certbund-contact consists of two IntelMQ expert bots, which fetch and process the information from the contact database, and scripts to import RIPE data into the contact database. Based on user-defined rules, the experts determine to which contact the event is to be sent to, and which e-mail template and attachment format to use.

Repository: intelmq-certbund-contact

IntelMQ Fody

Fody is a web based interface for Mailgen. It allows to read and edit contacts, query sent mails (tickets) and call up data from the EventDB.

It can also be used to just query the EventDB without using Mailgen.

IntelMQ Fody Dashboard

Repository: intelmq-fody

Repository: intelmq-fody-backend

intelmq-mailgen

Sends emails with grouped event data to the contacts determined by the certbund-contact. Mails can be encrypted with PGP.

Repository: intelmq-mailgen

“Constituency Portal” tuency

A web application helping CERTs to enable members of their constituency to self-administrate how they get warnings related to their network objects (IP addresses, IP ranges, autonomous systems, domains). tuency is developed by Intevation for CERT.at.

If features organizational hierarchies, contact roles, self-administration and network objects per organization (Autonomous systems, network ranges, (sub-)domains, RIPE organization handles). A network object claiming and approval process prevents abuse. An hierarchical rule-system on the network objects allow fine-grained settings. The tagging system for contacts and organization complement the contact-management features of the portal. Authentication is based on keycloak, which enables the re-use of the user accounts in the portal. The integrated API enables IntelMQ to query the portal for the right abuse contact and notification settings with the Tuency expert.

Tuency Netobjects Overview

Repository: tuency

“Constituency Portal” do-portal (not developed any further)

Note: The do-portal is deprecated and succeeded by tuency.

A contact portal with organizational hierarchies, role functionality and network objects based on RIPE, allows self-administration by the contacts. Can be queried from IntelMQ and integrates the stats-portal.

Originally developed by CERT-EU, then adapted by CERT.at.

Repository: do-portal

Stats Portal

A Grafana-based statistics portal for the EventDB. Can be integrated into do-portal. It uses aggregated data to serve statistical data quickly.

Stats Portal Architecture

Repository: stats-portal

Malware Name Mapping

A mapping for malware names of different feeds with different names to a common family name.

Repository: malware_name_mapping

IntelMQ-Docker

A repository with tools for IntelMQ docker instance.

Developed and maintained by CERT.at.

Repository: intelmq-docker