I've noticed that, after changing the reg settings outlined in Episode 52 of the Stack Overflow podcast to pool.ntp.org, my box keeps requesting time from gordo.foofus.net. The web site hosted on that box is very strange. Is this a valid timeserver?
feedback
|
|
The pool.ntp.org is a DNS-level load balancer. Jeff just happened to get directed to that one, the NTP pool maintainers do not care what does the server run on it's port 80 (http), only that it serves time via NTP correctly. | ||||
|
feedback
|
|
Just pick a "real" time server ... the fine folks at NIST are paid to render this service. | |||||||
feedback
|
|
I just listened to episode 52 of the podcast and noticed the same thing Joel did. This server lives in the ntp.org pool of time servers. As noted by Alex, it's serving a valid time and doesn't seem to be doing anything out of spec. | |||
|
feedback
|
|
This looks like a legitimate time server to me: [hex]~% ntpdate -q gordo.foofus.net server 64.73.32.135, stratum 2, offset 21.538520, delay 0.05049 12 Jun 13:07:19 ntpdate[1098]: step time server 64.73.32.135 offset 21.538520 sec If you're ever curious, and have ntpdate installed, you can always use the -q option to simply ask for the time without changing your clock. It's very strange, though. | |||
|
feedback
|
|
I certainly wouldn't worry about it as a time server. Everything seems fine wrt the NTP service. The web site is funny, but, as Skolima said, the ntp.org pool doesn't place any restrictions on the web site content in the pool. I have to say, I got a kick out of "Gordo's response." Have fun | |||
|
feedback
|
|
This is a legitimate time server. It's a stratum-2 server and is linked to 12 stratum-1 time sources. | |||
|
feedback
|
|
If you look at the main domain, http://www.foofus.net/, it is a legit security blog. As for the subdomain gordo.foofus.net, I have no idea. Anapologetos | |||||||
feedback
|
|
There doesn't appear to be any problem with the server. Clearly, the server administrators are completely insane, but I consider that a bonus! :) I'm now a big fan of gordo.foofus.net-attacks.mp3 | |||
|
feedback
|
|
That's an excellent point Jeff. I think pool.ntp.org is a great resource and generally assists the Internet in ways y'all noted in Episode 52. That said, it's interesting to me that anyone, anywhere, can inject a server into the NTP pool. From an adversarial perspective, this has some potential impact. From an architectural perspective, I think the way the pool is constructed can minimize the impact. However, should an adversary employ some type of DNS cache poisoning attack to shift a network's NTP syncs to their malicious server, it could get interesting. There are many other attack scenarios I can think of. | ||||
|
feedback
|
|
You should make sure that you are using the most specific geographic area that matches your location and that is offered at ntp.org. For example, there is a us.pool.ntp.org that will always return a time server in the United States. There are other geographic pools available around the world. This ensures that you will not receive a time server half way around the world when a perfectly good and more accurate server might be in your back yard. This was also discussed in another thread on Server Fault | |||
|
feedback
|
|
The way that pool.ntp.org works is that DNS lookups for time servers redirect to one (randomly selected) member of the pool. Each server that's in the pool will have its own name, and if you do a reverse DNS lookup on its IP address you'll get its real name, not the pool name you started with. Perhaps an example will help:
| |||
|
feedback
|
|
gordo.foofus.net-attacks.mp3 is my new favorite song. I'm going this machine as my primary time server from now on. Too awesome. | |||
|
feedback
|