intelmq
intelmq copied to clipboard
IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
# Description The default value for http headers was present also in the constructor of the mixin class effectively overwriting the bot http header configuration if any was supplied. This...
**General** Removed 'requests' MissingDependencyError, because requests is a core lib from intelmq Removed HTTP variables from Bot class in favor of HttpMixin Removed trying to import requests in pipeline, its...
This is refactoring of some of my old code including tests. It had a bug where the source field 'host' was mapped to 'source.fqdn' which would fail when content of...
Some Quality of Life updates. Mostly changed .format( & '%' string manipulation to python recommended f-strings.
CodeQL version 1 will be replaced by version 2 in december. There is some grace period, but in order to get all features we might consider updating to version 2....
There are some redis drop-in replacements like keydb. So we might wanna change the required-dependency to optional. https://build.opensuse.org/package/view_file/home:sebix:intelmq/intelmq/intelmq.spec?expand=1
As redis is a nice in-memory database and field-tested, there are some competitors out there working on more advanced solutions to solve issues redis is currently having. Some of them...
Refactored upgrades to a more generic solution, because as we increase the intelmq version, the file gets bigger and bigger. This PR aims to provide the same functionality as before,...
**NOTE**: This is a proof of concept. Being heavily tested! ### Introduction Msgpack ( MessagePack ) is a (de)serialization format, which is similar to json, but more optimized for m2m...
Following v2.1.2 Install and Development instructions, then starting the example default bot net, the feodo-tracker-browse-parser stopped with ```sh File "/opt/dev_intelmq/intelmq/bots/parsers/html_table/parser.py", line 37, in init raise MissingDependencyError("beautifulsoup4") intelmq.lib.exceptions.MissingDependencyError: Could not load...