intelmq icon indicating copy to clipboard operation
intelmq copied to clipboard

IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.

Results 169 intelmq issues
Sort by recently updated
recently updated
newest added

Multiprocessing per queue is not supported. If you have to process a huge dataset and only a single process is handling a queue, you are time bound with DNS resolution...

feature
architecture
performance

Added the following to honor the "to_ids" attribute of MISP: * added the new field "misp.to_ids" to harmonization.conf (Boolean) * added the new parameter "only_ids" to the MISP parser *...

feature
component: bots
data-format
needs: feedback

Extremely basic, probably too slow, but simple and working Syslog collector over UDP. We will probably not be running this in production, but I had already written it as a...

feature
component: bots

This is my first output bot contribution, and should be considered a work in progress. This output bot goes a bit farther than simply outputting all threat intel to a...

feature
component: bots
needs: feedback

demo of how to use the domaintools expert to fetch scoring for a domain

feature
component: bots
needs: feedback

The old BOTS file used very descriptive and comprehensible bot names. With #1751 the names are derived from the class names which comes with major changes in the bot names....

feature request
usability

As the verification of the certificate chain only is done on secure http connections (with TLS), the parameter name `https_verify_cert` with an **s** seems to be more intuitive. :)

feature request
component: configuration

Some ideas from @otmarlendl What happens when we create a bigger network of intelmq instances? We might have loops. Proposed solutions: * add UUID field to eventdb. Only add events...

feature request
data-format

related to the pull request #171 Check this [code](https://github.com/certtools/intelmq/pull/171/commits/0666a8167d4f980347b01d41550992fab014a472)

feature request
component: bots

# To discuss: Currently aggregation cannot be achieved within IntelMQ, it's done in additional components, which depend on the EventDB. This aggregation is used in order to create notification E-Mails...

feature request
needs: discussion
architecture