mirror of https://github.com/MISP/misp-modules
error call functions
parent
2f5381d7b2
commit
0341bdc398
|
@ -401,9 +401,9 @@ def expand_history_whois(api, domain):
|
||||||
for item in results['result']['items']:
|
for item in results['result']['items']:
|
||||||
item_registrant = __select_registrant_item(item)
|
item_registrant = __select_registrant_item(item)
|
||||||
|
|
||||||
r.extend(
|
r.append(
|
||||||
{
|
{
|
||||||
'type': ['domain'],
|
'types': ['domain'],
|
||||||
'values': item['nameServers'],
|
'values': item['nameServers'],
|
||||||
'categories': ['Network activity'],
|
'categories': ['Network activity'],
|
||||||
'comment': 'Whois history Name Servers of %s '
|
'comment': 'Whois history Name Servers of %s '
|
||||||
|
|
Loading…
Reference in New Issue