2018-09-27 12:46:32 +02:00
|
|
|
{
|
|
|
|
"attributes": {
|
|
|
|
"activityType": {
|
|
|
|
"description": "Determines the type of activity conducted on the file at a given time",
|
2020-04-26 02:10:02 +02:00
|
|
|
"disable_correlation": true,
|
2018-09-27 12:46:32 +02:00
|
|
|
"misp-attribute": "text",
|
2018-09-27 13:19:33 +02:00
|
|
|
"sane_default": [
|
|
|
|
"Accessed",
|
|
|
|
"Created",
|
|
|
|
"Changed",
|
|
|
|
"Modified",
|
|
|
|
"Other"
|
2018-10-29 20:43:36 +01:00
|
|
|
],
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 0
|
2018-09-27 12:46:32 +02:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"datetime": {
|
|
|
|
"description": "Date and time when the operation was conducted on the file",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
2018-09-27 12:46:32 +02:00
|
|
|
},
|
2018-09-27 13:19:33 +02:00
|
|
|
"file": {
|
2018-09-27 12:46:32 +02:00
|
|
|
"description": "Mactime output file",
|
2020-04-26 02:10:02 +02:00
|
|
|
"disable_correlation": true,
|
2018-10-29 20:43:36 +01:00
|
|
|
"misp-attribute": "attachment",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"file-path": {
|
|
|
|
"description": "Location of the file on the disc",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"filePermissions": {
|
|
|
|
"description": "Describes permissions assigned the file",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"file_size": {
|
|
|
|
"description": "Determines the file size in bytes",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 0
|
2018-09-27 12:46:32 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Mactime template, used in forensic investigations to describe the timeline of a file activity",
|
|
|
|
"meta-category": "file",
|
2020-04-26 02:10:02 +02:00
|
|
|
"name": "mactime-timeline-analysis",
|
|
|
|
"requiredOneOf": [
|
|
|
|
"file-path",
|
|
|
|
"activityType",
|
|
|
|
"datetime"
|
|
|
|
],
|
2018-09-27 12:46:32 +02:00
|
|
|
"uuid": "9297982e-be62-4772-a665-c91f5a8d639",
|
2020-04-26 02:10:02 +02:00
|
|
|
"version": 3
|
|
|
|
}
|