mirror of https://github.com/MISP/PyMISP
[openioc] changed default mapping for RouteEntryItem/Destination/string.
parent
b7d15380c9
commit
7be58af56a
|
@ -100,7 +100,7 @@ iocMispMapping = {
|
||||||
|
|
||||||
'RouteEntryItem/Destination': {'type': 'ip-dst'},
|
'RouteEntryItem/Destination': {'type': 'ip-dst'},
|
||||||
'RouteEntryItem/Destination/IP': {'type': 'ip-dst', 'comment': 'RouteDestination. '},
|
'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'},
|
'ServiceItem/name': {'type': 'windows-service-name'},
|
||||||
|
|
Loading…
Reference in New Issue