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