@@ -7,6 +7,7 @@ CbAPI 1.3.1 - Released August 3, 2017
7
7
This is a bugfix release with minor changes:
8
8
9
9
* Cb Response
10
+
10
11
* Add ``partition_operations.py `` script to demonstrate the use of the StoragePartition model object.
11
12
* Fix errors when accessing the ``.start `` attribute of child processes.
12
13
* Fix errors generated by the ``walk_children.py `` example script. The output has been changed as well to indicate
@@ -19,6 +20,7 @@ This is a bugfix release with minor changes:
19
20
``create_process `` method will now wait for the target process to complete before returning.
20
21
21
22
* Cb Defense
23
+
22
24
* Add ``wait_for_completion `` flag to ``create_process `` Live Response method, and default to ``True ``. The
23
25
``create_process `` method will now wait for the target process to complete before returning.
24
26
@@ -32,9 +34,11 @@ This release introduces the Live Response API for Cb Defense. A sample ``cblr_cl
32
34
Other changes:
33
35
34
36
* Cb Protection
37
+
35
38
* You can now create new ``FileRule `` and ``Policy `` model objects in cbapi.
36
39
37
40
* Cb Response
41
+
38
42
* Added ``watchlist_exporter.py `` and ``watchlist_importer.py `` scripts to the Cb Response examples directory.
39
43
These scripts allow you to export Watchlist data in a human- and machine-readable JSON format and then re-import them into another Cb Response server.
40
44
* The ``Sensor `` Model Object now uses the non-paginated (v1) API by default. This fixes any issues encountered when
@@ -46,12 +50,14 @@ Other changes:
46
50
``Process `` Model Object.
47
51
* Retrieve all events for a process when using ``segment `` ID of zero on a Cb Response 6.1 server.
48
52
* Behavior of ``Process.children `` attribute has changed:
53
+
49
54
* Only one entry is present per child (before there were up to two; one for the spawn event, one for the
50
55
terminate event)
51
56
* The timestamp is derived from the start time of the process, not the timestamp from the spawn event.
52
57
the two timestamps will be off by a few microseconds.
53
58
* The old behavior is still available by using the ``Process.childprocs `` attribute instead. This incurs a
54
59
performance penalty as another API call will have to be made to collect the childproc information.
60
+
55
61
* ``Binary `` Model Object now returns False for ``.is_signed `` attribute if it is set to ``(Unknown) ``.
56
62
57
63
* Moved the ``six `` Python module into cbapi and removed the external dependency.
@@ -65,6 +71,7 @@ in the Cb Protection 8.0 APIs.
65
71
Other changes:
66
72
67
73
* Cb Response
74
+
68
75
* New method ``synchronize() `` added to the ``Feed `` Model Object
69
76
70
77
* Bug fixes and documentation improvements
@@ -81,6 +88,7 @@ This release includes compatibility fixes for Cb Response 6.1. Changes from 1.0.
81
88
* Add ``.all_events `` property to the ``Process `` Model Object to expose a list of all events across all segments.
82
89
* Add example script to perform auto-banning based on watchlist hits from Cb Event Forwarder S3 output files.
83
90
* Add bulk operations to the ``ThreatReport `` and ``Alert `` Query objects:
91
+
84
92
* You can now call ``.set_ignored() ``, ``.assign() ``, and ``.change_status() `` on an ``Alert `` Query object to change
85
93
the respective fields for every Alert that matches the query.
86
94
* You can now call ``.set_ignored() `` on a ``ThreatReport `` Query object to set or clear the ignored flag for every
0 commit comments