Skip to content

cbapi Python Bindings - 1.0.0

Compare
Choose a tag to compare
@jgarman jgarman released this 22 Nov 13:53
· 815 commits to master since this release

This is our first major release of the new cbapi! This release signifies that the API is now stable and will only include additional functionality or bug fixes. Changes to the API interface will be indicated with a major version number increase to 2.0.

Changes in this release:

  • New documentation! See the docs at https://cbapi.readthedocs.io. The docs now include detailed Installation instructions, Concepts, and a walkthrough of how to use the API with Cb Response.
  • New feature: #46 - Event driven API for Cb Response. See the examples fore more details. This API allows you to easily create IFTTT style pipelines based on streaming data from Cb Response. Incoming events can trigger any action, including performing Live Response actions on endpoints using the Live Response API.
  • The CbEnterpriseResponseAPI and CbEnterpriseProtectionAPI classes are now aliased to CbResponseAPI and CbProtectionAPI respectively, to meet our new branding guidelines and to save you some typing.
  • Fixes to the Live Response API to improve reliability.
  • Fixes to the Sensor Model Object to improve compatibility with Cb Response 5.2.
  • Added .isolate() and .unisolate() helper functions to the Sensor Model Object.
  • Bug fixes to the Binary Model Object .virustotal, .signing_data, .version_info, and .frequency properties.
  • Added validation to the User and BannedHash Model Objects.