new: [hashlookup] new hashlookup module added

https://www.circl.lu/services/hashlookup/
pull/520/head
Alexandre Dulaunoy 2021-08-25 18:42:16 +02:00
parent 7b675f7857
commit 73e78463d0
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ hashlookup_url = 'https://hashlookup.circl.lu/'
class HashlookupParser():
def __init__(self, attribute, hashlookupresult, api_url):
self.attribute = attribute
self.hashlookupresult = hashlookupresult
self.hashlookupresult = hashlookupresult
self.api_url = api_url
self.misp_event = MISPEvent()
self.misp_event.add_attribute(**attribute)