diff --git a/objects/pe/definition.json b/objects/pe/definition.json index 40a8dee..e47babe 100644 --- a/objects/pe/definition.json +++ b/objects/pe/definition.json @@ -45,12 +45,6 @@ "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, @@ -98,6 +92,12 @@ "misp-attribute": "text", "ui-priority": 0 }, + "richpe": { + "description": "RichPE metadata hash", + "misp-attribute": "md5", + "multiple": 1, + "ui-priority": 0 + }, "text": { "description": "Free text value to attach to the PE", "disable_correlation": true, @@ -132,4 +132,4 @@ ], "uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07", "version": 6 -} +} \ No newline at end of file