intelmq
intelmq copied to clipboard
IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
Feature request: Implement skip_header as `Union[bool, int]`. Then: - If False, skip zero lines. - If True, skip one line. - If Int skip fixed number of N lines.
The docker action fails if the credentials are not available: ``` Run docker/login-action@v1 (node:2702) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(),...
The following files still use th `set_request_parameters` method from `intelmq.lib.bot`: ``` intelmq/bots/collectors/shodan/collector_stream.py intelmq/bots/experts/do_portal/expert.py intelmq/bots/experts/rdap/expert.py intelmq/bots/experts/ripe/expert.py intelmq/bots/experts/tuency/expert.py intelmq/bots/experts/national_cert_contact_certat/expert.py intelmq/bots/experts/http/expert_status.py intelmq/bots/experts/http/expert_content.py intelmq/bots/experts/splunk_saved_search/expert.py intelmq/bots/outputs/restapi/output.py intelmq/bots/outputs/elasticsearch/output.py ``` If we update those to use the...
# The problem When using the `HTTPCollectorBot`, it is possible to provide custom headers in the bot's configuration using the `http_header` variable. However, when running the bot, these custom headers...
I discovered a slight issue with the Cymru whois expert bot with some strange AS names. For instance, AS266522. ``` $ dig +short TXT AS266522.asn.cymru.com "266522 | BR | lacnic...
E.g. https://github.com/certtools/intelmq/blob/7ebb8e16d821c372a44b077dd18a151c07f75807/contrib/eventdb/separate-raws-table.sql#L30 and various following lines Found by https://app.codacy.com/gh/sebix/intelmq/file/63957271537/issues/source?bid=26598467&fileBranchId=26598467#l31
the file output bot supports `message_with_type`, but the docs don't mention it. All output bots using `OutputBot.export_event` support the same parameters, the docs could have a section on those and...
Some of them cause actual problem, sone are irrelevant Click ``` /home/sebastianw/dev/intelmq/docs/dev/guide.rst:298: WARNING: Title underline too short. IntelMQ Data Format Rules ======================== /home/sebastianw/dev/intelmq/docs/dev/guide.rst:298: WARNING: Title underline too short. IntelMQ Data...
I am searching for a possibility to add my root ca to the truststore or at least add the option http_verify_cert for running the azure collector. Currently I am getting...