I need a list of ports or services that face the most attacks such as ssh, telnet, ftp, etc.
I need this information for a monitoring script, not to setup security on the server.
feedback
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
IMHO, you need to shutdown every port you do not need for your server/application, otherwise your server will be vulnerable as you won't pay attention to servers/daemons that you don't need but are running. On the other hand, focus your attention on the services you really need and try to assure that they are properly configured and patched/upgraded regarding security issues. Hope this helps! | |||
feedback
|