-
The Python-API [README](https://github.com/carbonblack/cbapi-python/blob/master/README.md) does not include any information about passing options/credentials into the constructor. I thus spent an hour…
-
Reading https://github.com/carbonblack/cb-event-forwarder/blob/master/EVENTS.md I've noticed that the LEEF format includes the process path and command line invocation, but observing the JSON events t…
-
Possible names:
- BCGI: Blockchain Gateway Interface (like CGI, the common gateway interface for webservers)
- BGI: same as above
- BPI: Blockchain Programming Interface (like API)
- BAPI: Blockchain …
-
I have a script which collects information about all or most of binaries we have in CB instance. Its takes a while to download all of them, but I was never able to finish the full cycle, as iterating …
-
I was originally have the same issue from #20, but upgrading resolved that. However, after upgrading I am now seeing the following error message: TypeError: can't compare offset-naive and offset-awa…
-
When attempting to use the binary_search example script I get the following error:
Traceback (most recent call last):
File "C:\Users\jscarpaci\PycharmProjects\untitled\binary_search.py", line 38,
i…
-
See issue below:
```
In [16]: p.select(Computer).where("name:WORKGROUP\\WIN-IA9NQ1GN8OI")[::]
HTTP GET /api/bit9platform/v1/computer?limit=1000&offset=0&q=name%3AWORKGROUP%5CWIN-IA9NQ1GN8OI took 0.09…
-
Just getting started with Bluebird and trying to figure out the best way to promisify use of the sendTemplate call on the mandrill-api. It's not a standard node.js callback design in that it takes 2 c…
-
Here's one that's popping up with the new CB API: we're getting dates back in RESTful queries that do not fit the expected date format (cb_datetime_format = "%Y-%m-%d %H:%M:%S.%f") resulting in except…
-
With the legacy cbapi.py inside of the function watchlist_enable_action the url needs to be changed from the following:
url = "%s/util/v1/watchlist/%d/action" % (self.server, watchlist_id)
to:
url …