mirror of https://github.com/MISP/misp-objects
chg: [file] following some CyBOX import adding a fullpath field which includes filename and path request
parent
38071f4bd9
commit
767b461429
|
@ -131,6 +131,12 @@
|
|||
"ui-priority": 0,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"fullpath": {
|
||||
"description": "Complete path of the filename including the filename",
|
||||
"multiple": true,
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text"
|
||||
},
|
||||
"tlsh": {
|
||||
"description": "Fuzzy hash by Trend Micro: Locality Sensitive Hash",
|
||||
"ui-priority": 0,
|
||||
|
@ -163,7 +169,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"version": 13,
|
||||
"version": 14,
|
||||
"description": "File object describing a file with meta-information",
|
||||
"meta-category": "file",
|
||||
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
||||
|
|
Loading…
Reference in New Issue