This is a console-based tool to facilitate exporting data from the Carbon Black Response/EDR web application. CBAPI is leveraged to make this work. This is barely a project. Hopefully, more to come...
The speed of this tool is limited by a value set in the CBAPI. Find query.py under cbapi and modify the following setting:
- self._batch_size = 100
to something like:
- self._batch_size = 5000
This will retrieve more data per trip to the server, but may result in errors if the value is too large. Special thanks to RandomRhythm for this!
The requirements.txt file is going to be a mess until the interface stabilizes.