From ba19072c3fe2c0fc48fd888cd8e92ff1e3082cf1 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 1 Aug 2016 07:38:06 +0200 Subject: [PATCH] An intro to the data models --- _pages/datamodels.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_pages/datamodels.md b/_pages/datamodels.md index 81d4034..1d00d0b 100644 --- a/_pages/datamodels.md +++ b/_pages/datamodels.md @@ -1,10 +1,17 @@ --- layout: page -title: MISP data models +title: MISP data models - MISP core format - MISP taxonomies permalink: /datamodels/ --- +MISP is not only a software but also a series of data models created by the MISP community. MISP includes a simple and practical information sharing format expressed in JSON that can be used with MISP software or by any other software. + ## MISP Core Format +### MISP default attributes and categories + ## MISP Taxonomies +Along with the core format, [MISP taxonomies](https://www.github.com/MISP/misp-taxonomies/) provide a set of already defined classifications modeling estimative language, CSIRTs/CERTs classifications, national classifications or threat model classification. The fixed taxonomies provide a practical method to tag efficiently events and attributes within a set of MISP instances where taxonomies can be easily cherry-picked or extended to meet the local requirements of an organization or a specific sharing community. When using MISP, the MISP taxonomies are available and can be freely used based on the community practises. + +