IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

CB Response: What are the CB Response Linux Sensors names of kernel module and the list of RPMs that install those modules?

CB Response: What are the CB Response Linux Sensors names of kernel module and the list of RPMs that install those modules?

Environment

  • CB Response Linux Sensors: 6.1.8
  • Red Hat Enterprise Linux 6.x

Question

What are the CB Response Linux Sensors names of kernel module and the list of RPMs that install those modules?

Answer

  • cbsensor has a single module.
% lsmod | grep cbsensor

cbsensor 95106 1 

% find /lib | grep cbsensor

/lib/modules/2.6.32-754.el6.x86_64/kernel/lib/cbsensor.ko
/lib/modules/2.6.32-754.9.1.el6.x86_64/kernel/lib/cbsensor.ko
/lib/modules/2.6.32-754.10.1.el6.x86_64/kernel/lib/cbsensor.ko
  •  RPM modules can be listed with the rpm -qa command:  
% rpm -qa | grep cbsensor

cbsensor-v6.1.8.10098-1.x86_64

% rpm -ql cbsensor-v6.1.8.10098-1.x86_64

/etc/init.d/cbdaemon
/etc/sysconfig/modules/cbresponse.modules
/opt/cbsensor
/opt/cbsensor/cbsensor.ko.2.6.32-504
/opt/cbsensor/cbsensor.ko.2.6.32-573
/opt/cbsensor/cbsensor.ko.2.6.32-642
/opt/cbsensor/cbsensor.ko.2.6.32-696
/opt/cbsensor/cbsensor.ko.2.6.32-754
/opt/cbsensor/sensor_top.sh
/opt/cbsensor/sensordiag.sh
/opt/cbsensor/sensoruninstall.sh
/usr/sbin/cbdaemon

Additional Notes

There is a startup script that copies the modules/drivers from /opt/cbsensor to the /lib/modules/<kernel-version> /etc/rc.d/init.d/cbdaemon

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎09-09-2020
Views:
838
Contributors