CB Response Cloud: How to Apply Changes when Whitelisting an IP Address
search cancel

CB Response Cloud: How to Apply Changes when Whitelisting an IP Address

book

Article ID: 285177

calendar_today

Updated On:

Products

Carbon Black EDR (formerly Cb Response)

Issue/Introduction

To apply whitelisting changes when adding, deleting, or changing the status of a IP Address

Environment

  • CB Response Cloud: All Versions

Resolution

  1. Open Terminal from the Whitelist endpoint.
  2. Run the cURL command: $#%Warning!  Changes cannot be undone!$#%
    curl -X POST "https://cbrc.carbonblack.io/api/whitelist/apply" -H  "accept: application/json" -H  "X-Auth-Token: <YOUR_TOKEN>"
  3. A response will be received showing changes have been applied: 
    204 NO CONTENT

Additional Information

Add the X-Auth-Token being used.