mirror of https://github.com/MISP/misp-modules
9 lines
424 B
JSON
9 lines
424 B
JSON
{
|
|
"description": "Module to import some stix stuff.",
|
|
"requirements": ["stix"],
|
|
"features": "The module imports MISP Attributes from a STIX 1 file, using the stix library, there is thus no special feature for users to make it work.",
|
|
"references": ["https://oasis-open.github.io/cti-documentation/", "https://github.com/STIXProject/python-stix"],
|
|
"input": "STIX format file",
|
|
"output": "MISP Event attributes"
|
|
}
|