Skip to content

Commit

Permalink
Merge pull request MISP#386 from chrisr3d/main
Browse files Browse the repository at this point in the history
File object update
  • Loading branch information
adulau authored Feb 20, 2023
2 parents d60112e + 892b7ee commit a3a93b7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions objects/file/definition.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit a3a93b7

Please sign in to comment.