From da9d6a7dfd2f7acb623621311851ea8f154b8834 Mon Sep 17 00:00:00 2001 From: Sebdraven Date: Wed, 21 Apr 2021 17:34:40 +0200 Subject: [PATCH] Create yeti.json add doc --- doc/expansion/yeti.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/expansion/yeti.json diff --git a/doc/expansion/yeti.json b/doc/expansion/yeti.json new file mode 100644 index 0000000..3ec7789 --- /dev/null +++ b/doc/expansion/yeti.json @@ -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" +}