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 failed attempts to access files and programs.

DISA Rule

SV-100497r1_rule

Vulnerability Number

V-89847

Group Title

SRG-OS-000474-GPOS-00219

Rule Version

VRAU-SL-001455

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit the audit.rules file and add the following line(s) to enable auditing of failed attempts to access files and programs:

-a exit,always -F arch=b64 -S ftruncate -F success=0
-a exit,always -F arch=b32 -S ftruncate -F success=0

Check Contents

Verify auditd is configured to audit failed file access attempts.

# cat /etc/audit.rules /etc/audit/audit.rules | grep -e "-a exit,always" | grep -e "-S ftruncate" | grep -e "-F success=0"

There must be an audit rule for each of the access syscalls logging all failed accesses (-F success=0).

If not, this is a finding.

Vulnerability Number

V-89847

Documentable

False

Rule Version

VRAU-SL-001455

Severity Override Guidance

Verify auditd is configured to audit failed file access attempts.

# cat /etc/audit.rules /etc/audit/audit.rules | grep -e "-a exit,always" | grep -e "-S ftruncate" | grep -e "-F success=0"

There must be an audit rule for each of the access syscalls logging all failed accesses (-F success=0).

If not, this is a finding.

Check Content Reference

M

Target Key

3459

Comments