mirror of https://github.com/MISP/misp-objects
add characteristics and ssdeep to pe-sections
parent
c84a830f33
commit
878d0a30ca
|
@ -16,6 +16,15 @@
|
|||
],
|
||||
"disable_correlation": true
|
||||
},
|
||||
"characteristics":{
|
||||
"misp-attributes": "text",
|
||||
"sane_default":[
|
||||
"read",
|
||||
"write",
|
||||
"executable"
|
||||
]
|
||||
}
|
||||
,
|
||||
"text": {
|
||||
"misp-attribute": "text",
|
||||
"misp-usage-frequency": 1,
|
||||
|
@ -46,6 +55,10 @@
|
|||
"sha512": {
|
||||
"misp-attribute": "sha512",
|
||||
"misp-usage-frequency": 0
|
||||
},
|
||||
"ssdeep": {
|
||||
"misp-attribute": "ssdeep",
|
||||
"misp-usage-frequency": 0
|
||||
}
|
||||
},
|
||||
"requiredOneOf": [
|
||||
|
|
Loading…
Reference in New Issue