diff --git a/bgpranking/shadowserverfetcher.py b/bgpranking/shadowserverfetcher.py index c68818f..60b3538 100644 --- a/bgpranking/shadowserverfetcher.py +++ b/bgpranking/shadowserverfetcher.py @@ -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 = {}