Fixed comments

pull/346/head
Braden Laverick 4 years ago
parent 2a4c7ff150
commit 08fc938acd
  1. 9
      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

Loading…
Cancel
Save