From d00db387635d702b8ea92417b89943186614d8d2 Mon Sep 17 00:00:00 2001 From: Nicolas Bareil Date: Mon, 4 Jun 2018 10:00:41 +0200 Subject: [PATCH] Update raw.md --- misp-core-format/raw.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index 7abac51..7eddc03 100755 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -677,6 +677,7 @@ A MISP document containing an Object **MUST** contain a name, a meta-category, a "deleted": false, "ObjectReference": [], "Attribute": [ + { "id": "7822", "type": "filename", "category": "Payload delivery", @@ -693,7 +694,8 @@ A MISP document containing an Object **MUST** contain a name, a meta-category, a "object_relation": "filename", "value": "StarCraft.exe", "ShadowAttribute": [] - ] + } + ] } ~~~~~