Skip to content

Commit 1e80f88

Browse files
Nedfire2347Sebastian Wagner
authored andcommitted
Update parser.py
1 parent aabfa16 commit 1e80f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intelmq/bots/parsers/misp/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def process(self):
8282
malware_variant = attribute['value'].lower()
8383

8484
# MISP event URL
85-
url_path = 'event/view/{}'.format(misp_event['id'])
85+
url_path = 'events/view/{}'.format(misp_event['id'])
8686
misp_event_url = urljoin(report['feed.url'], url_path)
8787

8888
# Process MISP event attributes as separate IntelMQ events

0 commit comments

Comments
 (0)