7.1 Ensure the 'hostNameExcludeList' attribute is set to a whitelist of host names
Information
Host names can be allowed or blocked from creating inbound TCP connections to different HTTP endpoints. Defining an IP address exclude list protects against unwanted inbound connections.
Solution
Add the hostNameExcludeList attribute to all tcpOptions elements to ${server.config.dir}/configDropins/overrides/*.xml and set to comma-separated list of host names. <tcpOptions hostNameExcludeList="*.abc.com,sample.all.com" />