We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabfa16 commit 1e80f88Copy full SHA for 1e80f88
intelmq/bots/parsers/misp/parser.py
@@ -82,7 +82,7 @@ def process(self):
82
malware_variant = attribute['value'].lower()
83
84
# MISP event URL
85
- url_path = 'event/view/{}'.format(misp_event['id'])
+ url_path = 'events/view/{}'.format(misp_event['id'])
86
misp_event_url = urljoin(report['feed.url'], url_path)
87
88
# Process MISP event attributes as separate IntelMQ events
0 commit comments