None N
2008-11-30 18:16:46 UTC
The WHOIS system originated as a method that system administrators could use to look up information to contact other IP address or domain name administrators (almost like a "white pages"). This website http://www.domaintools.com/ provides such a service. Anyhow, one of the information i got is "Server type"! Server type should be private because this is just like fingerprinting. When a hacker uses nmap against my server, attacker must know what OS i use so he can use proper tool against my OS.
However, nmap does not give the attacker the OS you are using. Lets say an attacker used this command
nmap -O MY-IP, nmap will give a message that says you do not have privileges to fetch this info. On the other hand, domaintools.com gives you the server type, such as "Apache/1.3.41 (Unix) PHP/4.4.8 mod_gzip/1.3.26.1a mod_log_bytes/1.2 mod_bwlimited/1.4 mod_ssl/2.8.31 OpenSSL/0.9.8b". Honestly, this is enough information for the hacker to know which tools to use so he/she can hack my server. What do you say about this? Am i right? If yes, then how such things can be explicit? If i'm not right, so what server type refers to & why it is not dangerous to be revealed on public?
I'm new to securities stuff, so i could be wrong. Just trying to learn how to defend my server against attackers. If you have proper prof. sources to learn from, please drop some links.
Thanks