change type

pull/208/head
Sebdraven 2018-07-10 16:53:06 +02:00
parent 26950ea7de
commit 9e6162a434
1 changed files with 1 additions and 1 deletions

View File

@ -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'])