-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework Recommended Action for SFTP #199
Comments
tl;dr version We have detected an FTP server running on {devices}. FTP is an unsecure method of transferring files as unencrypted and on unsecure protocols. Consider switching to a more secure service such as SFTP. Other examples include FTPS, AS2 and HTTPS. Gthub Version FTP relies on clear-text usernames and passwords for authentication. The data transferred using this protocol is unencrypted. This means the data is vulnerable to sniffing, spoofing and brute force attacks. These are just some of the many vulnerabilities of FTP. Alternatives to FTP that are more secure are:
We do recommend SFTP as that is the easiest to setup and has a decent level of security. |
|
tl;dr version We have detected an FTP server running on {devices}. FTP is an unsecure method of transferring files as they are unencrypted and run on unsecure protocols. Consider switching to a more secure service such as SFTP or FTPS. Gthub Version FTP relies on clear-text usernames and passwords for authentication. The data transferred using this protocol is unencrypted and unsecure. This means the data is vulnerable to sniffing, spoofing and brute force attacks. These are just some of the many vulnerabilities of FTP. Alternatives to FTP that are more secure are:
We do recommend SFTP as that is the easiest to setup and has a decent level of security. Depending on the size of your organisation and resources it can offer, FTPS can be a formidable line of defense to protect your data. I'm not sure if the github version here is the right amount of info for the FAQ version and you would like me to expand on that I have for a github version |
I would probably recommend SFTP instead, as it has a very solid security track record through as it's provided by OpenSSH.
Yeah, i think this length is reasonable. What it's missing is actionability. What are some SFTP/FTPS servers? Where can I learn more? |
@fshmcallister Are you taking over this one? |
tl;dr version We have detected an FTP server running on {devices}. FTP is an insecure method of transferring files, as they are unencrypted and run on insecure protocols. Consider switching to a more secure service such as SFTP or FTPS. Gthub Version FTP relies on clear-text usernames and passwords for authentication. The data transferred using this protocol is unencrypted and insecure. This means the data is vulnerable to sniffing, spoofing and brute force attacks. These are just some of the many vulnerabilities of FTP. Alternatives to FTP that are more secure are:
Here is a list of some of the best free ftps and sftp servers on the market as of now. We do recommend SFTP as that is the easiest to setup and has a decent level of security. Depending on the size of your organisation and resources it can offer, FTPS can be a formidable line of defense to protect your data.
FAQ Version |
...except that the entire list is for Windows |
There's a list there for linux FTPS and SFTP servers, would you like me to just reference them manually or link to tutorials on how to use them? |
tl;dr version We have detected an FTP server running on {devices}. FTP is an insecure method of transferring files, as they are unencrypted and run on insecure protocols. Consider switching to a more secure service such as SFTP or FTPS. Gthub Version FTP relies on clear-text usernames and passwords for authentication. The data transferred using this protocol is unencrypted and insecure. This means the data is vulnerable to sniffing, spoofing and brute force attacks. These are just some of the many vulnerabilities of FTP. Alternatives to FTP that are more secure are:
We do recommend SFTP as that is the easiest to setup and has a decent level of security. Depending on the size of your organisation and resources it can offer, FTPS can be a formidable line of defense to protect your data. Two of the tried and tested services that we recommend are: |
@Menmarin this is in the wrong format. |
TITLE TL;DR FAQ FTP relies on clear-text usernames and passwords for authentication. The data transferred using this protocol is unencrypted and insecure. This means the data is vulnerable to sniffing. These are just some of the many vulnerabilities of FTP. Alternatives to FTP that are more secure are: SFTP
FTPS
We do recommend SFTP as that is the easiest to setup and has a decent level of security. Depending on the size of your organisation and resources it can offer, FTPS can be a formidable line of defense to protect your data. Two of the tried and tested services that we recommend are: * [proftpd](http://proftpd.org) Code Snippet To uninstall your FTP server, run the following command:
|
@vpetersson I don't know what you meant by That is why I left |
Good point. Yeah let's just remove the code snippet for this one. |
We need to rework the recommend action for SFTP, as well as adding additional info.
Here's the existing Recommended Action:
Title: Consider moving to SFTP.
Body: There appears to be an FTP server running on {devices}. FTP is generally considered insecure as the credentials are sent unencrypted over the internet. Consider switching to an encrypted service, such as SFTP.
Please rework this as per these instructions.
The text was updated successfully, but these errors were encountered: