From 767b46142937c50881bf0f55b9f7b27b518ad99a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 7 Sep 2018 11:26:37 +0200 Subject: [PATCH] chg: [file] following some CyBOX import adding a fullpath field which includes filename and path request --- objects/file/definition.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/objects/file/definition.json b/objects/file/definition.json index 49bbc28..d58f4db 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -131,6 +131,12 @@ "ui-priority": 0, "misp-attribute": "text" }, + "fullpath": { + "description": "Complete path of the filename including the filename", + "multiple": true, + "ui-priority": 0, + "misp-attribute": "text" + }, "tlsh": { "description": "Fuzzy hash by Trend Micro: Locality Sensitive Hash", "ui-priority": 0, @@ -163,7 +169,7 @@ ] } }, - "version": 13, + "version": 14, "description": "File object describing a file with meta-information", "meta-category": "file", "uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",