mirror of https://github.com/MISP/misp-objects
chg: [pe] Updated `pe` object template
- Added object relation for machine type hex value - Harmonised object relationspull/434/head
parent
0b01407096
commit
d062743502
|
@ -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
|
||||||
}
|
}
|
Loading…
Reference in New Issue