How to check current dynamic Sensor Management Content Manifests (Windows)
book
Article ID: 291993
calendar_today
Updated On:
Products
Carbon Black Cloud Endpoint Standard (formerly Cb Defense)Carbon Black Cloud Enterprise EDR (formerly Cb Threathunter)
Issue/Introduction
Provide steps to check on the current revision of dynamic detection and prevention features (management content manifests) and the last date and time it was updated for a given Sensor.
Environment
Carbon Black Cloud Console: All Versions
Endpoint Standard
Enterprise EDR
Audit & Remediation
Workload
Carbon Black Cloud Sensor: 3.6.x.x and Higher
Microsoft Windows: All Supported Versions
Resolution
via cmd.exe
Run cmd.exe
Check Sensor status, matching on Manifest
"C:\Program Files\Confer\RepCLI.exe" status | findstr Manifest
Output will show version/revision in use
via PowerShell
Run powershell.exe
Check Sensor status, matching on Manifest
& 'C:\Program Files\Confer\RepCLI.exe' status | Select-String Manifest
If checking for Manifest in 'repcli status' output returns 'ManifestDownloadFailure' the Sensor is or was having issues downloading data from the content management service (content.carbonblack.io)
If the <Number> in the output does not increase on subsequent checks, the Sensor is not having ongoing problems with downloading content manifests
If the <Number> in the output does increase on subsequent checks, the Sensor is having ongoing problems with downloading content manifests and actions should be taken to allow communications to content.carbonblack.io