UCF STIG Viewer Logo

The Photon operating system must audit the insmod module.


Overview

Finding ID Version Rule ID IA Controls Severity
V-239144 PHTN-67-000073 SV-239144r675240_rule Medium
Description
Without generating audit records that are specific to the security and mission needs of the organization, it would be difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible for one. Audit records can be generated from various components within the information system (e.g., module or policy filter). Satisfies: SRG-OS-000471-GPOS-00216, SRG-OS-000477-GPOS-00222
STIG Date
VMware vSphere 6.7 Photon OS Security Technical Implementation Guide 2021-04-15

Details

Check Text ( C-42355r675238_chk )
At the command line, execute the following command:

# auditctl -l | grep "/sbin/insmod"

Expected result:

-w /sbin/insmod -p x

If the output does not match the expected result, this is a finding.
Fix Text (F-42314r675239_fix)
At the command line, execute the following commands:

# echo '-w /sbin/insmod -p x' >> /etc/audit/rules.d/audit.STIG.rules
# /sbin/augenrules --load