Information
This entry executes the command netstat -f inet This service displays active IP connections on a server.
The recommendation is to leave this disabled.
The netstat command symbolically displays the contents of various network-related data structures for active connections.
This interface requests a report of statistics or address control blocks to those items specified by the inet aka AF_INET (ipv4) address family.
Solution
In /etc/inetd.conf comment out the netstat entry:
chsubserver -r inetd -C /etc/inetd.conf -d -v 'netstat' -p 'tcp'
refresh -s inetd