CBLiveProcessList Deprecated
Deprecated. No available replacement.
javascript · Carbon Black Enterprise Live Response
Details
| ID | CBLiveProcessList |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | carbon-black endpoint |
README
Runs a process list command on a remote Carbon Black sensor.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | carbon-black, endpoint |
Dependencies
This script uses the following commands and scripts.
- cb-command-info
- cb-command-create
Inputs
| Argument Name | Description |
|---|---|
| sessionid | The ID of an active Carbon Black session. |
Outputs
There are no outputs for this script.
commonfields: id: CBLiveProcessList version: -1 name: CBLiveProcessList script: '' type: javascript tags: - carbon-black - endpoint deprecated: true comment: "Deprecated. No available replacement." system: true args: - name: sessionid required: true default: true description: ID of an active Carbon Black session scripttarget: 0 dependson: must: - cb-command-create - cb-command-info timeout: 0s fromversion: 5.0.0 tests: - No tests