SV-63231r2_rule
V-27279
GEN000290-4
GEN000290-4
CAT II
10
Remove the "ftp" account from the /etc/passwd file before connecting a system to the network.
Check the system for the unnecessary "ftp" accounts.
Procedure:
# rpm -q krb5-workstation
An ftp server is part of "krb5-workstation". If it is installed the "ftp" user is necessary and this is not a finding.
# rpm -q vsftp
If the "vsftp" ftp server is installed the "ftp" user is necessary and this is not a finding.
# grep ^ftp /etc/passwd
If this account exists and no ftp server is installed which requires it, this is a finding.
V-27279
False
GEN000290-4
Check the system for the unnecessary "ftp" accounts.
Procedure:
# rpm -q krb5-workstation
An ftp server is part of "krb5-workstation". If it is installed the "ftp" user is necessary and this is not a finding.
# rpm -q vsftp
If the "vsftp" ftp server is installed the "ftp" user is necessary and this is not a finding.
# grep ^ftp /etc/passwd
If this account exists and no ftp server is installed which requires it, this is a finding.
M
System Administrator
2207