fix: Typo in OpenIOC script

Fix #237
pull/252/head
Raphaël Vinot 2018-07-16 13:52:51 +02:00
parent d81f5d663e
commit fd365943a1
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ iocMispCompositeMapping = {
'FileItem/FileName|FileItem/Sha1sum': {'type': 'filename|sha1'},
'FileItem/FileName|FileItem/Sha256sum': {'type': 'filename|sha256'},
'Network/DNS|PortItem/remoteIP': {'type': 'domain|ip'},
'PortItem/remoteIP|PortItem/remotePort': {'comment': 'ip-dst|port'},
'PortItem/remoteIP|PortItem/remotePort': {'type': 'ip-dst|port'},
'RegistryItem/Path|RegistryItem/Value': {'type': 'regkey|value'},
'RegistryItem/KeyPath|RegistryItem/Value': {'type': 'regkey|value'},
'RegistryItem/Path|RegistryItem/Text': {'type': 'regkey|value'}