SV-215258r508663_rule
V-215258
SRG-OS-000074-GPOS-00042
AIX7-00-002059
CAT I
10
Disable the "telnet" entry in "/etc/inetd.conf" using command:
# chsubserver -r inetd -C /etc/inetd.conf -d -v 'telnet' -p 'tcp6'
Reload the inetd process:
# refresh -s inetd
Determine if the "telnet" daemon is running by running the following command:
# grep -v '^#' /etc/inetd.conf | grep telnet
If an entry is returned, this is a finding.
V-215258
False
AIX7-00-002059
Determine if the "telnet" daemon is running by running the following command:
# grep -v '^#' /etc/inetd.conf | grep telnet
If an entry is returned, this is a finding.
M
4012