mirror of https://github.com/MISP/misp-objects
Merge pull request #7 from sebdraven/master
add characteristics and ssdeep to pe-sectionspull/10/head
commit
fad8757a5a
|
@ -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": [
|
||||||
|
|
Loading…
Reference in New Issue