Protecting your web server against anonymous access

Protecting your web server against anonymous access



There's a sure-fire method to protect any kind of server that supports anonymous user access -- which means that this tip applies to FTP and other anonymous services, as well as Web servers that permit anonymous access. In such cases, the safest course of action is to isolate file system containers where anonymous access is permitted from containers where more stringent access controls apply.

This helps avoid the famous "root level" file container access problem, where allowing anonymous users access to the root of a logical drive or disk partition somehow magically confers access to other areas in a file system. The interesting thing about this problem is that it bedevils numerous operating systems, including various versions of Linux and Unix, as well as Windows.

In terms of best practices for enacting proper insulation and isolation techniques, consider the following strategies:
  • Create separate partitions or logical volumes within which anonymous access is permitted to occur. Make sure the "virtual root" (what anonymous Web or FTP users see as the root of the file system that they can access) is situated at least one level down in the file system hierarchy (thus C:/root is safe, while C:/ is not).
  • Set permissions explicitly to permit anonymous access from the virtual root on down in the anonymous container.
  • Explicitly deny access to the root of the anonymous container and to all other containers on systems where anonymous access
    • Requires Free Membership to View

      SearchSecurity.com members gain immediate and unlimited access to breaking industry news, virus alerts, new hacker threats, highly focused security newsletters, and more -- all at no cost. Join me on SearchSecurity.com today!

      Michael S. Mimoso, Editorial Director

      By submitting your registration information to SearchSecurity.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSecurity.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

    Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.