From 63e68d588fa0c2aa76b4f9da910408bc69c3412e Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 13 Oct 2016 07:42:18 +0200 Subject: [PATCH] Implementation consideration added --- misp-core-format/raw.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index 09a4e23..72b8b4d 100644 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -518,6 +518,14 @@ A detached PGP signature for a manifest file is a manifest.json.pgp file contain } ~~~~ +# Implementation + +MISP format is implemented by different software including the MISP threat sharing +platform and libraries like PyMISP [@?MISP-P]. Implementations use the format +as an export/import mechanism, staging transport format or synchronisation format +as used in the MISP core platform. MISP format doesn't impose any restriction on +the data representation of the format in data-structure of other implementations. + # Security Considerations MISP events might contain sensitive or confidential information. Adequate @@ -533,6 +541,9 @@ standard threat information that might already include malicious intended inputs The authors wish to thank all the MISP community to support the creation of open standards in threat intelligence sharing. +# Sample MISP file + + MISP Project - Malware Information Sharing Platform and Threat Sharing