mirror of https://github.com/MISP/misp-modules
10 lines
468 B
JSON
10 lines
468 B
JSON
{
|
|
"description": "Module to process a query on Yeti.",
|
|
"logo": "yeti.png",
|
|
"requirements": ["pyeti", "API key "],
|
|
"input": "A domain, hostname,IP, sha256,sha1, md5, url of MISP attribute.",
|
|
"output": "MISP attributes and objects fetched from the Yeti instances.",
|
|
"references": ["https://github.com/yeti-platform/yeti", "https://github.com/sebdraven/pyeti"],
|
|
"features": "This module add context and links between observables using yeti"
|
|
}
|