STIGQter STIGQter: STIG Summary: VMware vRealize Operations Manager 6.x tc Server Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

tc Server API log files must be protected from unauthorized modification.

DISA Rule

SV-99537r1_rule

Vulnerability Number

V-88887

Group Title

SRG-APP-000119-WSR-000069

Rule Version

VROM-TC-000295

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, execute the following command:

chown admin:admin <file>

Note: Replace <file> with any listed files.

Check Contents

Find any files that are not owned by admin or not group owned by admin, execute the following command:

ls -lR /storage/log/vcops/log/suite-api/* | grep -vE 'pid$' | awk '$3 !~ /^admin/ {print}'

If the command produces any output, this is a finding.

Vulnerability Number

V-88887

Documentable

False

Rule Version

VROM-TC-000295

Severity Override Guidance

Find any files that are not owned by admin or not group owned by admin, execute the following command:

ls -lR /storage/log/vcops/log/suite-api/* | grep -vE 'pid$' | awk '$3 !~ /^admin/ {print}'

If the command produces any output, this is a finding.

Check Content Reference

M

Target Key

3441

Comments