CB Response Cloud: How to Change the Status of the Whitelisting Service
book
Article ID: 287601
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
To change or update the status of an already whitelisted IP address
Environment
- CB Response Cloud: All Versions
Resolution
- Open Terminal from the Whitelist endpoint.
- Run the cURL command:
curl -X PATCH "https://cbrc.carbonblack.io/api/whitelist/enabled" -H "accept: application/json" -H "X-Auth-Token: <YOUR_TOKEN>" -H "Content-Type: application/json" -d "{ \"state\": true}"
- A response will be received showing that the change was received:
204 NO CONTENT
- Apply all changes.
Additional Information
- Add the X-Auth-Token being used.
- The status can be updated to either True or False to enable or disable the whitelist.
- If step 4 is not followed - the changes not being applied - then everything can be lost.
Feedback
thumb_up
Yes
thumb_down
No