Skip to content

cbapi Python Bindings - 0.9.8

Compare
Choose a tag to compare
@jgarman jgarman released this 13 Oct 13:03
· 857 commits to master since this release

This release includes the following new functionality:

  • An example script to dump the events associated with a given process in a CSV file (see examples/response/event_export.py)
  • Add support for memdump Live Response command
  • Add models for Feed Actions and Watchlist Actions - you can now add/remove/modify Feed and Watchlist Actions from cbapi
  • Improve support for crossprocess events in the Process model

This release contains fixes for the following issues:

  • #48 TypeError when comparing timestamps across events
  • Exception when issuing Query against Sensors with a .where() argument on Python 3
  • Exception in the walk_children.py example script