misp_ip_analyzer.py aktualisiert

This commit is contained in:
Mario Stöckl 2025-08-25 12:46:27 +00:00
parent db302f4a55
commit 6a22fa9c1f

View File

@ -19,7 +19,7 @@ class MispAnalyzer(interface.BaseAnalyzer):
NAME = "misp_ip_analyzer" NAME = "misp_ip_analyzer"
DISPLAY_NAME = "MISP-IP" DISPLAY_NAME = "MISP-IP"
DESCRIPTION = "Mark events using MISP - Simple and Reliable" DESCRIPTION = "Mark events using MISP - IP address analysis using source_ip"
def __init__(self, index_name, sketch_id, timeline_id=None, **kwargs): def __init__(self, index_name, sketch_id, timeline_id=None, **kwargs):
"""Initialize the Analyzer.""" """Initialize the Analyzer."""