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(