CB Response Cloud: How to Check Current Ingress Filters using MacOS or Linux
search cancel

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

  1. Open Terminal
  2. 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.