mirror of https://github.com/MISP/PyMISP
[openioc] Changed mapping for RouteEntryItem/Destination/string to domain instead of url because UrlHistoryItem/URL is mostly used for urls
parent
42a3dcf704
commit
b7d15380c9
|
@ -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'},
|
||||
|
|
Loading…
Reference in New Issue