Information
This entry executes the command netstat -f inet. This service is displays active IP connections on a server.
The recommendation is to leave this disabled.
Rationale:
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
Default Value:
Disabled