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

tc Server VCO must record user access in a format that enables monitoring of remote access.

DISA Rule

SV-100563r1_rule

Vulnerability Number

V-89913

Group Title

SRG-APP-000016-WSR-000005

Rule Version

VRAU-TC-000090

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open /etc/vco/app-server/server.xml.

Navigate to and locate <Host>.

Configure the <Host> node with the <AccessLogValve> below.

Note: The AccessLogValve should be configured as follows:
<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs"
pattern="%h %l %u %t &quot;%r&quot; %s %b"
prefix="localhost_access_log."
suffix=".txt"/>

Check Contents

Navigate to and open /etc/vco/app-server/server.xml.

Navigate to the <Host> node.

Verify that the node contains a <Valve className="org.apache.catalina.valves.AccessLogValve"> node.

If an "AccessLogValve" is not configured correctly or is missing, this is a finding.

Note: The AccessLogValve should be configured as follows:

<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
prefix="localhost_access_log" suffix=".txt"
pattern="%h %l %u %t &quot;%r&quot; %s %b"
rotatable="false"
checkExists="true"/>

Vulnerability Number

V-89913

Documentable

False

Rule Version

VRAU-TC-000090

Severity Override Guidance

Navigate to and open /etc/vco/app-server/server.xml.

Navigate to the <Host> node.

Verify that the node contains a <Valve className="org.apache.catalina.valves.AccessLogValve"> node.

If an "AccessLogValve" is not configured correctly or is missing, this is a finding.

Note: The AccessLogValve should be configured as follows:

<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
prefix="localhost_access_log" suffix=".txt"
pattern="%h %l %u %t &quot;%r&quot; %s %b"
rotatable="false"
checkExists="true"/>

Check Content Reference

M

Target Key

3439

Comments