diff --git a/pymisp/tools/openioc.py b/pymisp/tools/openioc.py index 769ef73..9d337b1 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': 'domain', 'comment': 'RouteDestination. '}, + 'RouteEntryItem/Destination/string': {'type': 'hostname', 'comment': 'RouteDestination. '}, 'ServiceItem/name': {'type': 'windows-service-name'},