You can create and add new threat intelligence feeds to a Carbon Black EDR server.
A threat intelligence feed can be created in any language that allows for building JSON, or you can build it by hand. One way to build a feed is to use the Carbon Black Feeds API (CBFAPI), which is located on github at:
https://github.com/carbonblack/cbfeeds.
The CBFAPI is a collection of documentation, example scripts, and a helper library to help create and validate Carbon Black EDR feeds. Regardless of how a feed is created, the feed file must match the feed structure (or schema) that the Feed Structure section of the CBFAPI documentation defines.
You have several options about the specification you provide when adding a new feed to a Carbon Black EDR server. The minimum requirement is that you provide a URL to the feed.
Add a New Threat Intelligence Feed
Perform the following procedure to add a newly created threat intelligence feed.
Prerequisites
Confirm that the feed you have created follows the Feed Structure instructions in the CBFAPI documentation on github.