via #220
rommelfs-patch-2
Sascha Rommelfangen 5 years ago committed by GitHub
parent cd2ec0b728
commit ef781f59f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      misp_modules/modules/expansion/urlscan.py

@ -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…
Cancel
Save