mirror of https://github.com/MISP/misp-modules
change name keys
parent
714c15f079
commit
1223d93d52
|
@ -230,7 +230,7 @@ def expand_whois(api, domain):
|
|||
'values': [item_registrant['email'],
|
||||
item_registrant['telephone'],
|
||||
item_registrant['name'], results['registrarName'],
|
||||
results['creationDate']],
|
||||
results['createdDate']],
|
||||
'categories': ['attribution'],
|
||||
'comment': 'whois information of %s by securitytrails' % domain
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue