Skip to content

Commit

Permalink
fix: Typo in OpenIOC script
Browse files Browse the repository at this point in the history
Fix #237
  • Loading branch information
Rafiot committed Jul 16, 2018
1 parent d81f5d6 commit fd36594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymisp/tools/openioc.py
Expand Up @@ -138,7 +138,7 @@
'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'}
Expand Down

0 comments on commit fd36594

Please sign in to comment.