This code repository is dedicated to the publishing of tools based on the interaction with the VMware Carbon Black Cloud API using the VMware Carbon Black Cloud Python SDK.
Use of the tools published in this repository is governed by the license found in LICENSE
It is a requirement to install Carbon Black Cloud Python SDK first. You can install the package:
pip install -r base-requirements.txt
Each tool will define the required packages to install. Including this one.
Each tool will describe the required API Access Level.
Define the CBC profile with the appropriate API key in the host where the tools will run.
Name | Description |
---|---|
process_events_exporter | Exports the events and the childproc tree related to a process within a given timeframe. |