Fixed comments

pull/346/head
Braden Laverick 2019-10-30 13:41:40 +00:00
parent 2a4c7ff150
commit 08fc938acd
1 changed files with 1 additions and 8 deletions

View File

@ -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