88
18
Earlier today I thought I had a URL in my clipboard, but I actually had four 9 digit integers copied from a spreadsheet, which were identification numbers from a proprietary system. Completely unrelated to the task at hand. I pasted it into Firefox and was surprised to find that it actually loaded a page. I've seen dotless decimal notations of IPv4 addresses before, but this long number is something much, much larger.
714687644714805209715128610715964400 (stick a HTTP:// in front)
How does this work? All of the decimal -> IPv4 converters that I've found on the Internet all consider it an invalid input. If I take the IPv4 address that it actually loads, and perform the same calculations to convert it to dotless decimal, I get a vastly smaller number.
I've read that ping can accept dwords and do some conversion, but it cannot convert this number to an IP address. IPv6 is out of the question as this host does not have IPv6 connectivity.
What kind of madness is this? It's stumped myself and my coworkers.
Edit: It's back online now.
See also http://superuser.com/questions/486788/why-does-pinging-192-168-072-only-2-dots-return-a-response-from-192-168-0-58
– jiggunjer – 2015-05-17T17:32:44.2874
See http://www.pc-help.org/obscure.htm
– Shamtam – 2014-04-02T01:49:27.987@Shamtam, yes, I've been there, and using the calculations on that site to obfuscate an IPV4 address, I get a MUCH smaller number. None of the calculations I've tried will result in the number I stumbled across, which resolves properly in a browser. – beeks – 2014-04-02T01:53:05.210
2Are you really sure it's not an IPv6 address? Because this number breaks down to 8 digits in base 65536; IPv6 addresses have 8 digits in base 65536. Represented in hex as is usual for IPv6, it's 89:a4d2:471b:45ef:77ed:c70f:da35:93f0. – Christian – 2014-04-02T14:50:29.417
2@Christian His explanation for the source of the number jives with the actual number shown, which has 36 digits (each ID is 9 digits either 714xxxxxx or 715xxxxxx). The computer doesn't even have IPv6, and the number taken as an IPv4 address does indeed return a web page. Numbers from ~5E33 to ~3E38 have 8 digits in base 65536, I think it's just a coincidence that his falls in that range (plus, any smaller number would also be a valid IPv6 address) – Tim S. – 2014-04-03T14:31:40.643
@TimS. Well, the IP peanut_butter calculated doesn't return pings for me and doesn't return a web site either. But then, neither does that huge number return anything for me. I think it would help to run a wireshark while letting firefox do its thing and at least see what IP it actually connects to. – Christian – 2014-04-03T19:49:50.463
@Christian, it no longer returns a ping or page for me either. The page that was returning was actually a router in Korea, which was not secured and had a default login/password of 'ADMIN/ADMIN.' With the number of hits this question has received, I wouldn't doubt if someone did something nefarious to bring it offline. – beeks – 2014-04-03T19:55:43.050
1@beeks Ok, it already didn't work when I tried it yesterday but given that it was an unsecured router maybe that's not so surprising. So are you saying that you basically put a random number into your address bar? Or what kind of spreadsheet did you have there that contains weirdly coded IP addresses of unsecured routers? ;) – Christian – 2014-04-03T20:01:27.810
1@Christian, LOL. They were some unique message identifiers in a compliance system. Totally freak chance that I pasted them into the address bar, and it worked. I bet that will never happen again to me in my life :) – beeks – 2014-04-03T20:46:43.363
1
See also https://bugzilla.mozilla.org/show_bug.cgi?id=67730
– Jason C – 2014-04-03T23:06:37.840It seems to work for me right now. I am getting a router page looking like this.
– eis – 2014-04-04T13:03:39.0901@eis And did you check what IP your browser actually connected to in wireshark or iftop or something? – Christian – 2014-04-04T16:19:19.273
nope, sorry, somehow missed that comment. Have to try to remember to do it some other time (host seems offline now). But the screenshot shows the ip peanut_butter calculated. – eis – 2014-04-04T18:20:56.593