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 account creations.

DISA Rule

SV-99007r1_rule

Vulnerability Number

V-88357

Group Title

SRG-OS-000004-GPOS-00004

Rule Version

VROM-SL-000015

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure execute auditing of the "useradd" and "groupadd" executables run the DoD.script with the following command as root:

# /etc/dodscript.sh

OR

Configure execute auditing of the "useradd" and "groupadd" executables.

Add the following to /etc/audit/audit.rules:
-w /usr/sbin/useradd -p x -k useradd
-w /usr/sbin/groupadd -p x -k groupadd

Restart the auditd service.

# service auditd restart

Check Contents

Determine if execution of the useradd and groupadd executable are audited.

# auditctl -l | egrep '(useradd|groupadd)'

If either "useradd" or "groupadd" are not listed with a permissions filter of at least "x", this is a finding.

Expected result:
LIST_RULES: exit,always watch=/usr/sbin/useradd perm=x key=useradd
LIST_RULES: exit,always watch=/usr/sbin/groupadd perm=x key=groupadd

Vulnerability Number

V-88357

Documentable

False

Rule Version

VROM-SL-000015

Severity Override Guidance

Determine if execution of the useradd and groupadd executable are audited.

# auditctl -l | egrep '(useradd|groupadd)'

If either "useradd" or "groupadd" are not listed with a permissions filter of at least "x", this is a finding.

Expected result:
LIST_RULES: exit,always watch=/usr/sbin/useradd perm=x key=useradd
LIST_RULES: exit,always watch=/usr/sbin/groupadd perm=x key=groupadd

Check Content Reference

M

Target Key

3461

Comments