mirror of https://github.com/MISP/misp-modules
change errors
parent
2a8fb76e84
commit
f710162bed
|
@ -83,7 +83,7 @@ def handle_domain(api, domain, misperrors):
|
||||||
if status_ok:
|
if status_ok:
|
||||||
result_filtered['results'].extend(r)
|
result_filtered['results'].extend(r)
|
||||||
else:
|
else:
|
||||||
misperrors['error'] = 'Error dns result'
|
misperrors['error'] = 'Error subdomains result'
|
||||||
return misperrors
|
return misperrors
|
||||||
|
|
||||||
r, status_ok = expand_whois(api, domain)
|
r, status_ok = expand_whois(api, domain)
|
||||||
|
@ -91,7 +91,7 @@ def handle_domain(api, domain, misperrors):
|
||||||
if status_ok:
|
if status_ok:
|
||||||
result_filtered['results'].extend(r)
|
result_filtered['results'].extend(r)
|
||||||
else:
|
else:
|
||||||
misperrors['error'] = 'Error dns result'
|
misperrors['error'] = 'Error whois result'
|
||||||
return misperrors
|
return misperrors
|
||||||
|
|
||||||
return result_filtered
|
return result_filtered
|
||||||
|
|
Loading…
Reference in New Issue