Information
This entry starts the rstatd daemon. This service is used to provide kernel statistics and other monitorable parameters such as CPU usage, system uptime, network usage etc.
This service should be disabled if not explicitly required by performance monitoring software to collect statistics.
Rationale:
The rstatd service is used to provide kernel statistics and other monitorable parameters pertinent to the system such as: CPU usage, system uptime, network usage etc.
An attacker may use this information in a DoS attack.
Solution
In /etc/inetd.conf, comment out the rstatd entry and refresh the inetd process:
chsubserver -r inetd -C /etc/inetd.conf -d -v 'rstatd' -p udp
lssrc -s inetd && refresh -s inetd
Default Value:
Disabled