intelmq
intelmq copied to clipboard
IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
Today Twitter announced changes to their API (new v2) and introduced pricing tiers. https://twitter.com/TwitterDev/status/1641222782594990080 It looks like the Free access tier is going to be write-only. This might be worth...
There should be a feature to import/export the runtime.yaml file. This is useful if we want to have multiple deployments.
For consistency purposes it would be good to have the Domain Valid bot with the `update_database` functionality. Also maybe change the parameter name from `tlds_domains_list` to `database` for consistency with...
Hello, I have daily country feed data by Team Cymru. The data is in a csv format. I pull the data to my IntelMQ pipeline through a File Collector. However,...
On second thought after implementing #2329 I think the implementation of `time_format` parameter (and possibly other parameters used in generic parsers) could be a reasonable base for a new GenericParser...
Speaking as someone who personally manages IntelMQ instance I really don't like it when the IntelMQ changes my configs because it messes them up. The issues are following: 1. When...
After rebasing our local branch onto mainline for the first time in way too long, our SQL output bots started crashing when inserting data into the database, with the following...
Rocky Linux 8, IntelMQ - 3.0.2 installed via RPM ``` 2022-11-10 11:24:11,944 - ShadowserverJSON-Parser - INFO - ShadowserverJSONParserBot initialized with id ShadowserverJSON-Parser and intelmq 3.0.2 and python 3.8.12 (default, May...
For some use cases a "grouping" feature is needed, but the output is (or can be) specific to an output format. For example, a CSV formatting bot. It could collect...
If event hold in current event wasn't saved correctly, the bot is unable to start and handle any event. In our case, the file wasn't created at all. I'm not...