From a26e2fb0ad6e4e565571d20623c73b1811134987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20St=C3=B6ckl?= Date: Wed, 30 Jul 2025 12:47:06 +0000 Subject: [PATCH] misp_analyzer.py aktualisiert --- misp_analyzer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp_analyzer.py b/misp_analyzer.py index fca1ae0..e8b6498 100644 --- a/misp_analyzer.py +++ b/misp_analyzer.py @@ -122,7 +122,7 @@ class MispAnalyzer(interface.BaseAnalyzer): "decayingModel": [], # No decaying model filters "excludeDecayed": False, # Include older indicators # Distribution levels: 0=Own org, 1=Community, 2=Connected, 3=All, 5=Inherit - "distribution": [0, 1, 2, 3, 5] # Include all distribution levels + "distribution": [0, 1] } response = requests.post(