add comment of attributes

pull/197/head
Sebdraven 2018-06-20 15:07:55 +02:00
parent 915747073a
commit d0f42c1772
1 changed files with 5 additions and 3 deletions

View File

@ -197,11 +197,13 @@ def expand_pastries(api, misperror, **kwargs):
if 'hostname' in item: if 'hostname' in item:
domains.extend(item['hostname']) domains.extend(item['hostname'])
r.append({'types': ['url'], 'values': urls_pasties, r.append({'types': ['url'],
'categories': ['External analysis']}) 'values': urls_pasties,
'categories': ['External analysis'],
'comment':'URLs of pasties where %s has found' % ip})
r.append({'types': ['domain'], 'values': list(set(domains)), r.append({'types': ['domain'], 'values': list(set(domains)),
'categories': ['Network activity'], 'categories': ['Network activity'],
'comment': 'domains found in pasties of Onyphe'}) 'comment': 'Domains found in pasties of Onyphe'})
r.append({'types': ['ip-dst'], 'values': list(set(ips)), r.append({'types': ['ip-dst'], 'values': list(set(ips)),
'categories': ['Network activity'], 'categories': ['Network activity'],