mirror of https://github.com/MISP/misp-modules
commit
5107e78f5d
|
@ -49,7 +49,7 @@ def handler(q=False):
|
|||
r['results'] += lookup_indicator(client, request['hostname'])
|
||||
if 'url' in request:
|
||||
r['results'] += lookup_indicator(client, request['url'])
|
||||
f 'hash' in request:
|
||||
if 'hash' in request:
|
||||
r['results'] += lookup_indicator(client, request['hash'])
|
||||
|
||||
# Return any errors generated from lookup to the UI and remove duplicates
|
||||
|
|
Loading…
Reference in New Issue