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.
2 parents ac5a0f2 + 9648e87 commit df1acc2Copy full SHA for df1acc2
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