intelmq
intelmq copied to clipboard
IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
tests not working yet fixes https://github.com/certtools/intelmq/issues/2596
https://github.com/certtools/intelmq/blob/adb2d156d642ea4b804e26b12e81d1b0d21ec425/intelmq/bots/experts/asn_lookup/expert.py#L28 I suggest that the default path is `/var/lib/intelmq/bots/asn_lookup/ipasn.dat` as was the case some time ago. Also, the update script could check first if the path exists (and isn't a...
Currently the `intelmq.bots.parsers.json.parser` is only able to parse _or_ single events in JSON, _or_ multiple events in JSON, each on their own line. This PR contains an option to parse...
Starting a bot with `intelmqctl run $botid --loglevel $LEVEL process` does not take the given log level into account. This bug already exists for some versions now, but I haven't...
The change has been proposed and discussed over a year ago. Compatibility: as no bot uses the field by default at the moment, there is no incompatibility risk if the...
The related IEP has already been discussed and open for more than a year. Compatibility: as no bot uses the field by default at the moment, there is no incompatibility...
Hi, working more with intelmq these days I noticed when executing `intelmqctl stop` sometimes some bots are still reported as running afterwards in the output (not that big of an...
With a bot that has level INFO set, the current and expected result of the commands is with `intelmqctl log $bot 10 $level`: - (default/missing) Actual: All; Expected: All ✅️...
if `http_username` and `http_password` are set to an empty string, as it's the default with IntelMQ Manager, then the collector does send an Authorization header: ``` collector: Runtime configuration: parameter...