intelmq
intelmq copied to clipboard
IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
fixes certtools/intelmq#2595 retry multiple times on `intelmqctl stop` to check if bots really stopped, since the bots might take longer to stop. Using retry in constrast to increasing the sleep_time...
As a bare minimum, TAXII Collector currently collects only the objects of type indicator. These objects contain information about indicators and the detection patterns, e.g. in stix, pcre, sigma, snort,...
server all contrib/ contents in a new package `intelmq-contrib`
Include the contrib tools in packages - [ ] python packages - [ ] debian packages - [ ] rpm packages
We can use so-called source services on the build service which make the creation of the packages a bit easier. Can be useful for the unstable repositories: Some examples/resources: https://build.opensuse.org/request/show/878484...
asn, fake expert: use state path for database default asn: Check for database file existence and writability fixes #2566
Like discussed in #2586, here is the thing. I already did some manual testing regarding templating the subject string. For this configured 1. add `extra.my_template_value` to the events (I did...
The stomp.py changed the version from tuple to string https://github.com/jasonrbriggs/stomp.py/commit/59589fceb9853d50ac0c53dce5d53ec6564828ba This breaks conditional logic in stomp collector and output
Hi, I have a usecase where I'd like to send batched E-Mails to someone with collected events for which I want to use the smtp_batch output bot. Then in this...