diff --git a/objects/pe/definition.json b/objects/pe/definition.json index e53d7ea..86f37b5 100644 --- a/objects/pe/definition.json +++ b/objects/pe/definition.json @@ -19,12 +19,14 @@ "internal-filename": { "description": "InternalFilename in the resources", "ui-priority": 0, - "misp-attribute": "filename" + "misp-attribute": "filename", + "disable_correlation": true }, "original-filename": { "description": "OriginalFilename in the resources", "ui-priority": 1, - "misp-attribute": "filename" + "misp-attribute": "filename", + "disable_correlation": true }, "number-sections": { "description": "Number of sections", @@ -116,7 +118,7 @@ "misp-attribute": "text" } }, - "version": 2, + "version": 3, "description": "Object describing a Portable Executable", "meta-category": "file", "uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07",