change type

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

@ -281,7 +281,7 @@ def expand_history_ipv4(api, domain):
r.append(
{'type': ['domain|ip'],
'values': ['%s|%s' % (domain, item['ip'])],
'categories': ['Newtwork activity'],
'categories': ['Network activity'],
'comment': 'last seen: %s first seen: %s' %
(record['last_seen'],
record['first_seen'])

Loading…
Cancel
Save