mirror of https://github.com/MISP/misp-modules
add comment
parent
8d03354399
commit
96c829470d
|
@ -335,7 +335,8 @@ def expand_threatlist(api, misperror,**kwargs):
|
|||
|
||||
r.append({'types': ['comment'],
|
||||
'categories': ['Other'],
|
||||
'values': threat_list
|
||||
'values': threat_list,
|
||||
'comment': '%s is present in threatlist' % query
|
||||
})
|
||||
|
||||
return r,status_ok
|
||||
|
|
Loading…
Reference in New Issue