From 64d3a3e5a44ba21bcfacdc64f4d1e76998047090 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Tue, 23 May 2023 13:34:52 +0200 Subject: [PATCH] fix: [crowdsec] Typo --- misp_modules/modules/expansion/crowdsec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp_modules/modules/expansion/crowdsec.py b/misp_modules/modules/expansion/crowdsec.py index 0bc0613..4c4f7f6 100644 --- a/misp_modules/modules/expansion/crowdsec.py +++ b/misp_modules/modules/expansion/crowdsec.py @@ -72,7 +72,7 @@ def _handler_v2(request_data): crowdsec_context_object.add_attribute("as-num", crowdsec_cti["as_num"]) if crowdsec_cti.get('reverse_dns') is not None: crowdsec_context_object.add_attribute("reverse-dns", crowdsec_cti["reverse_dns"]) - crowdsec_context_object.add_attribute('background-noise', crowdsec_cti['background_noise_score'] + crowdsec_context_object.add_attribute('background-noise', crowdsec_cti['background_noise_score']) for behavior in crowdsec_cti["behaviors"]: crowdsec_context_object.add_attribute( "behaviors", behavior["label"],