1. Home
  2. Security Hardening
  3. DISA STIG Apache Server 2.2 Windows V1R13
  4. WA00515 W22 – Automatic directory indexing must be disabled.

WA00515 W22 – Automatic directory indexing must be disabled.

Details

To identify the type of web servers and versions software installed it is common for attackers to scan for icons or special content specific to the server type and version. A simple request like http://example.com/icons/apache_pb2.png may tell the attacker that the server is Apache 2.2 as shown below. The many icons are used primary for auto indexing, which is recommended to be disabled.

Solution

Disable the autoindex_module by adding a ‘#’ in front of it within the httpd.conf file, and restarting the Apache httpd service.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Windows.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles