mirror of https://github.com/MISP/misp-modules
10 lines
615 B
JSON
10 lines
615 B
JSON
{
|
|
"description": "Module to export a structured CSV file for uploading to ThreatConnect.",
|
|
"logo": "logos/threatconnect.png",
|
|
"requirements": ["csv"],
|
|
"features": "The module takes a MISP event in input, to look every attribute. Each attribute matching with some predefined types is then exported in a CSV format recognized by ThreatConnect.\nUsers should then provide, as module configuration, the source of data they export, because it is required by the output format.",
|
|
"references": ["https://www.threatconnect.com"],
|
|
"input": "MISP Event attributes",
|
|
"output": "ThreatConnect CSV format file"
|
|
}
|