misp-objects/objects/pe-section/definition.json

73 lines
1.5 KiB
JSON

{
"requiredOneOf": [
"text",
"name",
"sha1",
"sha256",
"sha512"
],
"attributes": {
"characteristics": {
"sane_default": [
"read",
"write",
"executable"
],
"misp-usage-frequency": 0,
"misp-attribute": "text"
},
"name": {
"disable_correlation": true,
"sane_default": [
".rsrc",
".reloc",
".rdata",
".data",
".text"
],
"misp-usage-frequency": 1,
"misp-attribute": "text"
},
"size-in-bytes": {
"disable_correlation": true,
"misp-usage-frequency": 1,
"misp-attribute": "size-in-bytes"
},
"text": {
"disable_correlation": true,
"misp-usage-frequency": 1,
"misp-attribute": "text"
},
"md5": {
"misp-usage-frequency": 1,
"misp-attribute": "md5"
},
"entropy": {
"disable_correlation": true,
"misp-usage-frequency": 0,
"misp-attribute": "float"
},
"sha256": {
"misp-usage-frequency": 0,
"misp-attribute": "sha256"
},
"sha1": {
"misp-usage-frequency": 0,
"misp-attribute": "sha1"
},
"ssdeep": {
"misp-usage-frequency": 0,
"misp-attribute": "ssdeep"
},
"sha512": {
"misp-usage-frequency": 0,
"misp-attribute": "sha512"
}
},
"version": 1,
"description": "Object describing a section of a Portable Executable",
"meta-category": "file",
"uuid": "198a17d2-a135-4b25-9a32-5aa4e632014a",
"name": "pe-section"
}