From 1f3b19ea0a64d65337591fe7c41dfeb098ba5f1c Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Wed, 24 May 2017 11:03:38 +0200 Subject: [PATCH] added default tag --- mail_to_misp_config.py-example | 1 + 1 file changed, 1 insertion(+) diff --git a/mail_to_misp_config.py-example b/mail_to_misp_config.py-example index 9667367..0735f78 100644 --- a/mail_to_misp_config.py-example +++ b/mail_to_misp_config.py-example @@ -21,6 +21,7 @@ tlptags = { 'tlp:white': [ 'tlp:white', 'tlp: white' ], 'tlp:green': [ 'tlp:green', 'tlp: green' ], 'tlp:amber': [ 'tlp:amber', 'tlp: amber' ] } +tlptag_default = sorted(tlptags.keys())[-1] malwaretags = { 'locky': [ 'ecsirt:malicious-code="ransomware"', 'misp-galaxy:ransomware="Locky"' ], 'dridex': [ 'misp-galaxy:tool="dridex"' ],