mirror of https://github.com/MISP/misp-modules
control return of records
parent
495c720d0f
commit
602da3d1a3
|
@ -234,6 +234,7 @@ def expand_whois(api, domain):
|
||||||
if results:
|
if results:
|
||||||
status_ok = True
|
status_ok = True
|
||||||
item_registrant = __select_registrant_item(results)
|
item_registrant = __select_registrant_item(results)
|
||||||
|
if item_registrant:
|
||||||
types = ['whois-registrant-email', 'whois-registrant-phone',
|
types = ['whois-registrant-email', 'whois-registrant-phone',
|
||||||
'whois-registrant-name', 'whois-registrar',
|
'whois-registrant-name', 'whois-registrar',
|
||||||
'whois-creation-date']
|
'whois-creation-date']
|
||||||
|
|
Loading…
Reference in New Issue