STIGQter STIGQter: STIG Summary: VMware vRealize Automation 7.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-100501r1_rule

Vulnerability Number

V-89851

Group Title

SRG-OS-000474-GPOS-00219

Rule Version

VRAU-SL-001465

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Add the following to "/etc/audit/audit.rules" 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 the system 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-89851

Documentable

False

Rule Version

VRAU-SL-001465

Severity Override Guidance

Check the system 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

3459

Comments