mirror of https://github.com/MISP/misp-modules
9 lines
385 B
JSON
9 lines
385 B
JSON
{
|
|
"description": "Module to import OpenIOC packages.",
|
|
"requirements": ["PyMISP"],
|
|
"features": "The module imports MISP Attributes from OpenIOC packages, there is then no special feature for users to make it work.",
|
|
"references": ["https://www.fireeye.com/blog/threat-research/2013/10/openioc-basics.html"],
|
|
"input": "OpenIOC packages",
|
|
"output": "MISP Event attributes"
|
|
}
|