SV-215346r508663_rule
V-215346
SRG-OS-000074-GPOS-00042
AIX7-00-003040
CAT I
10
Edit the "/etc/inetd.conf" file and comment out the "rshd" service.
Restart the inetd service:
# refresh -s inetd
From the command prompt, run the following command:
# grep -v "^#" /etc/inetd.conf |grep rshd
The above command may show the daemon is enabled like this:
shell stream tcp6 nowait root /usr/sbin/rshd rshd
If the above grep command returned a line that contains "rshd", this is a finding.
V-215346
False
AIX7-00-003040
From the command prompt, run the following command:
# grep -v "^#" /etc/inetd.conf |grep rshd
The above command may show the daemon is enabled like this:
shell stream tcp6 nowait root /usr/sbin/rshd rshd
If the above grep command returned a line that contains "rshd", this is a finding.
M
4012