fix: Add missing categories, take 2

pull/12/head
Raphaël Vinot 2018-09-27 15:22:08 -04:00
parent 2f77c22ca0
commit f64c362c57
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ 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', 'outdated')
'microsoft', 'scan', 'sinkhole6', 'sinkhole', 'outdated',
'compromised', 'hp')
self.first_available_day = None
self.last_available_day = None
self.available_entries = {}