Skip to content

Releases: carbonblack/cbapi-python

cbapi Python Bindings - 1.7.0

15 Jul 17:06
a19985e
Compare
Choose a tag to compare

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

08 Apr 22:56
420fa05
Compare
Choose a tag to compare

Changelog

Updates

cbapi Python Bindings - 1.6.1

14 Jan 16:44
Compare
Choose a tag to compare

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

04 Dec 19:06
04cd412
Compare
Choose a tag to compare

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)

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

19 Nov 18:29
Compare
Choose a tag to compare

Changelog

  • General
    • Change name to Carbon Black Cloud from PSC

cbapi Python Bindings - 1.5.5

12 Nov 18:33
23abe0f
Compare
Choose a tag to compare

Changelog

  • CB ThreatHunter
    • Fix List object that was not callable.

cbapi Python Bindings - 1.5.4

24 Oct 19:08
e74d976
Compare
Choose a tag to compare

Changelog

  • General

    • Prevent pytest from blocking python2 install
  • CB Response

    • Fix python2 function overwrite for max_children

cbapi Python Bindings - 1.5.3

22 Oct 17:14
c36f43c
Compare
Choose a tag to compare

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

16 Sep 15:56
Compare
Choose a tag to compare

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

05 Aug 20:05
Compare
Choose a tag to compare

Change Log

  • CB Response
    • Require CBAPI users to obtain their API token from the CB Response console.
  • CB LiveOps
    • Fixing a build issue