mirror of https://github.com/MISP/misp-objects
add: [file] Added creation, modification & access time attributes
parent
49056e9b1a
commit
892b7ee70f
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
|
"access-time": {
|
||||||
|
"description": "The last time the file was accessed",
|
||||||
|
"misp-attribute": "datetime",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"attachment": {
|
"attachment": {
|
||||||
"description": "A non-malicious file.",
|
"description": "A non-malicious file.",
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
|
@ -21,6 +26,11 @@
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"creation-time": {
|
||||||
|
"description": "Creation time of the file",
|
||||||
|
"misp-attribute": "datetime",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"entropy": {
|
"entropy": {
|
||||||
"description": "Entropy of the whole file",
|
"description": "Entropy of the whole file",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -334,6 +344,11 @@
|
||||||
"misp-attribute": "mime-type",
|
"misp-attribute": "mime-type",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"modification-time": {
|
||||||
|
"description": "Last time the file was modified",
|
||||||
|
"misp-attribute": "datetime",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"path": {
|
"path": {
|
||||||
"description": "Path of the filename complete or partial",
|
"description": "Path of the filename complete or partial",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
|
Loading…
Reference in New Issue