IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

EDR: Banned Hashes Page Only Shows 500 Hashes

EDR: Banned Hashes Page Only Shows 500 Hashes

Environment

  • EDR Server: All versions
  • RHEL: All supported versions
  • CentOS: All supported versions

Symptoms

  • Banned hash count of 500 or more
  • Banned Hashes page displays only 500 for the count

Cause

  • The web UI only displays 500 hashes and is not paginated.

Resolution

There are two workarounds to retrieve a full list of current actively banned hashes

  1. Perform the following SQL query via SSH:
psql cb -p 5002 -c "SELECT * from banning_blacklist"
  1. Leverage the Cb Response API:
https://<Servername>/api/v1/banning/blacklist?count=10000"

 

Additional Notes


Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
100% helpful (1/1)
Article Information
Author:
Creation Date:
‎12-04-2018
Views:
1555
Contributors