From b7d15380c947e3978f7933c534f0052f8275023b Mon Sep 17 00:00:00 2001 From: 0x3c7 Date: Wed, 19 Jun 2019 07:39:15 +0200 Subject: [PATCH] [openioc] Changed mapping for RouteEntryItem/Destination/string to domain instead of url because UrlHistoryItem/URL is mostly used for urls --- pymisp/tools/openioc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymisp/tools/openioc.py b/pymisp/tools/openioc.py index a40299f..769ef73 100755 --- a/pymisp/tools/openioc.py +++ b/pymisp/tools/openioc.py @@ -100,7 +100,7 @@ iocMispMapping = { 'RouteEntryItem/Destination': {'type': 'ip-dst'}, 'RouteEntryItem/Destination/IP': {'type': 'ip-dst', 'comment': 'RouteDestination. '}, - 'RouteEntryItem/Destination/string': {'type': 'url', 'comment': 'RouteDestination. '}, + 'RouteEntryItem/Destination/string': {'type': 'domain', 'comment': 'RouteDestination. '}, 'ServiceItem/name': {'type': 'windows-service-name'},