From 4a671ca739d7ea06567ca21b2a99333ab915cfa9 Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Thu, 20 Aug 2020 10:14:35 +0200 Subject: [PATCH] chg: [RichPE] added --- objects/pe/definition.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/objects/pe/definition.json b/objects/pe/definition.json index 463c679..40a8dee 100644 --- a/objects/pe/definition.json +++ b/objects/pe/definition.json @@ -45,6 +45,12 @@ "misp-attribute": "imphash", "ui-priority": 0 }, + "richpe": { + "description": "RichPE metadata hash", + "misp-attribute": "md5", + "ui-priority": 0, + "multiple": 1 + }, "internal-filename": { "description": "InternalFilename in the resources", "disable_correlation": true, @@ -125,5 +131,5 @@ "impfuzzy" ], "uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07", - "version": 5 -} \ No newline at end of file + "version": 6 +}