mirror of https://github.com/MISP/misp-modules
add logs to debug
parent
74c611d2fb
commit
560dacbf7e
|
@ -397,6 +397,7 @@ def __history_dns(results, domain, type_serv, service):
|
|||
for record in results['records']:
|
||||
if 'values' in record:
|
||||
for item in record['values']:
|
||||
print(item)
|
||||
r.append(
|
||||
{'types': ['domain|ip'],
|
||||
'values': [item[type_serv]],
|
||||
|
|
Loading…
Reference in New Issue