mirror of https://github.com/MISP/misp-modules
parent
1b9d47dd33
commit
da9d6a7dfd
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"description": "Module to process a query on Yeti.",
|
||||||
|
"logo": "",
|
||||||
|
"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"
|
||||||
|
}
|
Loading…
Reference in New Issue