add: [file] Added creation, modification & access time attributes

pull/386/head
Christian Studer 2023-02-20 19:31:59 +01:00
parent 49056e9b1a
commit 892b7ee70f
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 15 additions and 0 deletions

View File

@ -1,5 +1,10 @@
{
"attributes": {
"access-time": {
"description": "The last time the file was accessed",
"misp-attribute": "datetime",
"ui-priority": 0
},
"attachment": {
"description": "A non-malicious file.",
"misp-attribute": "attachment",
@ -21,6 +26,11 @@
"misp-attribute": "datetime",
"ui-priority": 0
},
"creation-time": {
"description": "Creation time of the file",
"misp-attribute": "datetime",
"ui-priority": 0
},
"entropy": {
"description": "Entropy of the whole file",
"disable_correlation": true,
@ -334,6 +344,11 @@
"misp-attribute": "mime-type",
"ui-priority": 0
},
"modification-time": {
"description": "Last time the file was modified",
"misp-attribute": "datetime",
"ui-priority": 0
},
"path": {
"description": "Path of the filename complete or partial",
"disable_correlation": true,