pull/17/head
Alexandre Dulaunoy 2017-03-16 23:06:36 +01:00
parent 0da065163a
commit 6fb4acb9da
1 changed files with 17 additions and 17 deletions

View File

@ -4,15 +4,10 @@
"description": "File object describing a file with meta-information", "description": "File object describing a file with meta-information",
"version": 1, "version": 1,
"attributes": { "attributes": {
"filename": { "text": {
"misp-attribute": "filename", "misp-attribute": "text",
"misp-usage-frequency": 1, "misp-usage-frequency": 1,
"categories": [ "disable_correlation": true
"Payload delivery",
"Artifacts dropped",
"Payload installation",
"External analysis"
]
}, },
"size-in-bytes": { "size-in-bytes": {
"misp-attribute": "size-in-bytes", "misp-attribute": "size-in-bytes",
@ -43,6 +38,20 @@
"misp-attribute": "sha512/224", "misp-attribute": "sha512/224",
"misp-usage-frequency": 0 "misp-usage-frequency": 0
}, },
"malware-sample": {
"misp-attribute": "malware-sample",
"misp-usage-frequency": 1
},
"filename": {
"misp-attribute": "filename",
"misp-usage-frequency": 1,
"categories": [
"Payload delivery",
"Artifacts dropped",
"Payload installation",
"External analysis"
]
},
"sha512/256": { "sha512/256": {
"misp-attribute": "sha512/256", "misp-attribute": "sha512/256",
"misp-usage-frequency": 0 "misp-usage-frequency": 0
@ -76,15 +85,6 @@
"Payload installation", "Payload installation",
"External analysis" "External analysis"
] ]
},
"text": {
"misp-attribute": "text",
"misp-usage-frequency": 1,
"disable_correlation": true
},
"malware-sample": {
"misp-attribute": "malware-sample",
"misp-usage-frequency": 1
} }
}, },
"requiredOneOf": [ "requiredOneOf": [