From 49cd96aa2bd023dd082c48208cdbeb229770365c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 23 Aug 2017 11:01:48 +0200 Subject: [PATCH] Add mimetype to file object template --- objects/file/definition.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/objects/file/definition.json b/objects/file/definition.json index 766701b..a43a13f 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -99,9 +99,14 @@ "tlsh": { "ui-priority": 0, "misp-attribute": "tlsh" + }, + "mimetype": { + "disable_correlation": true, + "ui-priority": 0, + "misp-attribute": "text" } }, - "version": 1, + "version": 2, "description": "File object describing a file with meta-information", "meta-category": "file", "uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",