fix: typo

pull/322/head
chrisr3d 2019-07-19 16:20:24 +02:00
parent 641dda0103
commit 9aa721bc37
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class DomainQuery(VirusTotalParser):
def parse_report(self, query_result):
hash_type = 'sha256'
whois = 'whois'
for feature_type in ('referrer', 'dowloaded'):
for feature_type in ('referrer', 'downloaded'):
for feature in ('undetected_{}_samples', 'detected_{}_samples'):
for sample in query_result[feature.format(feature_type)]:
self.misp_event.add_attribute(hash_type, sample[hash_type])