misp-modules/documentation/website/export_mod/threatStream_misp_export.json

14 lines
575 B
JSON

{
"description": "Module to export a structured CSV file for uploading to threatStream.",
"logo": "threatstream.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 ThreatStream.",
"references": [
"https://www.anomali.com/platform/threatstream",
"https://github.com/threatstream"
],
"input": "MISP Event attributes",
"output": "ThreatStream CSV format file"
}