Skip to content

SpongeBobCodePants/Merciless-CB-EDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merciless Carbon Black Response/EDR Export Tool

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...

Notable

Data Retrieval Speed

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!

Requirements

The requirements.txt file is going to be a mess until the interface stabilizes.

Also see

About

Get your stuff out of CB Response/EDR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages