mirror of https://github.com/MISP/misp-modules
12 lines
424 B
JSON
12 lines
424 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"
|
||
|
}
|