Releases: carbonblack/cbapi-python
Releases · carbonblack/cbapi-python
CBAPI Python Bindings - 2.0.0
Certain functionalities were completely removed from CBAPI
- Carbon Black Cloud
- Endpoint Standard (CB Defense)
- Enterprise EDR (CB ThreatHunter)
cbapi Python Bindings - 1.7.10
Bug Fixes
- Update CbAPI to use packaging instead of distutils for python3.7+
cbapi Python Bindings - 1.7.9
Bug Fix:
- Adjust Live Response Worker creation for EDR sensors to optimize for sensor specific jobs
cbapi Python Bindings - 1.7.8
Bug Fix:
- Vendor the
attrdict
module because ofImportError
for Python3.10
cbapi Python Bindings - 1.7.7
Bug Fix
- Changed the sort order for EDR sensor searches from 'last_checkin_time' (default when none provided explicitly) to 'hostname' to make the sort stable as sensors checkin during paging
cbapi Python Bindings - 1.7.6
Bug Fixes
- Removed the requirement for an admin token to connect
- Added sensor paginated query
General
- Updated version of lxml library
cbapi Python Bindings - 1.7.5
Changelog
Updates
- General
- Allow the CbAPI to accept a pre-configured Session object to be used for access, to get around unusual configuration requirements.
cbapi Python Bindings - 1.7.4
Changelog
Updates
- General
- Fix example code in the documentation for Facets
- CB Response
- Add missing fields for SensorGroup class and fix example script to properly create SensorGroup
- Fix example script sensor_group_operations.py to list groups without ipaddresses
- Fix alert.save()
- Allow blocked processes to be accessed through the Process (processblocks)
cbapi Python Bindings - 1.7.3
Changelog
Updates
- General
- Fix resource warnings regarding unclosed file object
- Notice added to readme for Carbon Black Cloud features moving to Carbon Black Cloud SDK repo
- Carbon Black Cloud
- Increase default rows of alerts to 100
- Add get_auditlogs function to API object
- CB Threathunter
- Fix typo in process query
- Bump lxml from 4.4.1 to 4.6.2 for Threat Intelligence example
- CB Response
- Add Sensor Builds
- Alert.set_ignored() and AlertQuery.set_ignored():
- Added a docstring to specify what happens with this method
- Modified the payload keys based on manual testing
- Alert.change_status() and AlertQuery.change_status():
- Added a status check to ensure it's a valid status
cbapi Python Bindings - 1.7.2
Changelog
Updates
- General
- Allow passing in proxy configuration as direct parameters during class instantiation of base API.