Posted on July 13, 2015
Major release with new features. New functions added to cbapi in this release include:
binary_search_iter - Query the binary datastore the same as binary_search, but returns an iterator over the results… for binary in binary_search_iter(...)process_search_iter - Same as above, but for process_searchprocess_search_and_events_iter - Provides the event data for every process returned by process_search_iteruser_add_from_data - Adds a new authorized user into Cbuser_enum - Enumerates Cb’s user databaseuser_info - Retrieves information about one user from Cboutput_user_activity - Retrieves login activity from the Cb serveruser_del - Deletes a user from Cbfeed_action_enum - Enumerate the actions (log to syslog, create alert, etc.) associated with a feedfeed_action_add - Add an action associated with a feedfeed_action_update - Change an action associated with a feedfeed_action_del - Delete an action associated with a feedevent_add - Add an event to an existing Cb investigationevent_info - Get information about an event in a current Cb investigationevent_update - Update information about an event in a Cb investigationevent_del - Delete an event from a Cb investigationevent_by_process_id - Get event information for a specific process in the Cb datastoreget_builds - Get the build version information for the Windows sensors available on the server