mirror of https://github.com/MISP/misp-objects
commit
a3a93b706b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue