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 must audit all account creations.

DISA Rule

SV-100117r1_rule

Vulnerability Number

V-89467

Group Title

SRG-OS-000004-GPOS-00004

Rule Version

VRAU-SL-000015

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure execute auditing of the useradd and groupadd executables. Run the dodscript 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-89467

Documentable

False

Rule Version

VRAU-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

3459

Comments