Vulnerability Discussion
The FTP service allows remote users to access shared files and directories. Allowing anonymous FTP connections makes user auditing difficult.
Using accounts that have administrator privileges to log on to FTP risks that the userid and password will be captured on the network and give administrator access to an unauthorized user.
Check
If FTP is not installed on the system, this is NA.
Open "Internet Information Services (IIS) Manager".
Select the server.
Double-click "FTP Authentication".
If the "Anonymous Authentication" status is "Enabled", this is a finding.
Fix
Configure the FTP service to prevent anonymous logons.
Open "Internet Information Services (IIS) Manager".
Select the server.
Double-click "FTP Authentication".
Select "Anonymous Authentication".
Select "Disabled" under "Actions".