misp-standard.org/standards.md

65 lines
3.7 KiB
Markdown
Raw Permalink Normal View History

2019-07-16 13:58:45 +02:00
---
layout: splash
2019-07-16 15:40:12 +02:00
title: MISP Published Standards
2019-07-16 13:58:45 +02:00
excerpt: "Official Published MISP Standards"
author_profile: false
header:
overlay_image: /assets/images/misp-long.png
overlay_filter: 0.8
---
# MISP Standards
## MISP core format
2019-07-16 16:29:50 +02:00
This document describes the MISP core format used to exchange indicators and threat information between MISP instances. The JSON format includes the overall structure along with the semantics associated for each respective key. The format is described to support other implementations, aiming to reuse the format and ensuring the interoperability with the existing MISP software and other Threat Intelligence Platforms.
2019-07-16 13:58:45 +02:00
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/)
2019-07-16 13:58:45 +02:00
## MISP object template format
2019-07-16 16:29:50 +02:00
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.
2019-07-16 13:58:45 +02:00
Specification: [TXT](https://www.misp-standard.org/rfc/misp-standard-object-template-format.txt) - [HTML](https://www.misp-standard.org/rfc/misp-standard-object-template-format.html)
2019-07-16 23:33:30 +02:00
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/)
2019-07-16 13:58:45 +02:00
## MISP taxonomy format
2019-07-16 16:29:50 +02:00
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.
2019-07-16 13:58:45 +02:00
Specification: [TXT](https://www.misp-standard.org/rfc/misp-standard-taxonomy-format.txt) - [HTML](https://www.misp-standard.org/rfc/misp-standard-taxonomy-format.html)
2019-07-16 23:33:30 +02:00
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/)
2019-07-16 13:58:45 +02:00
## MISP galaxy format
2019-07-16 16:29:50 +02:00
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.
2019-07-16 13:58:45 +02:00
Specification: [TXT](https://www.misp-standard.org/rfc/misp-standard-galaxy-format.txt) - [HTML](https://www.misp-standard.org/rfc/misp-standard-galaxy-format.html)
2019-07-16 23:33:30 +02:00
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/)
2019-07-16 13:58:45 +02:00
# Upcoming standards
- MISP warninglist format