Back to Blogs

Announcing the release of Carbon Policy Replicator GUI Tool

Posted on April 9, 2023


What’s New?

We’re excited to announce the release of v1.0.0 of the Carbon Policy Replicator Tool.

This Python-based GUI tool allows you to replicate policies and their rules to an unlimited number of other organizations across different Environments. Under the hood, this tool uses the Carbon Black Cloud Python SDK for things like Authentication and Credentials Handling, Retrieving Data from Carbon Black Cloud and Handling Errors and Exceptions.

This is one example of how the SDK can be used to build powerful tools and integrations to streamline your workflows.


Key Features

  • Copy policies and rules from one organization to any number of other organizations across multiple environments
  • View multi-org policy and rule information from a single source

Getting Started

  1. Download, or clone the tool from the Carbon Black Cloud Examples and Tools repository.
  2. Navigate to the directory where you downloaded the tool and install the dependencies by running the following in your console:
    cd cbc-examples-and-tools/carbon_policy_replicator
    pip install -r requirements.txt
    
  3. Run the tool:
    python main.py
    

You can find detailed instructions for setup, and usage in the tools' repository.


Resources:

Carbon Black Cloud Python SDK


Have questions or feedback?

Open an issue in the GitHub Repository

Other ways to contact us.