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

Rsyslog must be configured to monitor and ship ESX Agent Manager log files.

DISA Rule

SV-239398r674688_rule

Vulnerability Number

V-239398

Group Title

SRG-APP-000358-WSR-000163

Rule Version

VCEM-67-000027

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open:

/etc/vmware-syslog/stig-services-eam.conf.

Create the file if it does not exist.

Set the contents of the file as follows:

input(type="imfile"
File="/var/log/vmware/eam/eam.log"
Tag="eam-main"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/eam/web/localhost_access_log*.txt"
Tag="eam-access"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/eam/jvm.log.std*"
Tag="eam-stdout"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/eam/web/catalina*.log"
Tag="eam-catalina"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/eam/web/localhost.*.log"
Tag="eam-catalina"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/firstboot/eam_firstboot.py*.log"
Tag="eam-firstboot"
Severity="info"
Facility="local0")

Check Contents

At the command prompt, execute the following command:

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

Expected result:

input(type="imfile"
File="/var/log/vmware/eam/eam.log"
Tag="eam-main"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/eam/web/localhost_access_log*.txt"
Tag="eam-access"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/eam/jvm.log.std*"
Tag="eam-stdout"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/eam/web/catalina*.log"
Tag="eam-catalina"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/eam/web/localhost.*.log"
Tag="eam-catalina"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/firstboot/eam_firstboot.py*.log"
Tag="eam-firstboot"
Severity="info"
Facility="local0") File="/var/log/vmware/firstboot/eam_firstboot.py*.log"
Tag="eam-firstboot"
Severity="info"
Facility="local0")

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

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

Vulnerability Number

V-239398

Documentable

False

Rule Version

VCEM-67-000027

Severity Override Guidance

At the command prompt, execute the following command:

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

Expected result:

input(type="imfile"
File="/var/log/vmware/eam/eam.log"
Tag="eam-main"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/eam/web/localhost_access_log*.txt"
Tag="eam-access"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/eam/jvm.log.std*"
Tag="eam-stdout"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/eam/web/catalina*.log"
Tag="eam-catalina"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/eam/web/localhost.*.log"
Tag="eam-catalina"
Severity="info"
Facility="local0")
input(type="imfile"
File="/var/log/vmware/firstboot/eam_firstboot.py*.log"
Tag="eam-firstboot"
Severity="info"
Facility="local0") File="/var/log/vmware/firstboot/eam_firstboot.py*.log"
Tag="eam-firstboot"
Severity="info"
Facility="local0")

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

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

Check Content Reference

M

Target Key

5328

Comments