STIGQter STIGQter: STIG Summary: VMware vSphere 6.7 Photon OS Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 09 Mar 2021:

The Photon operating system must ship vCenter SSO logs via rsyslog.

DISA Rule

SV-239192r675384_rule

Vulnerability Number

V-239192

Group Title

SRG-OS-000480-GPOS-00227

Rule Version

PHTN-67-000121

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Open /etc/vmware-syslog/stig-services-vami.conf with a text editor.

Create the file if it does not exist.

Set the contents of the file as follows:

input(type="imfile" File="/var/log/vmware/sso/ssoAdminServer.log"
Tag="ssoAdmin"
Severity="info"
Facility="local0")

input(type="imfile" File="/var/log/vmware/sso/vmware-identity-sts.log"
Tag="ssoIdentitySTS"
Severity="info"
Facility="local0")

input(type="imfile" File="/var/log/vmware/sso/websso.log"
Tag="ssoWeb"
Severity="info"
Facility="local0")

Check Contents

At the command prompt, execute the following command:

# grep -v "^#" /etc/vmware-syslog/stig-services-sso.conf

Expected result:

input(type="imfile" File="/var/log/vmware/sso/ssoAdminServer.log"
Tag="ssoAdmin"
Severity="info"
Facility="local0")

input(type="imfile" File="/var/log/vmware/sso/vmware-identity-sts.log"
Tag="ssoIdentitySTS"
Severity="info"
Facility="local0")

input(type="imfile" File="/var/log/vmware/sso/websso.log"
Tag="ssoWeb"
Severity="info"
Facility="local0")

If the file does not exist, this is a finding.

If the output does not match the expected result, this is a finding.

Vulnerability Number

V-239192

Documentable

False

Rule Version

PHTN-67-000121

Severity Override Guidance

At the command prompt, execute the following command:

# grep -v "^#" /etc/vmware-syslog/stig-services-sso.conf

Expected result:

input(type="imfile" File="/var/log/vmware/sso/ssoAdminServer.log"
Tag="ssoAdmin"
Severity="info"
Facility="local0")

input(type="imfile" File="/var/log/vmware/sso/vmware-identity-sts.log"
Tag="ssoIdentitySTS"
Severity="info"
Facility="local0")

input(type="imfile" File="/var/log/vmware/sso/websso.log"
Tag="ssoWeb"
Severity="info"
Facility="local0")

If the file does not exist, this is a finding.

If the output does not match the expected result, this is a finding.

Check Content Reference

M

Target Key

5323

Comments