Re: FTP port number

From: Alun Jones [MS MVP] (alun_at_texis.invalid)
Date: 03/22/04

  • Next message: ronf_at_gbftech.com: "Multiple FTP sites"
    Date: Mon, 22 Mar 2004 23:38:50 GMT
    
    

    In article <6A13AC3D-233B-4C8A-83CA-0A932748C085@microsoft.com>,
    "=?Utf-8?B?b3ZzOA==?=" <anonymous@discussions.microsoft.com> wrote:
    >I'd like to create a little FTP server for a few clients of ours. I'd like to
    > avoid using the port 21 for security reasons. I was wondering though, if I can
    > use one of the Unassigned REGISTERED ports or only the PRIVATE ports for that?

    Are you sure that's really a good security measure?

    Hiding a server like that is really not all that strong of a security
    change. Hackers run port-scans all the time, and judging from the number of
    incoming HTTP-requests I get on my FTP server, it's clear that when a hacker
    has a hack-tool, he'll try it on all ports that will answer him.

    Similar arguments go against the old idea of protecting your server by
    changing the banner information, so that it doesn't reveal which brand of
    server (you do know that IIS isn't the only FTP server around, right? :-))
    you're running.

    You'll also have to spend some time explaining how to configure FTP clients
    to anyone that connects to you, because of course, they all use different
    syntax for specifying port numbers.

    Add to this the problem of NAT routers causing trouble with servers running
    at non-standard ports, and firewalls that are set up to allow FTP traffic,
    but decide what is 'FTP traffic' by whether it's on port 21 or not, and you
    start to find that moving the server's port is only useful in one case -
    when you're trying to hide your server's presence from your ISP. [And even
    then, it's not a very good measure]

    Just secure your server, rather than trying to hide it. Leave it where it
    is, unless it actually conflicts with something that deserves that place
    better.

    Alun.
    ~~~~

    [Please don't email posters, if a Usenet response is appropriate.]

    -- 
    Texas Imperial Software   | Find us at http://www.wftpd.com or email
    1602 Harvest Moon Place   | alun@texis.com.
    Cedar Park TX 78613-1419  | WFTPD, WFTPD Pro are Windows FTP servers.
    Fax/Voice +1(512)258-9858 | Try our NEW client software, WFTPD Explorer.
    

  • Next message: ronf_at_gbftech.com: "Multiple FTP sites"

    Relevant Pages

    • Re: sbs 2008 - no Internet access possible to 2nd server
      ... IIS can have security flaws and if your webserver gets compromised, it is better to have that server on its own network so the baddies don't get back to your LAN. ... I have had clients, in the past insist that I use the 'free' port forwarding setup. ... Agree with Larry that it is not a good practice to publish web site in the ...
      (microsoft.public.windows.server.sbs)
    • Re: group opinion requested
      ... If you are not hosting your own website, you can close port 80 inbound. ... I and PSS didn't think it was copromised prior ... >> If you suspect a security issue, you can call the MS Security Team. ... They will check your server thoroughly. ...
      (microsoft.public.windows.server.sbs)
    • Re: Getting Data from behind a firewall.
      ... 1434 port is the port used in the Slammer worm. ... Any open port, even yes, a VPN connection can be a security risk. ... Just because you've only opened up the firewall for traffic from only that IP ... Security Baselines for setting up a server? ...
      (microsoft.public.sqlserver.security)
    • Re: Getting Data from behind a firewall.
      ... 1434 port is the port used in the Slammer worm. ... Any open port, even yes, a VPN connection can be a security risk. ... Just because you've only opened up the firewall for traffic from only that IP ... Security Baselines for setting up a server? ...
      (microsoft.public.security)
    • Re: hack using xp_cmdshell
      ... I'm no security expert, so please forgive if I'm not using the right ... install SQL Server in Windows Only mode and then Switch down to Mixed mode, ... Is the SQL Server instance a default instance? ... > port 65300, which has never been open on my firewall. ...
      (microsoft.public.sqlserver.server)

    Loading