Carbon Black Response¶
Tested Versions: Centos 6.10
Chronicle supports ingesting Carbon Black Response logs for security visibility into host activity
Chronicle Data Types¶
- CB_EDR
Requirements¶
- Chronicle Forwarder
Carbon Black Forwarder Setup¶
Reference: https://github.com/carbonblack/cb-event-forwarder
-
On the Carbon Black Response Server, install the CbOpenSource repository if not already installed:
cd /etc/yum.repos.d curl -O https://opensource.carbonblack.com/release/x86_64/CbOpenSource.repo -
Install the RPM via YUM:
yum install cb-event-forwarder -
Edit
/etc/cb/integrations/event-forwarder/cb-event-forwarder.confto include the Chronicle Forwarder as asyslogoutdestination with the format oftcp:forwarder:port. Changeoutput_typeto 'syslog'. The necessary forwarder information will be provided by Cyderes. - Start the Carbon Black Event Forwarder with
initctl start cb-event-forwarder