intelmq
intelmq copied to clipboard
IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
Use and integrate static code analysis tools if they give useful results. Some ideas: - mypy - flake8 - pylint - https://github.com/marketplace/actions/sonarcloud-scan Example result here: https://sonarcloud.io/dashboard?id=wagner-certat_intelmq - GitHub CodeQL (already...
`intelmq/lib/test.py` contains a supporting class for the test cases, which provides more or less the internal testing infrastructure (code-wise). It is disputable if this file should be in `intelmq/lib`, which...
With AlienVault-OTX/OTX-Python-SDK#60 merged, the OTXv2 library can handle the parameters verify and cert. Those should be populated with our parameters `http_verify_cert` and `ssl_ca_certificate`. cc maintainers of the bot @navtej @e3rd
(non-urgent) feature idea by an IntelMQ user: If the event contains, for example ``` { "extra.source.naics: 1, "extra.source.sic: 2 } ``` setting ``` type: blacklist keys: extra.source ``` does not...