From b046eb4ba77ac6f01f99e7c0b62a1d7e85a66e39 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 15 Nov 2017 07:32:49 +0100 Subject: [PATCH] fix: AIL leak object to include raw-data --- objects/ail-leak/definition.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/objects/ail-leak/definition.json b/objects/ail-leak/definition.json index 2641efd..64b450e 100644 --- a/objects/ail-leak/definition.json +++ b/objects/ail-leak/definition.json @@ -55,9 +55,15 @@ "disable_correlation": true, "ui-priority": 0, "misp-attribute": "datetime" + }, + "raw-data": { + "description": "Raw data as received by the AIL sensor compressed and encoded in Base64.", + "disable_correlation": true, + "ui-priority": 0, + "misp-attribute": "text" } }, - "version": 3, + "version": 4, "description": "An information leak as defined by the AIL Analysis Information Leak framework.", "meta-category": "misc", "uuid": "dc6a8fa2-0a43-4a0c-a5aa-b1a5336ca80e",