mirror of https://github.com/MISP/misp-modules
9 lines
355 B
JSON
9 lines
355 B
JSON
|
{
|
||
|
"description": "Module to import MISP JSON format for merging MISP events.",
|
||
|
"requirements": [],
|
||
|
"features": "The module simply imports MISP Attributes from an other MISP Event in order to merge events together. There is thus no special feature to make it work.",
|
||
|
"references": [],
|
||
|
"input": "MISP Event",
|
||
|
"output": "MISP Event attributes"
|
||
|
}
|