elsif2
elsif2
Fixed.
I did a `git pull --rebase origin develop`
Shadowserver plans to add a `severity` field to every event after the https://github.com/certtools/intelmq/tree/shadowserver-dynamic-config branch is integrated into the next release. I plan to submit the PR next week. Severity levels:...
The bot downloads the latest reports by checking the past two days for availability and downloads only those that have not been fetched previously. You can specify the types of...
What parameters do you have configured for the collector? Example: ``` parameters: types: [scan_ssl, scan6_ssl, scan_rdpeudp, scan_http] ```
The following config only downloads the `blocklist` and `scan_rdpeudp` types on my system: ``` parameters: types: [blocklist,scan_rdpeudp] ``` What version of IntelMQ are you running?
The `types` parameter must be a list: ``` parameters: types: [blocklist] ```
Proposed fix for parser.py: Before: ``` if config.update_schema(): runtime_conf = utils.get_bots_settings() try: ctl = IntelMQController() for bot in runtime_conf: if runtime_conf[bot]["module"] == __name__: ctl.bot_reload(bot) ``` After: ``` runtime_conf = utils.get_bots_settings()...
I believe each instance would have the same VAR_STATE_PATH location, so there would only be one copy.