STIGQter STIGQter: STIG Summary: VMware vRealize Operations Manager 6.x SLES Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

The SLES for vRealize audit system must be configured to audit file deletions.

DISA Rule

SV-99395r1_rule

Vulnerability Number

V-88745

Group Title

SRG-OS-000474-GPOS-00219

Rule Version

VROM-SL-001440

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Add the following to the "/etc/audit/audit.rules" file in order to capture file and directory deletion events:

-a always,exit -F arch=b64 -S rmdir -S rm
-a always,exit -F arch=b32 -S rmdir -S rm

Check Contents

Check SLES for vRealize audit configuration to determine if file and directory deletions are audited:

# cat /etc/audit.rules /etc/audit/audit.rules | grep -e "-a exit,always" | grep -i "rmdir"

If no results are returned or the results do not contain "-S rmdir", this is a finding.

Vulnerability Number

V-88745

Documentable

False

Rule Version

VROM-SL-001440

Severity Override Guidance

Check SLES for vRealize audit configuration to determine if file and directory deletions are audited:

# cat /etc/audit.rules /etc/audit/audit.rules | grep -e "-a exit,always" | grep -i "rmdir"

If no results are returned or the results do not contain "-S rmdir", this is a finding.

Check Content Reference

M

Target Key

3461

Comments