From 6198bb38ae76e83d8410adef341631e0f33b318c Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 11 Nov 2019 09:30:38 +0100 Subject: [PATCH] chg: [standards] SightingDB format added --- standards.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/standards.md b/standards.md index 407679e..9a6a4d0 100644 --- a/standards.md +++ b/standards.md @@ -17,6 +17,8 @@ This document describes the MISP core format used to exchange indicators and thr Specification: [TXT](https://www.misp-standard.org/rfc/misp-standard-core.txt) - [HTML](https://www.misp-standard.org/rfc/misp-standard-core.html) +Lead: [MISP Project](https://www.misp-project.org/) + ## MISP object template format This document describes the MISP object template format which describes a simple JSON format to represent the various templates used to construct MISP objects. A public directory of common MISP object templates is available and relies on the MISP object reference format. @@ -25,6 +27,8 @@ Specification: [TXT](https://www.misp-standard.org/rfc/misp-standard-object-temp Object template library: [HTML](https://www.misp-project.org/objects.html) - [PDF](https://www.misp-project.org/objects.pdf) +Lead: [MISP Project](https://www.misp-project.org/) + ## MISP taxonomy format This document describes the MISP taxonomy format which describes a simple JSON format to represent machine tag (also called triple tag) vocabularies. A public directory of common vocabularies called MISP taxonomies is available and relies on the MISP taxonomy format. MISP taxonomies are used to classify cyber security events, threats, suspicious events, or indicators. @@ -33,6 +37,8 @@ Specification: [TXT](https://www.misp-standard.org/rfc/misp-standard-taxonomy-fo Taxonomy library: [HTML](https://www.misp-project.org/taxonomies.html) - [PDF](https://www.misp-project.org/taxonomies.pdf) +Lead: [MISP Project](https://www.misp-project.org/) + ## MISP galaxy format This document describes the MISP galaxy format which describes a simple JSON format to represent galaxies and clusters that can be attached to MISP events or attributes. A public directory of MISP galaxies is available and relies on the MISP galaxy format. MISP galaxies are used to attach additional information structures such as MISP events or attributes. MISP galaxy is a public repository of known malware, threats actors and various other collections of data that can be used to mark, classify or label data in threat information sharing. @@ -41,6 +47,16 @@ Specification: [TXT](https://www.misp-standard.org/rfc/misp-standard-galaxy-form Galaxy library: [HTML](https://www.misp-project.org/galaxy.html) - [PDF](https://www.misp-project.org/galaxy.pdf) +Lead: [MISP Project](https://www.misp-project.org/) + +## SightingDB format + +This document describes the format used by SightingDB to give automated context to a given Attribute by counting occurrences and tracking times of observability. SightingDB was designed to provide to MISP and other tools an interoperable, scalable and fast way to store and retrieve attributes sightings. + +Specification: [TXT](https://www.misp-standard.org/rfc/sightingdb-format.txt) - [HTML](https://www.misp-standard.org/rfc/sightingdb-format.html) + +Lead: [Devo Inc](https://www.devo.com/) + # Upcoming standards - MISP warninglist format