fix: Add missing category

pull/12/head
Raphaël Vinot 2018-09-27 15:16:07 -04:00
parent 736adedf87
commit 2f77c22ca0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class ShadowServerFetcher():
self.index_page = 'https://dl.shadowserver.org/reports/index.php'
self.vendor = 'shadowserver'
self.known_list_types = ('blacklist', 'botnet', 'cc', 'cisco', 'cwsandbox', 'drone',
'microsoft', 'scan', 'sinkhole6', 'sinkhole')
'microsoft', 'scan', 'sinkhole6', 'sinkhole', 'outdated')
self.first_available_day = None
self.last_available_day = None
self.available_entries = {}