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

migrated from https://github.com/certtools/intelmq/issues/2517: > People still end up at the wrong documentation site (readthedocs!) Can we automatically redirect them to docs.intelmq.org ?

documentation

if the parameter reports is an empty string (or only contains whitespace), behave as if the parameter is not set and select all reports fixes #2521

bug
component: bots

It was confusing for a user to have "reports": "" in the config but then he would not get any reports. Instead the reports key must not be present at...

documentation
component: bots
documentation: feeds

IntelMQ has a very weak formatting/linting rules what is not a typical thing in modern development, where projects tend to provide strict & automated formatting to keep the code style...

usability

MISP related bots try to import the deprecated ExpandedPyMISP instead of PyMISP which produces the deprecation message in logs. As ExpandedPyMISP was introduced for the transition to Python3 quite some...

The code has been updated to check for configured bots before running the schema update.

bug
component: bots

The schema update call is included in the standard IntelMQ's crontab file in deb distribution. However, the parser does not check if there is any ShadowServer bot configured in the...

bug
component: bots

As any user not `intelmq` or `root` (or write access to `/var/log/intelmq/intelmqdump.log`), call `intelmqdump`: ``` $ intelmqdump Traceback (most recent call last): File "/usr/lib/python3/dist-packages/intelmq/bin/intelmqdump.py", line 197, in main logger =...

bug
component: intelmqdump