From 08fc938acdc1b2f397de746cfaa280708a0f3489 Mon Sep 17 00:00:00 2001 From: Braden Laverick Date: Wed, 30 Oct 2019 13:41:40 +0000 Subject: [PATCH] Fixed comments --- misp_modules/modules/export_mod/endgame_export.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/misp_modules/modules/export_mod/endgame_export.py b/misp_modules/modules/export_mod/endgame_export.py index dab15f9..dbec4f3 100644 --- a/misp_modules/modules/export_mod/endgame_export.py +++ b/misp_modules/modules/export_mod/endgame_export.py @@ -16,16 +16,10 @@ moduleinfo = { "module-type": ["export"] } -# Map of MISP fields => ThreatConnect fields +# Map of MISP fields => Endgame fields fieldmap = { -# "domain": "Host", -# "domain|ip": "Host|Address", -# "hostname": "hostname", "ip-src": "source_address", "ip-dst": "destination_address", -# "ip-src|port": "Address", -# "ip-dst|port": "Address", -# "url": "URL", "filename": "file_name" } @@ -103,5 +97,4 @@ def version(): Output moduleinfo: metadata output containing all potential configuration values """ -# moduleinfo["config"] = moduleconfig return moduleinfo