7.4 Ensure the 'addressIncludeList' attribute is set to a whitelist of IP addresses
Information
IP addresses can be allowed or blocked from creating inbound TCP connections to different HTTP endpoints. Defining an IP address include list allows only wanted inbound connections.
Solution
Add the addressIncludeList attribute to all tcpOptions elements to ${server.config.dir}/configDropins/overrides/*.xml and set to comma-separated list of IP Address. <tcpOptions addressIncludeList="254.*.*.9,255.0.0.2" />