From 5bdc6c65926a53b67dbbfa5101ed367e58341154 Mon Sep 17 00:00:00 2001 From: rmkml Date: Mon, 17 Aug 2020 17:35:58 +0200 Subject: [PATCH] add vhash (VirusTotal Hash) on definition.json --- objects/file/definition.json | 9 +++++++-- schema_objects.json | 2 ++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/objects/file/definition.json b/objects/file/definition.json index eed1408..b2ec95a 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -424,6 +424,11 @@ "description": "Fuzzy hash by Trend Micro: Locality Sensitive Hash", "misp-attribute": "tlsh", "ui-priority": 0 + }, + "vhash": { + "description": "vhash by VirusTotal", + "misp-attribute": "vhash", + "ui-priority": 0 } }, "description": "File object describing a file with meta-information", @@ -450,6 +455,6 @@ "path", "fullpath" ], - "uuid": "688c46fb-5edb-40a3-8273-1af7923e2215", - "version": 20 + "uuid": "688c36fb-4edb-41a3-7273-1af8923e2215", + "version": 21 } \ No newline at end of file diff --git a/schema_objects.json b/schema_objects.json index 2d6300a..cd7a646 100644 --- a/schema_objects.json +++ b/schema_objects.json @@ -96,6 +96,7 @@ "filename|sha512/256", "filename|ssdeep", "filename|tlsh", + "filename|vhash", "first-name", "float", "frequent-flyer-number", @@ -180,6 +181,7 @@ "text", "threat-actor", "tlsh", + "vhash", "travel-details", "twitter-id", "uri",