mirror of https://github.com/MISP/misp-objects
fix: file path added in file object
parent
1ff6cbf67a
commit
bd89d1cd01
|
@ -17,7 +17,8 @@
|
||||||
"tlsh",
|
"tlsh",
|
||||||
"pattern-in-file",
|
"pattern-in-file",
|
||||||
"x509-fingerprint-sha1",
|
"x509-fingerprint-sha1",
|
||||||
"malware-sample"
|
"malware-sample",
|
||||||
|
"path"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"md5": {
|
"md5": {
|
||||||
|
@ -124,6 +125,13 @@
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "filename"
|
"misp-attribute": "filename"
|
||||||
},
|
},
|
||||||
|
"path": {
|
||||||
|
"description": "Path of the filename complete or partial",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
"tlsh": {
|
"tlsh": {
|
||||||
"description": "Fuzzy hash by Trend Micro: Locality Sensitive Hash",
|
"description": "Fuzzy hash by Trend Micro: Locality Sensitive Hash",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
|
@ -156,7 +164,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 10,
|
"version": 11,
|
||||||
"description": "File object describing a file with meta-information",
|
"description": "File object describing a file with meta-information",
|
||||||
"meta-category": "file",
|
"meta-category": "file",
|
||||||
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
||||||
|
|
Loading…
Reference in New Issue