From 7b092d11e04fa04d5b1c7f7e392088318fb93045 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Mon, 22 May 2017 09:43:44 +0200 Subject: [PATCH] added additional tags based on finding of hashes --- mail_to_misp_config.py-example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail_to_misp_config.py-example b/mail_to_misp_config.py-example index 01fc6b2..9667367 100644 --- a/mail_to_misp_config.py-example +++ b/mail_to_misp_config.py-example @@ -30,3 +30,5 @@ malwaretags = { 'locky': [ 'ecsirt:malicious-code="ransomware"', 'misp-galaxy dependingtags = { 'tlp:white': [ 'circl:osint-feed' ] } +# Tags to add when hashes are found (e.g. to do automatic expansion) +hash_only_tags = { 'TODO:VT-ENRICHMENT' }