From 709efcadb57e23433705c3b21ba84bb0dbb06941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 30 Sep 2021 11:46:36 +0200 Subject: [PATCH] chg: Bump config test --- tests/config_carrier.py | 1 + tests/config_forward.py | 1 + tests/config_spamtrap.py | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/config_carrier.py b/tests/config_carrier.py index b894eff..69bd6de 100644 --- a/tests/config_carrier.py +++ b/tests/config_carrier.py @@ -8,6 +8,7 @@ spamtrap = False default_distribution = 0 default_threat_level = 3 default_analysis = 1 +id_tag = 'host:m2m:tld' body_config_prefix = 'm2m' # every line in the body starting with this value will be skipped from the IOCs m2m_key = 'YOUSETYOURKEYHERE' diff --git a/tests/config_forward.py b/tests/config_forward.py index e361873..ab7a324 100644 --- a/tests/config_forward.py +++ b/tests/config_forward.py @@ -8,6 +8,7 @@ spamtrap = False default_distribution = 0 default_threat_level = 3 default_analysis = 1 +id_tag = 'host:m2m:tld' body_config_prefix = 'm2m' # every line in the body starting with this value will be skipped from the IOCs m2m_key = 'YOUSETYOURKEYHERE' diff --git a/tests/config_spamtrap.py b/tests/config_spamtrap.py index d76aac6..9178e27 100644 --- a/tests/config_spamtrap.py +++ b/tests/config_spamtrap.py @@ -8,6 +8,7 @@ spamtrap = True default_distribution = 0 default_threat_level = 3 default_analysis = 1 +id_tag = 'host:m2m:tld' body_config_prefix = 'm2m' # every line in the body starting with this value will be skipped from the IOCs m2m_key = 'YOUSETYOURKEYHERE'