chg: [pe] Updated `pe` object template

- Added object relation for machine type hex value
- Harmonised object relations
pull/434/head
Christian Studer 2024-07-24 12:13:50 +02:00
parent 0b01407096
commit d062743502
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 8 additions and 2 deletions

View File

@ -29,7 +29,7 @@
], ],
"ui-priority": 0 "ui-priority": 0
}, },
"characteristics_hex": { "characteristics-hex": {
"description": "The characteristics in a single hex value", "description": "The characteristics in a single hex value",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "hex", "misp-attribute": "hex",
@ -128,6 +128,12 @@
], ],
"ui-priority": 0 "ui-priority": 0
}, },
"machine-type-hex": {
"description": "Type of machine in a simple hex value",
"disable_correlation": true,
"misp-attribute": "hex",
"ui-priority": 0
},
"number-of-symbols": { "number-of-symbols": {
"description": "Number of entries in the symbol table", "description": "Number of entries in the symbol table",
"disable_correlation": true, "disable_correlation": true,
@ -213,5 +219,5 @@
"impfuzzy" "impfuzzy"
], ],
"uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07", "uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07",
"version": 9 "version": 10
} }