mirror of https://github.com/MISP/misp-objects
jq all
parent
0da065163a
commit
6fb4acb9da
|
@ -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": [
|
||||||
|
|
Loading…
Reference in New Issue