2018-05-04 16:34:35 +02:00
|
|
|
{
|
|
|
|
"name": "process",
|
|
|
|
"uuid": "02aeef94-ac23-455c-addb-731757ceafb5",
|
|
|
|
"meta-category": "misc",
|
|
|
|
"description": "Object describing a system process.",
|
2018-11-02 00:35:28 +01:00
|
|
|
"version": 3,
|
2018-05-04 16:34:35 +02:00
|
|
|
"attributes": {
|
|
|
|
"creation-time": {
|
|
|
|
"description": "Local date/time at which the process was created.",
|
|
|
|
"ui-priority": 0,
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"disable_correlation": true
|
|
|
|
},
|
|
|
|
"start-time": {
|
|
|
|
"description": "Local date/time at which the process was started.",
|
|
|
|
"ui-priority": 0,
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"disable_correlation": true
|
|
|
|
},
|
|
|
|
"name": {
|
|
|
|
"description": "Name of the process",
|
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "text"
|
|
|
|
},
|
|
|
|
"pid": {
|
|
|
|
"description": "Process ID of the process.",
|
|
|
|
"ui-priority": 1,
|
2018-10-06 07:42:34 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"disable_correlation": true
|
2018-05-04 16:34:35 +02:00
|
|
|
},
|
2018-05-25 09:13:14 +02:00
|
|
|
"parent-pid": {
|
2018-05-04 16:34:35 +02:00
|
|
|
"description": "Process ID of the parent process.",
|
|
|
|
"ui-priority": 1,
|
2018-10-06 07:42:34 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"disable_correlation": true
|
2018-05-04 16:34:35 +02:00
|
|
|
},
|
|
|
|
"child-pid": {
|
|
|
|
"description": "Process ID of the child(ren) process.",
|
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "text",
|
2018-10-06 07:42:34 +02:00
|
|
|
"multiple": true,
|
|
|
|
"disable_correlation": true
|
2018-05-04 16:34:35 +02:00
|
|
|
},
|
|
|
|
"port": {
|
|
|
|
"description": "Port(s) owned by the process.",
|
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "src-port",
|
2018-10-06 07:42:34 +02:00
|
|
|
"multiple": true,
|
|
|
|
"disable_correlation": true
|
2018-11-02 00:35:28 +01:00
|
|
|
},
|
|
|
|
"command-line": {
|
|
|
|
"description": "Command line of the process",
|
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "text"
|
|
|
|
},
|
|
|
|
"current-directory": {
|
|
|
|
"description": "Current working directory of the process",
|
|
|
|
"ui-priority": 2,
|
|
|
|
"misp-attribute": "filename",
|
|
|
|
"disable_correlation": true
|
|
|
|
},
|
|
|
|
"image": {
|
|
|
|
"description": "Path of process image",
|
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "filename"
|
|
|
|
},
|
|
|
|
"parent-command-line": {
|
|
|
|
"description": "Command line of the parent process",
|
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "text"
|
|
|
|
},
|
|
|
|
"parent-image": {
|
|
|
|
"description": "Path of parent process image",
|
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "filename"
|
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"description": "User context of the process",
|
|
|
|
"ui-priority": 2,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"disable_correlation": true
|
|
|
|
},
|
|
|
|
"integrity-level": {
|
|
|
|
"description": "Integrity level of the process",
|
|
|
|
"ui-priority": 2,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"disable_correlation": true
|
2018-05-04 16:34:35 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"requiredOneOf": [
|
|
|
|
"name",
|
2018-11-02 00:35:28 +01:00
|
|
|
"pid",
|
|
|
|
"image",
|
|
|
|
"command-line"
|
2018-05-04 16:34:35 +02:00
|
|
|
]
|
|
|
|
}
|