From 5c935172ea9d1eeaeb7a42ad291eb10f57bc268f Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 13 Oct 2020 22:47:10 +0200 Subject: [PATCH] chg: [file] because sorted is always better --- objects/file/definition.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/objects/file/definition.json b/objects/file/definition.json index 8079d19..9eac478 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -312,6 +312,11 @@ "multiple": true, "ui-priority": 0 }, + "imphash": { + "description": "Hash (md5) calculated from the PE import table", + "misp-attribute": "imphash", + "ui-priority": 0 + }, "malware-sample": { "description": "The file itself (binary)", "misp-attribute": "malware-sample", @@ -437,6 +442,11 @@ "Trusted" ] }, + "telfhash": { + "description": "telfhash - Symbol hash for ELF files.", + "misp-attribute": "telfhash", + "ui-priority": 0 + }, "text": { "description": "Free text value to attach to the file", "disable_correlation": true, @@ -449,16 +459,6 @@ "misp-attribute": "tlsh", "ui-priority": 0 }, - "telfhash": { - "description": "telfhash - Symbol hash for ELF files.", - "misp-attribute": "telfhash", - "ui-priority": 0 - }, - "imphash": { - "description": "Hash (md5) calculated from the PE import table", - "misp-attribute": "imphash", - "ui-priority": 0 - }, "vhash": { "description": "vhash by VirusTotal", "misp-attribute": "vhash", @@ -497,4 +497,4 @@ ], "uuid": "688c46fb-5edb-40a3-8273-1af7923e2215", "version": 23 -} +} \ No newline at end of file