chg: [file] following some CyBOX import adding a fullpath field which includes filename and path request

pull/113/head
Alexandre Dulaunoy 2018-09-07 11:26:37 +02:00
parent 38071f4bd9
commit 767b461429
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

@ -131,6 +131,12 @@
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"fullpath": {
"description": "Complete path of the filename including the filename",
"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,
@ -163,7 +169,7 @@
] ]
} }
}, },
"version": 13, "version": 14,
"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",