[openioc] Changed mapping for RouteEntryItem/Destination/string to domain instead of url because UrlHistoryItem/URL is mostly used for urls

pull/409/head
0x3c7 2019-06-19 07:39:15 +02:00
parent 42a3dcf704
commit b7d15380c9
No known key found for this signature in database
GPG Key ID: EFBE1131B58AFF51
1 changed files with 1 additions and 1 deletions

View File

@ -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'},