From fd365943a1cf3d91953459664ad4f4fab0ef28b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 16 Jul 2018 13:52:51 +0200 Subject: [PATCH] fix: Typo in OpenIOC script Fix #237 --- pymisp/tools/openioc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymisp/tools/openioc.py b/pymisp/tools/openioc.py index 1c2329a..6251b48 100755 --- a/pymisp/tools/openioc.py +++ b/pymisp/tools/openioc.py @@ -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'}