misp-objects/objects/file/definition.json

110 lines
2.4 KiB
JSON
Raw Normal View History

2016-02-09 21:04:39 +01:00
{
2017-02-13 11:18:42 +01:00
"name": "file",
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
2017-02-13 11:18:42 +01:00
"meta-category": "file",
"description": "File object describing a file with meta-information",
"version": 1,
"attributes": {
2017-03-16 23:06:36 +01:00
"text": {
"misp-attribute": "text",
2017-02-13 11:18:42 +01:00
"misp-usage-frequency": 1,
2017-03-16 23:06:36 +01:00
"disable_correlation": true
2017-02-13 11:18:42 +01:00
},
"size-in-bytes": {
"misp-attribute": "size-in-bytes",
"misp-usage-frequency": 0,
"disable_correlation": true
2017-02-13 11:18:42 +01:00
},
"authentihash": {
"misp-attribute": "authentihash",
"misp-usage-frequency": 0
},
"ssdeep": {
"misp-attribute": "ssdeep",
"misp-usage-frequency": 0
},
2017-03-12 23:06:39 +01:00
"sha224": {
"misp-attribute": "sha224",
2017-02-13 11:18:42 +01:00
"misp-usage-frequency": 0
},
2017-03-12 23:06:39 +01:00
"sha384": {
"misp-attribute": "sha384",
2017-02-13 11:18:42 +01:00
"misp-usage-frequency": 0
},
2017-03-12 23:06:39 +01:00
"sha512": {
"misp-attribute": "sha512",
2017-02-13 11:18:42 +01:00
"misp-usage-frequency": 0
},
2017-03-12 23:06:39 +01:00
"sha512/224": {
"misp-attribute": "sha512/224",
2017-02-13 11:18:42 +01:00
"misp-usage-frequency": 0
},
2017-03-16 23:06:36 +01:00
"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"
]
},
2017-03-12 23:06:39 +01:00
"sha512/256": {
"misp-attribute": "sha512/256",
2017-02-13 11:18:42 +01:00
"misp-usage-frequency": 0
},
"tlsh": {
"misp-attribute": "tlsh",
"misp-usage-frequency": 0
},
"md5": {
"misp-attribute": "md5",
"misp-usage-frequency": 1
},
"sha1": {
"misp-attribute": "sha1",
"misp-usage-frequency": 1
},
"sha256": {
"misp-attribute": "sha256",
"misp-usage-frequency": 1
},
2017-03-12 23:06:39 +01:00
"entropy": {
"misp-attribute": "float",
"misp-usage-frequency": 1,
"disable_correlation": true
2017-03-12 23:06:39 +01:00
},
2017-02-13 11:18:42 +01:00
"pattern-in-file": {
"misp-attribute": "pattern-in-file",
"misp-usage-frequency": 1,
"categories": [
"Artifacts dropped",
"Payload installation",
"External analysis"
]
}
},
"requiredOneOf": [
"filename",
"size-in-bytes",
"authentihash",
"ssdeep",
"imphash",
"pehash",
2017-03-12 23:06:39 +01:00
"sha224",
"sha384",
"sha512",
"sha512/224",
"sha512/256",
2017-02-13 11:18:42 +01:00
"tlsh",
"md5",
"sha1",
"sha256",
"pattern-in-file"
]
2016-02-09 21:04:39 +01:00
}