mirror of https://github.com/MISP/misp-modules
new: [hashlookup] new hashlookup module added
https://www.circl.lu/services/hashlookup/pull/520/head
parent
7b675f7857
commit
73e78463d0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue