kodebrain
kodebrain
I had to create the db manually using sudo api-session.sqlite based on the config in /etc/intelmq/api-config.json /usr/share/dbconfig-common/data/intelmq-api/install/sqlite3 write permission set for user and group for api-session.sqlite After logging back into...
Thanks @elsif2 I've been attempting to configure the bot to selectively download subsets of scan reports, instead of pulling all the reports for type `scan` that can contain 1M plus...
Yes, that's how I defined them but when i did that way, it did not download any data so I've to apply only `scan` in the types field which isn't...
``` intelmqctl --version 3.3.0 ShadowServerAPI-Collector: bot_id: ShadowServerAPI-Collector enabled: true group: Collector module: intelmq.bots.collectors.shadowserver.collector_reports_api name: ShadowServerAPI parameters: api_key: "$API_KEY_received_from_the_shadowserver_foundation" bottype: Collector destination_queues: _default: [Shadowserver-Parser-queue] http_header: {} provider: Shadowserver rate_limit: 86400 reports:...