From 96c829470dd205d6dbf007d3e19db9a74fb552d9 Mon Sep 17 00:00:00 2001 From: Sebdraven Date: Fri, 22 Jun 2018 15:14:44 +0200 Subject: [PATCH] add comment --- misp_modules/modules/expansion/onyphe_full.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misp_modules/modules/expansion/onyphe_full.py b/misp_modules/modules/expansion/onyphe_full.py index 5d7011f..9e7ae8c 100644 --- a/misp_modules/modules/expansion/onyphe_full.py +++ b/misp_modules/modules/expansion/onyphe_full.py @@ -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