misp-modules/documentation/website/expansion/yeti.json

10 lines
468 B
JSON
Raw Normal View History

2021-04-21 17:34:40 +02:00
{
"description": "Module to process a query on Yeti.",
2021-04-22 12:47:06 +02:00
"logo": "yeti.png",
2021-04-21 17:34:40 +02:00
"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"
}