Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-88713 | VROM-SL-001360 | SV-99363r1_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). |
STIG | Date |
---|---|
VMware vRealize Operations Manager 6.x SLES Security Technical Implementation Guide | 2018-10-11 |
Check Text ( C-88405r1_chk ) |
---|
Verify the SLES for vRealize produces audit records by running the following command to determine the current status of the "auditd" service: # service auditd status If the service is enabled, the returned message must contain the following text: Checking for service auditd running If the service is not running, this is a finding. |
Fix Text (F-95455r1_fix) |
---|
Enable the "auditd" service by performing the following commands: # chkconfig auditd on # service auditd start |