Merge pull request #7 from sebdraven/master

add characteristics and ssdeep to pe-sections
pull/10/head
Alexandre Dulaunoy 2017-03-13 16:41:16 +01:00 committed by GitHub
commit fad8757a5a
1 changed files with 13 additions and 0 deletions

View File

@ -16,6 +16,15 @@
], ],
"disable_correlation": true "disable_correlation": true
}, },
"characteristics": {
"misp-attribute": "text",
"misp-usage-frequency": 0,
"sane_default": [
"read",
"write",
"executable"
]
},
"text": { "text": {
"misp-attribute": "text", "misp-attribute": "text",
"misp-usage-frequency": 1, "misp-usage-frequency": 1,
@ -46,6 +55,10 @@
"sha512": { "sha512": {
"misp-attribute": "sha512", "misp-attribute": "sha512",
"misp-usage-frequency": 0 "misp-usage-frequency": 0
},
"ssdeep": {
"misp-attribute": "ssdeep",
"misp-usage-frequency": 0
} }
}, },
"requiredOneOf": [ "requiredOneOf": [