new: add missing sources in shadow server

pull/12/head
Raphaël Vinot 2018-11-26 16:45:18 +01:00
parent 8f7bd6b33a
commit 07559a2ed8
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class ShadowServerFetcher():
self.vendor = 'shadowserver'
self.known_list_types = ('blacklist', 'botnet', 'cc', 'cisco', 'cwsandbox', 'drone',
'microsoft', 'scan', 'sinkhole6', 'sinkhole', 'outdated',
'compromised', 'hp')
'compromised', 'hp', 'darknet', 'ddos')
self.first_available_day = None
self.last_available_day = None
self.available_entries = {}