Skip to content

Commit 878d0a3

Browse files
author
Sébastien Larinier
committed
add characteristics and ssdeep to pe-sections
1 parent c84a830 commit 878d0a3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

objects/pe-section/definition.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
],
1717
"disable_correlation": true
1818
},
19+
"characteristics":{
20+
"misp-attributes": "text",
21+
"sane_default":[
22+
"read",
23+
"write",
24+
"executable"
25+
]
26+
}
27+
,
1928
"text": {
2029
"misp-attribute": "text",
2130
"misp-usage-frequency": 1,
@@ -46,6 +55,10 @@
4655
"sha512": {
4756
"misp-attribute": "sha512",
4857
"misp-usage-frequency": 0
58+
},
59+
"ssdeep": {
60+
"misp-attribute": "ssdeep",
61+
"misp-usage-frequency": 0
4962
}
5063
},
5164
"requiredOneOf": [

0 commit comments

Comments
 (0)