2018-05-04 16:34:35 +02:00
|
|
|
{
|
|
|
|
"attributes": {
|
2020-04-26 02:10:02 +02:00
|
|
|
"args": {
|
|
|
|
"description": "Arguments of the process",
|
|
|
|
"disable_correlation": true,
|
2018-10-06 07:42:34 +02:00
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 1
|
2019-07-15 15:58:55 +02:00
|
|
|
},
|
2018-05-04 16:34:35 +02:00
|
|
|
"child-pid": {
|
2019-07-15 15:58:55 +02:00
|
|
|
"description": "Process ID of the child(ren) process",
|
2020-04-26 02:10:02 +02:00
|
|
|
"disable_correlation": true,
|
2018-05-04 16:34:35 +02:00
|
|
|
"misp-attribute": "text",
|
2018-10-06 07:42:34 +02:00
|
|
|
"multiple": true,
|
2020-11-24 06:45:04 +01:00
|
|
|
"ui-priority": 1
|
2018-05-04 16:34:35 +02:00
|
|
|
},
|
2018-11-02 00:35:28 +01:00
|
|
|
"command-line": {
|
|
|
|
"description": "Command line of the process",
|
2019-07-15 15:58:55 +02:00
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"creation-time": {
|
|
|
|
"description": "Local date/time at which the process was created",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
2019-07-15 15:58:55 +02:00
|
|
|
},
|
2018-11-02 00:35:28 +01:00
|
|
|
"current-directory": {
|
|
|
|
"description": "Current working directory of the process",
|
2020-04-26 02:10:02 +02:00
|
|
|
"disable_correlation": true,
|
2019-04-02 19:56:59 +02:00
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 2
|
|
|
|
},
|
2020-11-24 06:55:47 +01:00
|
|
|
"fake-process-name": {
|
|
|
|
"description": "Is the process spawned under a false name.",
|
2020-11-24 06:58:19 +01:00
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "boolean",
|
|
|
|
"multiple": false,
|
2020-11-24 06:55:47 +01:00
|
|
|
"sane_default": [
|
|
|
|
"1",
|
|
|
|
"0"
|
|
|
|
],
|
2020-11-24 06:58:19 +01:00
|
|
|
"ui-priority": 1
|
2020-11-24 06:55:47 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"guid": {
|
|
|
|
"description": "The globally unique identifier of the assigned by the vendor product",
|
2019-04-02 19:56:59 +02:00
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"hidden": {
|
|
|
|
"description": "Specifies whether the process is hidden",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "boolean",
|
|
|
|
"ui-priority": 1
|
2018-11-02 00:35:28 +01:00
|
|
|
},
|
|
|
|
"image": {
|
|
|
|
"description": "Path of process image",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "filename",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"integrity-level": {
|
|
|
|
"description": "Integrity level of the process",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"sane_default": [
|
|
|
|
"system",
|
|
|
|
"high",
|
|
|
|
"medium",
|
|
|
|
"low",
|
|
|
|
"untrusted"
|
|
|
|
],
|
|
|
|
"ui-priority": 2
|
|
|
|
},
|
|
|
|
"name": {
|
|
|
|
"description": "Name of the process",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
2018-11-02 00:35:28 +01:00
|
|
|
},
|
|
|
|
"parent-command-line": {
|
|
|
|
"description": "Command line of the parent process",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"parent-guid": {
|
|
|
|
"description": "The globally unique idenifier of the parent process assigned by the vendor product",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
2018-11-02 00:35:28 +01:00
|
|
|
},
|
|
|
|
"parent-image": {
|
|
|
|
"description": "Path of parent process image",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "filename",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"parent-pid": {
|
|
|
|
"description": "Process ID of the parent process",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
2018-11-02 00:35:28 +01:00
|
|
|
},
|
2019-07-15 15:58:55 +02:00
|
|
|
"parent-process-name": {
|
|
|
|
"description": "Process name of the parent",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
2019-07-15 15:58:55 +02:00
|
|
|
},
|
|
|
|
"parent-process-path": {
|
|
|
|
"description": "Parent process path of the parent",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
2019-07-15 15:58:55 +02:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"pgid": {
|
|
|
|
"description": "Identifier of the group of processes the process belong to",
|
|
|
|
"disable_correlation": true,
|
2018-11-02 00:35:28 +01:00
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 1
|
2018-11-02 00:35:28 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"pid": {
|
|
|
|
"description": "Process ID of the process",
|
|
|
|
"disable_correlation": true,
|
2018-11-02 00:35:28 +01:00
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"port": {
|
|
|
|
"description": "Port(s) owned by the process",
|
2019-07-15 15:58:55 +02:00
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "port",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
2019-07-15 15:58:55 +02:00
|
|
|
},
|
2020-11-24 06:55:47 +01:00
|
|
|
"process-state": {
|
|
|
|
"description": "State of process.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "process-state",
|
|
|
|
"multiple": false,
|
|
|
|
"sane_default": [
|
|
|
|
"D",
|
|
|
|
"R",
|
|
|
|
"S",
|
|
|
|
"T",
|
|
|
|
"t",
|
|
|
|
"W",
|
|
|
|
"X",
|
|
|
|
"Z",
|
|
|
|
"<",
|
|
|
|
"N",
|
|
|
|
"L",
|
|
|
|
"s",
|
|
|
|
"l",
|
|
|
|
"+"
|
|
|
|
],
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"start-time": {
|
|
|
|
"description": "Local date/time at which the process was started",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"description": "User context of the process",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 2
|
2018-05-04 16:34:35 +02:00
|
|
|
}
|
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"description": "Object describing a system process.",
|
|
|
|
"meta-category": "misc",
|
|
|
|
"name": "process",
|
2018-05-04 16:34:35 +02:00
|
|
|
"requiredOneOf": [
|
|
|
|
"name",
|
2018-11-02 00:35:28 +01:00
|
|
|
"pid",
|
|
|
|
"image",
|
2019-04-02 18:41:07 +02:00
|
|
|
"command-line",
|
|
|
|
"current-directory"
|
2020-04-26 02:10:02 +02:00
|
|
|
],
|
|
|
|
"uuid": "02aeef94-ac23-455c-addb-731757ceafb5",
|
2020-11-24 06:55:47 +01:00
|
|
|
"version": 8
|
2020-11-24 11:48:22 +01:00
|
|
|
}
|