mirror of https://github.com/MISP/misp-objects
chg: [pe] richpe
parent
4a671ca739
commit
0c863f194f
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue