Blog Viewer

App Control: How to Query Rules That Make A Rapid Config

By CB_Support posted Aug 25, 2020 08:41 PM

  

Environment

  • App Control Console: All Supported Versions
  • Microsoft SQL Server: All Supported Versions

Objective

View the specific details associated with a Rapid Config.

Resolution

  1. Log in to the Console and navigate to Rules > Software Rules > Rapid Configs.
  2. Verify the Rapid Config in question has been enabled and note the name (Example: Delivery Optimization).
  3. Log in to the application server as the Carbon Black Service Account.
  4. Use SQL Server Management Studio to execute the following query:
    use das; SELECT rule_id, name, date_created, date_modified, pattern as Path, procname as Process, description from dbo.rules with (NOLOCK) WHERE name LIKE '%Delivery Optimization%';
    

Additional Notes

  • Rapid Configs are not populated in the table until they are Enabled. 
  • Do not make changes to any Custom Rules using this table.


#AppControl
0 comments
0 views

Permalink