Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.17 KB

CBC-API-Tools

Introduction

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.

License

Use of the tools published in this repository is governed by the license found in LICENSE

Requirements

Packages

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.

API Access Level

Each tool will describe the required API Access Level.

CBC profile

Define the CBC profile with the appropriate API key in the host where the tools will run.

Tools

Name Description
process_events_exporter Exports the events and the childproc tree related to a process within a given timeframe.