As described in an earlier post I had found a possible SQL injection vulnerability in the website of the Chinese Kylin OS.
Now it turns out the website is unreachable:
The kylin.org.cn website resolves to 220.169.30.241
Non-authoritative answer:
Name: kylin.org.cn
Address: 220.169.30.241
A traceroute brings me as far as 222.247.29.74
traceroute to kylin.org.cn (220.169.30.241), 30 hops max, 40 byte packets
…
13 61.137.0.134 (61.137.0.134) 282.076 ms 282.077 ms *
14 61.187.255.222 (61.187.255.222) 291.674 ms 291.695 ms 291.988 ms
15 222.247.29.74 (222.247.29.74) 288.679 ms 289.049 ms 222.247.29.70 (222.247.29.70) 287.816 ms
16 * * *
which essentially tells me not very much, because it could be the next-hop(s) to the actual server are discarding ICMP requests.
By doing a complete nmap scan on the complete subnet. I noticed there are multiple hosts online surrounding the IP address I now know there is a route to the server, but it is just not active:
nmap 220.169.30.0/24 -sP
Starting Nmap 4.62 ( http://nmap.org ) at 2009-05-18 11:36 CEST
Host 220.169.30.239 appears to be up.
Host 220.169.30.242 appears to be up.
Host 220.169.30.243 appears to be up.
Host 220.169.30.244 appears to be up.
Host 220.169.30.245 appears to be up.
Host 220.169.30.246 appears to be up.
Host 220.169.30.247 appears to be up.
Host 220.169.30.249 appears to be up.
Host 220.169.30.250 appears to be up.
Host 220.169.30.251 appears to be up.
Host 220.169.30.252 appears to be up.
Host 220.169.30.253 appears to be up.
Host 220.169.30.255 appears to be up.
So I think we can assume there are a few reasons why the site is down, and I ordered them in the way I think is most likely:
- The website has been takendown because of all attention drawn to the project
- The website has been takendown by a Hacker, or has been takendown to fix the leak I found
- The website is overloaded by traffic due to all attention drawn to it, although I think this is highly unlikely. ( it probably would respond to ICMP requests ).