diff --git a/misp_modules/modules/expansion/securitytrails.py b/misp_modules/modules/expansion/securitytrails.py index 53a0111..b6b3e65 100644 --- a/misp_modules/modules/expansion/securitytrails.py +++ b/misp_modules/modules/expansion/securitytrails.py @@ -524,7 +524,7 @@ def expand_searching_domain(api, ip): for host_provider, hostname, whois in res: comment = 'domain for %s by %s' % (ip, host_provider[0]) - if whois['registrant']: + if whois['registrar']: comment = comment + ' registrar %s' % whois['registrar'] r.append(