mirror of https://github.com/MISP/misp-modules
add logs
parent
fb262b451f
commit
dbeec4682e
|
@ -93,6 +93,7 @@ def handle_domain(api, domain, misperrors):
|
|||
r, status_ok = expand_whois(api, domain)
|
||||
|
||||
if status_ok:
|
||||
print(r)
|
||||
result_filtered['results'].extend(r)
|
||||
else:
|
||||
misperrors['error'] = misperrors['error'] + ' Error whois result'
|
||||
|
|
Loading…
Reference in New Issue