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'