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 modifications.

DISA Rule

SV-100391r1_rule

Vulnerability Number

V-89741

Group Title

SRG-OS-000239-GPOS-00089

Rule Version

VRAU-SL-000870

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure execute auditing of the usermod and groupmod executables run the dodscript with the following command as root:

# /etc/dodscript.sh

OR....

Configure execute auditing of the usermod and groupmod executables. Add the following to the audit.rules file:
-w /usr/sbin/usermod -p x -k usermod
-w /usr/sbin/groupmod -p x -k groupmod

Restart the auditd service.
# service auditd restart

Check Contents

Determine if execution of the usermod and groupmod executable are audited.

# auditctl -l | egrep '(usermod|groupmod)' | grep perm=x

If either usermod or groupmod are not listed with a permissions filter of at least 'x', this is a finding.

Vulnerability Number

V-89741

Documentable

False

Rule Version

VRAU-SL-000870

Severity Override Guidance

Determine if execution of the usermod and groupmod executable are audited.

# auditctl -l | egrep '(usermod|groupmod)' | grep perm=x

If either usermod or groupmod are not listed with a permissions filter of at least 'x', this is a finding.

Check Content Reference

M

Target Key

3459

Comments