mirror of https://github.com/MISP/misp-modules
Fixed comments
parent
2a4c7ff150
commit
08fc938acd
|
@ -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…
Reference in New Issue