From e042ac127a3c7aa71c44962a1b0f2385f3922f72 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Wed, 3 Apr 2024 13:31:32 +0200 Subject: [PATCH] chg: [pe] Using the new `integer` attribute type --- objects/pe/definition.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/objects/pe/definition.json b/objects/pe/definition.json index 82c6ead..578e0d4 100644 --- a/objects/pe/definition.json +++ b/objects/pe/definition.json @@ -131,13 +131,13 @@ "number-of-symbols": { "description": "Number of entries in the symbol table", "disable_correlation": true, - "misp-attribute": "counter", + "misp-attribute": "integer", "ui-priority": 0 }, "number-sections": { "description": "Number of sections", "disable_correlation": true, - "misp-attribute": "counter", + "misp-attribute": "integer", "ui-priority": 0 }, "original-filename": { @@ -178,7 +178,7 @@ "size-of-optional-header": { "description": "Size of the optional header and the data directories which follow this header", "disable_correlation": true, - "misp-attribute": "float", + "misp-attribute": "integer", "ui-priority": 0 }, "text": {