SV-100509r1_rule
V-89859
SRG-OS-000477-GPOS-00222
VRAU-SL-001485
CAT II
10
Add the following to "/etc/audit/audit.rules" in order to capture kernel module loading and unloading events:
-w /sbin/insmod -p x
OR
# /etc/dodscript.sh
Determine if "/sbin/insmod" is audited:
# cat /etc/audit/audit.rules | grep "/sbin/insmod"
If the result does not start with "-w" and contain "-p x", this is a finding.
V-89859
False
VRAU-SL-001485
Determine if "/sbin/insmod" is audited:
# cat /etc/audit/audit.rules | grep "/sbin/insmod"
If the result does not start with "-w" and contain "-p x", this is a finding.
M
3459