Environment
- App Control Console: Version 8.8.0 and Higher
Objective
To troubleshoot Common Platform Enumeration (CPE) and Common Vulnerabilities and Exposures (CVE) sync issues.
Resolution
- Verify the CPE Applications feature has been fully configured and enabled.
- In Reports > Events add a Filter for Type > Is: CPE Management and review the Errors.
- Reset the CPE and CVE URLs to the default locations, and attempt a manual sync.
- Log in to the application server hosting the Console as the Carbon Black Service Account and navigate to the CPE and CVE URLs in a browser to verify they load correctly.
- Use PowerShell from the application server to test communication to the NVD website on Port 443:
TNC -ComputerName services.nvd.nist.gov -Port 443
- Restart the App Control Reporter service.
- If an NVD API Key was specified, try removing the API Key, and attempt a manual sync.
- Use Postman from the application server to pull sample data from the NIST API (Example with the App Control API).
Additional Notes
- This feature is not supported if the App Control Server is installed on Windows Server 2012.
- By default the delay between API requests for the CPE Sync is 6 seconds (Shepherd Config: CPEDelayBetweenRequests).
- If an error is encountered on the remote CPE site, this delay is increased to 60 seconds (Shepherd Config: CPEDelayBetweenFailedRequests).
- This feature relies upon communication between the application server and (by default) the NVD services owned by NIST.
- If the issue persists, please recreate the issue while capturing the Server High Debug Logs and open a case with Support.
Related Content