mirror of https://github.com/MISP/misp-modules
add logs
parent
a0cf9de590
commit
86d9427816
|
@ -394,6 +394,7 @@ def expand_history_whois(api, domain):
|
||||||
if 'items' in results['result']:
|
if 'items' in results['result']:
|
||||||
for item in results['result']['items']:
|
for item in results['result']['items']:
|
||||||
item_registrant = __select_registrant_item(item)
|
item_registrant = __select_registrant_item(item)
|
||||||
|
print(item_registrant)
|
||||||
r.extend(
|
r.extend(
|
||||||
{
|
{
|
||||||
'type': ['domain'],
|
'type': ['domain'],
|
||||||
|
@ -435,8 +436,6 @@ def expand_history_whois(api, domain):
|
||||||
misperrors['error'] = e
|
misperrors['error'] = e
|
||||||
return [], False
|
return [], False
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return r, status_ok
|
return r, status_ok
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue