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 must audit all activities performed during nonlocal maintenance and diagnostic sessions.

DISA Rule

SV-99337r1_rule

Vulnerability Number

V-88687

Group Title

SRG-OS-000392-GPOS-00172

Rule Version

VROM-SL-001220

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure SLES for vRealize to log all commands run by "root" with the following command:

# echo "-a exit,always -F arch=b64 -F euid=0 -S execve" >> /etc/audit/audit.rules

# echo "-a exit,always -F arch=b32 -F euid=0 -S execve" >> /etc/audit/audit.rules

Restart the audit service:

# service auditd restart

Check Contents

Verify that all commands run by "root" are being audited with the following command:

# cat /etc/audit/audit.rules | grep execve

If the following lines are not displayed, this is a finding.

-a exit,always -F arch=b64 -F euid=0 -S execve
-a exit,always -F arch=b32 -F euid=0 -S execve

Vulnerability Number

V-88687

Documentable

False

Rule Version

VROM-SL-001220

Severity Override Guidance

Verify that all commands run by "root" are being audited with the following command:

# cat /etc/audit/audit.rules | grep execve

If the following lines are not displayed, this is a finding.

-a exit,always -F arch=b64 -F euid=0 -S execve
-a exit,always -F arch=b32 -F euid=0 -S execve

Check Content Reference

M

Target Key

3461

Comments