mirror of https://github.com/MISP/misp-objects
chg: [mactime-timeline-analysis] disable some correlations
parent
ccab94e1b7
commit
a4207d1f36
|
@ -13,12 +13,14 @@
|
||||||
"datetime": {
|
"datetime": {
|
||||||
"description": "Date and time when the operation was conducted on the file",
|
"description": "Date and time when the operation was conducted on the file",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime",
|
||||||
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"file_size": {
|
"file_size": {
|
||||||
"description": "Determines the file size in bytes",
|
"description": "Determines the file size in bytes",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"activityType": {
|
"activityType": {
|
||||||
"description": "Determines the type of activity conducted on the file at a given time",
|
"description": "Determines the type of activity conducted on the file at a given time",
|
||||||
|
@ -30,20 +32,23 @@
|
||||||
"Changed",
|
"Changed",
|
||||||
"Modified",
|
"Modified",
|
||||||
"Other"
|
"Other"
|
||||||
]
|
],
|
||||||
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"filePermissions": {
|
"filePermissions": {
|
||||||
"description": "Describes permissions assigned the file",
|
"description": "Describes permissions assigned the file",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text",
|
||||||
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"file": {
|
"file": {
|
||||||
"description": "Mactime output file",
|
"description": "Mactime output file",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "attachment"
|
"misp-attribute": "attachment",
|
||||||
|
"disable_correlation": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 3,
|
||||||
"description": "Mactime template, used in forensic investigations to describe the timeline of a file activity",
|
"description": "Mactime template, used in forensic investigations to describe the timeline of a file activity",
|
||||||
"meta-category": "file",
|
"meta-category": "file",
|
||||||
"uuid": "9297982e-be62-4772-a665-c91f5a8d639",
|
"uuid": "9297982e-be62-4772-a665-c91f5a8d639",
|
||||||
|
|
Loading…
Reference in New Issue