Metadata-Version: 2.3
Name: cbinterface
Version: 3.0.2
Summary: command line tool for interfacing with multiple carbonblack environments to perform analysis and live response functions
License: LICENSE
Keywords: Carbon Black,carbonblack
Author: Sean McFeely
Author-email: mcfeelynaes@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: argcomplete (==2.*)
Requires-Dist: carbon-black-cloud-sdk (>=1.5,<2.0)
Requires-Dist: cbapi (>=1.7.3,<2.0.0)
Requires-Dist: coloredlogs (>=15.0,<16.0)
Project-URL: Homepage, https://github.com/ace-ecosystem/cbinterface2
Description-Content-Type: text/markdown

# cbinterface

`cbinterface` is a command line tool and library for interfacing with one or more Carbon Black environments. 

As of now, `cbinterface` primarily supports Carbon Black Enterprise EDR and Carbon Black Response. However, a lot of functionality should also work with other CBC products, like Enterprise Standard. If you're using Enterprise Standard and something doesn't work, open an issue and I can likely swap out an underlying object and have it working quickly.

# Install & Setup

## Install Via pip

```bash
pip install cbinterface
```

## Install Direct from Github

```
pip install git+https://github.com/ace-ecosystem/cbinterface2
```

## Setup & Configure

[Look here](https://github.com/ace-ecosystem/cbinterface2/wiki/Configuration) for help setting up and configuring `cbinterface`	 to work with your Carbon Black enviroments and according to your preferences.


# The Wiki

Check out the [Wiki Page](https://github.com/ace-ecosystem/cbinterface2/wiki) for detailed documentation and help.

That said, if you don't find what you need, have a question about anything, or encounter an issue, open an issue here on Github and I'll help or fix it. If there is interest, I'll create more documentation around any subject.


