To install and configure the Yara Manager to manage the Yara Connector in the EDR Console.
The Yara Connector can operate on the EDR server independently. The Yara Manager (optional) provides an easy user interface in the EDR Console to operate the Yara Connector.
cd /etc/yum.repos.d
curl -O https://opensource.carbonblack.com/release/x86_64/CbOpenSource.repo
yum install python-cb-yara-manager
cd /etc/cb/integrations/cb-yara-manager
cp config.py.example config.py
vi /etc/cb/integrations/cb-yara-manager/auth.conf
[auth]
api_token=< create a unique adequately_long_and_complex_password >
YaraManagerEnabled=true
YaraManagerToken=< insert the unique adequately_long_and_complex_password >
/usr/share/cb/cbservice cb-coreservices restart
systemctl start cb-yara-manager
ps -ef | grep -i manager (there should be 2 instances running)
https://<EDR server IP>/connector/yara