From d22c59c6f6fe90568744d80ae1a306256b41acf9 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 16 Oct 2016 17:18:45 +0200 Subject: [PATCH] Standards within the MISP project --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64d6a7a..03409d9 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,15 @@ This repository is the official source of the specification and formats in MISP. ## MISP Format in use and implemented in multiple software -* [misp-core-format](misp-core-format/raw.md.txt) [markdown source](misp-core-format/raw.md) which describes the core JSON format of MISP. Current Internet-Draft: [00](https://tools.ietf.org/html/draft-dulaunoy-misp-core-format) -* [misp-taxonomy-format](misp-taxonomy-format/raw.md.txt) [markdown source](misp-taxonomy-format/raw.md) which describes the taxonomy JSON format of MISP. Current Internet-Draft: [00](https://tools.ietf.org/html/draft-dulaunoy-misp-taxonomy-format) +* [misp-core-format](misp-core-format/raw.md.txt) ([markdown source](misp-core-format/raw.md)) which describes the core JSON format of MISP. Current Internet-Draft: [00](https://tools.ietf.org/html/draft-dulaunoy-misp-core-format) +* [misp-taxonomy-format](misp-taxonomy-format/raw.md.txt) ([markdown source](misp-taxonomy-format/raw.md)) which describes the taxonomy JSON format of MISP. Current Internet-Draft: [00](https://tools.ietf.org/html/draft-dulaunoy-misp-taxonomy-format) -## MISP Format in design phase and implemented in one software +## MISP Format in design phase and implemented in at least one software prototype + +* misp-galaxy-format which describes the [galaxy](https://github.com/MISP/misp-galaxy) format used to expand the threat actor modelling of MISP. +* misp-modules-protocol which describes the [misp-modules](https://github.com/MISP/misp-modules) protocol used between MISP and misp-modules. + +## MISP Format in design phase + +* misp-collaborative-voting-format which describes the collaborative voting and scoring format for the feeds providers.