mirror of https://github.com/MISP/misp-objects
chg: [scheduled-task] disable_correlation + clarification
parent
73c2462448
commit
50f61a03be
|
@ -2,6 +2,7 @@
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"Start-time": {
|
"Start-time": {
|
||||||
"description": "Time when the task is triggered",
|
"description": "Time when the task is triggered",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
|
@ -24,6 +25,7 @@
|
||||||
},
|
},
|
||||||
"highest-privileges": {
|
"highest-privileges": {
|
||||||
"description": "Should the task run with the highest privileges",
|
"description": "Should the task run with the highest privileges",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "boolean",
|
"misp-attribute": "boolean",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
@ -31,7 +33,8 @@
|
||||||
"categories": [
|
"categories": [
|
||||||
"Other"
|
"Other"
|
||||||
],
|
],
|
||||||
"description": "Location (Path) of the scheduled task on the computer",
|
"description": "Location (Path including filename) of the scheduled task on the computer",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
@ -45,6 +48,7 @@
|
||||||
},
|
},
|
||||||
"password-stored": {
|
"password-stored": {
|
||||||
"description": "Should the password be stored (Only if log on is not mandatory)",
|
"description": "Should the password be stored (Only if log on is not mandatory)",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "boolean",
|
"misp-attribute": "boolean",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
@ -53,11 +57,13 @@
|
||||||
"Other"
|
"Other"
|
||||||
],
|
],
|
||||||
"description": "condition to repeat the task",
|
"description": "condition to repeat the task",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"run-when-user-logged-on-only": {
|
"run-when-user-logged-on-only": {
|
||||||
"description": "Should the task run if the user is logged on only",
|
"description": "Should the task run if the user is logged on only",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "boolean",
|
"misp-attribute": "boolean",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
@ -66,6 +72,7 @@
|
||||||
"Other"
|
"Other"
|
||||||
],
|
],
|
||||||
"description": "User account used when running the task",
|
"description": "User account used when running the task",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
@ -74,6 +81,7 @@
|
||||||
"Other"
|
"Other"
|
||||||
],
|
],
|
||||||
"description": "when should the task being triggered",
|
"description": "when should the task being triggered",
|
||||||
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
|
@ -96,7 +104,8 @@
|
||||||
"name": "scheduled-task",
|
"name": "scheduled-task",
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"name",
|
"name",
|
||||||
"description"
|
"description",
|
||||||
|
"location"
|
||||||
],
|
],
|
||||||
"uuid": "076f9362-23f7-4326-b370-a98e47531a44",
|
"uuid": "076f9362-23f7-4326-b370-a98e47531a44",
|
||||||
"version": 1
|
"version": 1
|
||||||
|
|
Loading…
Reference in New Issue