Releases: carbonblack/cbapi-python
Releases · carbonblack/cbapi-python
cbapi Python Bindings - 1.7.0
Changelog
Updates
- General
- Updates to pool defaults in base API.
- Changes to exception handling to better discriminate ConnectionErrors and queries with invalid syntax.
- Various minor bug fixes throughout.
- Carbon Black Cloud
- Bug fixes to query implementation.
- Live Response: Account for sensor queue depth when submitting jobs.
- CB Defense
- Added examples for Dell BIOS verification.
- CB ThreatHunter
- Bug fixes to query implementation.
- Update process and event searches to v2.
- examples/create_feed: Make report optional during feed creation
- examples/process_exporter: Add headers to CSV file writer
- examples/threat_intelligence: Simplify report validation, add severity conversion to percent
cbapi Python Bindings - 1.6.2
Changelog
Updates
- CB Response
- Changes to align with limits placed on the sensor update function in CB Response 7.1.0. Release notes are available on User Exchange, the ID is CB 28683. https://community.carbonblack.com/t5/Documentation-Downloads/CB-Response-7-1-0-Server-Release-Notes/ta-p/88027 .
cbapi Python Bindings - 1.6.1
Changelog
Updates
- CB Response
- Fix Alert.save() to use alert v1 API
- Carbon Black Cloud
- Fix Live Response flow to use integrationServices/v3/device to prevent need for multiple API keys
- CB ThreatHunter
- Update example for ThreatHunter Query
cbapi Python Bindings - 1.6.0
Changelog
Updates
- New Carbon Black Cloud API Support
- Support for Devices v6:
- List and search for devices
- Export device information to CSV
- Device control actions: quarantine, bypass, background scan, deregister/delete, update
- Support for Alerts v6:
- Search for and retrieve alerts
- Update alert status (dismiss alerts)
- Support for Devices v6:
Examples
- Devices v6:
- psc/device_control.py
- psc/download_device_list.py
- psc/list_devices.py
- Alerts v6:
- psc/alert_search_suggestions.py
- psc/bulk_update_alerts.py
- psc/bulk_update_cbanalytics_alerts.py
- psc/bulk_update_threat_alerts.py
- psc/bulk_update_vmware_alerts.py
- psc/bulk_update_watchlist_alerts.py
- psc/list_alert_facets.py
- psc/list_alerts.py
- psc/list_cbanalytics_alert_facets.py
- psc/list_cbanalytics_alerts.py
- psc/list_vmware_alert_facets.py
- psc/list_vmware_alerts.py
- psc/list_watchlist_alert_facets.py
- psc/list_watchlist_alerts.py
cbapi Python Bindings - 1.5.6
Changelog
- General
- Change name to Carbon Black Cloud from PSC
cbapi Python Bindings - 1.5.5
Changelog
- CB ThreatHunter
- Fix List object that was not callable.
cbapi Python Bindings - 1.5.4
Changelog
-
General
- Prevent pytest from blocking python2 install
-
CB Response
- Fix python2 function overwrite for max_children
cbapi Python Bindings - 1.5.3
Changelog
-
General
- Fix MoreThanOneResultError
- Add environmental org key
-
CB ThreatHunter
- Fix iterating process search results
- Fix watchlist reports fetch
- Fix process.summary
cbapi Python Bindings - 1.5.2
Change Log
- CB Response
- Add support for max_children on Process search
- CB LiveOps
- Add LQ device summaries
- Add faceting for LQ results and LQ device summaries
- Add LQ run history
- CB ThreatHunter
- Fix an invalid search job creation
cbapi Python Bindings - 1.5.1
Change Log
- CB Response
- Require CBAPI users to obtain their API token from the CB Response console.
- CB LiveOps
- Fixing a build issue