change type

pull/208/head
Sebdraven 5 years ago
parent 9e6162a434
commit f2333a4978
  1. 2
      misp_modules/modules/expansion/dnstrails.py

@ -279,7 +279,7 @@ def expand_history_ipv4(api, domain):
if 'values' in record:
for item in record['values']:
r.append(
{'type': ['domain|ip'],
{'types': ['domain|ip'],
'values': ['%s|%s' % (domain, item['ip'])],
'categories': ['Network activity'],
'comment': 'last seen: %s first seen: %s' %

Loading…
Cancel
Save