certtools / intelmq

IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
https://docs.intelmq.org/latest/
GNU Affero General Public License v3.0
948 stars 296 forks source link

Added the auto_update parameter to the docs. #2503

Closed elsif2 closed 1 week ago

elsif2 commented 1 week ago

Minor update to the shadowserver parser documentation.

elsif2 commented 1 week ago

@sebix All unit tests failed with:

=========================== short test summary info ============================
FAILED intelmq/tests/bots/experts/ripe/test_expert.py::TestRIPEExpertBot::test_db_ipv4_lookup - AssertionError: {'__type': 'Event', 'source.ip': '93.184.21[170 chars]5492} != {'source.ip': '93.184.216.34', 'destination[153 chars]ent'}
  {'__type': 'Event',
   'destination.abuse_contact': 'abuse@funkfeuer.at',
   'destination.asn': 35492,
   'destination.ip': '193.238.157.5',
-  'source.abuse_contact': 'abuse@verizondigitalmedia.com',
?                                 ---------------   --- -

+  'source.abuse_contact': 'abuse@edg.io',
?                                   ++

   'source.ip': '93.184.216.34'}
====== 1 failed, 1118 passed, 42 skipped, 4 xfailed in 154.06s (0:02:34) =======
sebix commented 1 week ago

@sebix All unit tests failed with:

Fix will come with https://github.com/certtools/intelmq/pull/2504