intelmq
intelmq copied to clipboard
IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
Updated scan_amqp and added scan_stun.
``` 2022-08-08T14:46:59.313000 - deduplicator-expert - INFO - Bot will continue in 15 seconds. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/intelmq/lib/pipeline.py", line 267, in _receive retval = self.pipe.blmove(self.source_queue, self.internal_queue, 0, 'RIGHT',...
`intelmqctl restart ` accesses the `runtime.conf` and `intelmqctl clear ` accesses the `pipeline.conf` the script could access intelmqctl directly for getting this information. or the API (if it caches the...
The logging path given in the `logging_path` parameter (defaults and runtime) can differ from the `intelmq.DEFAULT_LOGGING_PATH` variable, therefore dumps can be at a different place than expected.
There are numerous configuration examples in `docs/user/bots.rst` (and in some other documentation files) which are still in json format - they should be converted to yaml (this would then also...
``` Sep 2 22:15:59 example.local bot-id: INFO Processed 15 messages since last logging. ``` is not detected correctly by the used regular expression
All "full" unittest workflows fail currently in the codecov step with: ``` [2022-08-01T07:49:28.945Z] ['info'] => Project root located at: /home/runner/work/intelmq/intelmq [2022-08-01T07:49:28.949Z] ['info'] -> No token specified or token is empty...
Aside some smaller changes, this adds two new pages to the documentation: * how to get help (also centralizing the several places where this information was previously and adding it...