Search code examples
apachesecurityddos

Is it a security issue to show the current server load?


Would it be useful for a hacker in any way to publicly display current server stats, such as average load times and memory usage?

The only issue I can forsee is that someone attempting to DDoS the server would have a visible indication of success, or would be able to examine patterns to choose an optimal time to attack. Is this much of an issue if I'm confident in the host's anti-DDoS setup? Are there any other problems I'm not seeing (I have a bad tendancy to miss wide-open security holes sometimes...)


Solution

  • Also useful for doing a MITM attack at the most busy time.

    So the attacker can acquire the most targets before possible detection.

    Another thing I can think of is logfile 'obfuscation'. Where requests by an attacker get lost in other logged stuff.

    Maybe a long shot, but it can also be used to see where your visitors are coming from (based on the time they access the website), which can be used to target your visitors in other ways.

    Also to expand on the possibility of attackers DOSsing the site, they can calculate the average response time at different times of the days (when it doesn't happen automatically). Because they can put load on the server and see when the load gets less.