misp_analyzer.py aktualisiert

This commit is contained in:
Mario Stöckl 2025-07-30 12:47:06 +00:00
parent e9745c0c86
commit a26e2fb0ad

View File

@ -122,7 +122,7 @@ class MispAnalyzer(interface.BaseAnalyzer):
"decayingModel": [], # No decaying model filters "decayingModel": [], # No decaying model filters
"excludeDecayed": False, # Include older indicators "excludeDecayed": False, # Include older indicators
# Distribution levels: 0=Own org, 1=Community, 2=Connected, 3=All, 5=Inherit # 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( response = requests.post(