CB Response Cloud: How to Check Current Ingress Filters using MacOS or Linux
book
Article ID: 284966
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
To check currently created ingress filters for a CB Response Cloud instance from a MacOS or Linux endpoint
Environment
- CB Response Cloud: All Versions
- Apple MacOS: All Supported Versions
- Linux: All Supported Versions
Resolution
- Open Terminal
- List the current filters:
curl -s --tlsv1.2 -XGET -H "X-Auth-Token: <GlobalApiTokenHere>" "https://<ServerHostnameHere>/api/v1/ingress_whitelist" -k
Additional Information
Replace <GlobalApiTokenHere> and <ServerHostnameHere> with the appropriate information.
Feedback
thumb_up
Yes
thumb_down
No