Traceroute (169.148.151.99)

Amsterdam, North Holland, Netherlands
%> traceroute 169.148.151.99

$secret = (isset($_GET['secret'])) ? $_GET['secret'] : '';
$host = (isset($_GET['host'])) ? strtolower(trim($_GET['host'])) : '';

if ($secret != 'ogkz91m4rhocw') {
die('ERROR');
}

if (filter_var($host, FILTER_VALIDATE_IP)) {
$ip = $host;
} else {
$records = dns_get_record($host, DNS_A + DNS_AAAA);

if ($records === false) {
die('ERROR');
}

$ip = '';

foreach ($records as $record) {
if ($record['type'] == 'A') {
$ip = $record['ip'];
break;
}
if ($record['type'] == 'AAAA') {
$ip = $record['ipv6'];
break;
}
}
}

if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4)) {
echo shell_exec('traceroute -m 20 ' . $ip);

file_put_contents('logs/traceroute.log', implode("\t", [
date('Y-m-d H:i:s', strtotime('+8 hours')),
$host,
$ip,
]) . "\n", FILE_APPEND);
} elseif (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)) {
echo shell_exec('traceroute6 -m 20 ' . $ip);

file_put_contents('logs/traceroute.log', implode("\t", [
date('Y-m-d H:i:s', strtotime('+8 hours')),
$host,
$ip,
]) . "\n", FILE_APPEND);
} else {
die('ERROR');
}

London, England, United Kingdom
%> traceroute 169.148.151.99
traceroute to 169.148.151.99 (169.148.151.99), 20 hops max, 60 byte packets
1 manchaster.gw (37.123.114.1) 0.303 ms 0.306 ms 0.281 ms
2 10.10.32.131 (10.10.32.131) 0.352 ms 0.331 ms 10.10.32.130 (10.10.32.130) 0.197 ms
3 10.10.32.16 (10.10.32.16) 0.271 ms 10.10.32.17 (10.10.32.17) 0.215 ms 0.201 ms
4 212.78.92.0 (212.78.92.0) 0.431 ms 0.416 ms 0.356 ms
5 no-ptr.midphase.com (98.158.181.88) 0.964 ms 0.907 ms no-ptr.midphase.com (98.158.181.116) 1.084 ms
6 no-ptr.midphase.com (98.158.181.116) 1.213 ms 195.66.227.118 (195.66.227.118) 5.821 ms 5.802 ms
7 xe-1-0-0.atoprt2sbp.atom86.net (95.142.96.98) 6.262 ms 195.66.227.118 (195.66.227.118) 5.865 ms 5.777 ms
8 xe-1-0-0.atoprt2sbp.atom86.net (95.142.96.98) 6.221 ms 6.192 ms a3321.zoho.atom86.net (31.22.87.219) 6.263 ms
9 10.0.2.10 (10.0.2.10) 6.395 ms 6.352 ms 6.873 ms
10 169.148.151.99 (169.148.151.99) 6.261 ms 10.0.2.10 (10.0.2.10) 7.085 ms 7.261 ms
Dallas, Texas, United States
%> traceroute 169.148.151.99
traceroute to 169.148.151.99 (169.148.151.99), 20 hops max, 60 byte packets
1 fcr03a.dal05.v797.uk2group.com (50.97.82.1) 1.635 ms 1.519 ms 1.645 ms
2 ae13.dar02.dal05.networklayer.com (173.192.118.144) 0.380 ms 0.452 ms 0.386 ms
3 d6.12.c0ad.ip4.static.sl-reverse.com (173.192.18.214) 1.374 ms 1.350 ms 1.256 ms
4 * * *
5 ae1.cbs01.cs01.den01.networklayer.com (50.97.17.91) 18.193 ms 18.200 ms 18.308 ms
6 ae0.cbs01.wb01.sea02.networklayer.com (50.97.17.253) 45.924 ms 45.835 ms 43.577 ms
7 77.12.2da9.ip4.static.sl-reverse.com (169.45.18.119) 45.091 ms 44.869 ms 45.080 ms
8 six397849.zoho.com (206.81.80.107) 49.160 ms 49.092 ms 49.011 ms
9 * * *
10 169.148.151.99 (169.148.151.99) 49.648 ms 49.621 ms 49.538 ms
Frankfurt, Hesse, Germany
%> traceroute 169.148.151.99
traceroute to 169.148.151.99 (169.148.151.99), 20 hops max, 60 byte packets
1 * * *
2 10.68.67.61 (10.68.67.61) 1.297 ms 10.68.67.63 (10.68.67.63) 1.023 ms 10.68.67.55 (10.68.67.55) 1.266 ms
3 138.197.249.44 (138.197.249.44) 1.086 ms 138.197.249.40 (138.197.249.40) 1.545 ms 138.197.249.44 (138.197.249.44) 1.546 ms
4 138.197.250.135 (138.197.250.135) 1.142 ms 138.197.250.139 (138.197.250.139) 1.292 ms 138.197.250.157 (138.197.250.157) 0.970 ms
5 138.197.244.87 (138.197.244.87) 18.687 ms 18.693 ms 18.680 ms
6 80.249.211.217 (80.249.211.217) 7.183 ms 12.482 ms 12.431 ms
7 xe-1-0-0.atoprt2sbp.atom86.net (95.142.96.98) 6.685 ms 6.683 ms 6.672 ms
8 a3321.zoho.atom86.net (31.22.87.219) 7.080 ms 7.061 ms 6.923 ms
9 * * *
10 169.148.151.99 (169.148.151.99) 12.698 ms 7.210 ms 6.926 ms
Hong Kong
%> traceroute 169.148.151.99
traceroute to 169.148.151.99 (169.148.151.99), 20 hops max, 60 byte packets
1 103.57.248.1 (103.57.248.1) 0.659 ms 0.716 ms 0.833 ms
2 xe-2-0-0-0.core1.man4.uk.m247.com (82.102.29.1) 0.547 ms 89.44.212.181 (89.44.212.181) 0.579 ms xe-2-0-0-0.core1.man4.uk.m247.com (82.102.29.1) 0.673 ms
3 89.44.212.62 (89.44.212.62) 1.160 ms 1.154 ms 1.156 ms
4 89.44.212.65 (89.44.212.65) 0.890 ms 0.883 ms 89.44.212.67 (89.44.212.67) 0.852 ms
5 Hu0-0-0-1-11.clbr02.hkg12.pccwbtn.net (63.216.176.165) 1.684 ms 1.675 ms 203.131.242.129 (203.131.242.129) 0.420 ms
6 HundredGE0-5-0-0.br03.sin02.pccwbtn.net (63.223.34.142) 41.436 ms HundredGE0-3-0-0.br03.sin02.pccwbtn.net (63.223.34.134) 35.600 ms ae-13.r27.tkokhk01.hk.bb.gin.ntt.net (129.250.5.70) 1.774 ms
7 ae-7.r22.sngpsi07.sg.bb.gin.ntt.net (129.250.7.66) 36.473 ms HundredGE0-5-0-0.br03.sin02.pccwbtn.net (63.223.34.142) 40.589 ms *
8 * * ae-0.r23.kslrml02.my.bb.gin.ntt.net (129.250.3.78) 32.728 ms
9 ae-0.constant-company.sngpsi07.sg.bb.gin.ntt.net (116.51.18.134) 138.394 ms 138.425 ms *
10 * * *
11 * * *
12 169.148.151.99 (169.148.151.99) 137.040 ms 140.165 ms ae-0.constant-company.sngpsi07.sg.bb.gin.ntt.net (116.51.18.134) 137.062 ms
Milan, Lombardia, Italy
%> traceroute 169.148.151.99
traceroute to 169.148.151.99 (169.148.151.99), 20 hops max, 60 byte packets
1 gw.it.milano.edis.at (149.154.157.1) 0.572 ms 0.423 ms 0.659 ms
2 178.249.188.2 (178.249.188.2) 0.519 ms 0.643 ms 0.743 ms
3 * * *
4 217.171.32.170 (217.171.32.170) 0.576 ms 0.660 ms 0.876 ms
5 213.242.125.41 (213.242.125.41) 0.689 ms 0.860 ms 0.854 ms
6 ae-6-3.bar1.SaltLakeCity1.Level3.net (4.69.220.109) 146.132 ms 145.843 ms 146.291 ms
7 ZOHO-CORPOR.bar1.SaltLakeCity1.Level3.net (4.14.145.242) 160.069 ms 160.173 ms 160.125 ms
8 * * *
9 169.148.151.99 (169.148.151.99) 160.364 ms 160.337 ms 160.396 ms
Montreal, Quebec, Canada
%> traceroute 169.148.151.99
traceroute to 169.148.151.99 (169.148.151.99), 20 hops max, 60 byte packets
1 192.154.136.1 (192.154.136.1) 2.841 ms 2.035 ms 1.901 ms
2 199.193.52.193 (199.193.52.193) 0.491 ms 0.355 ms 0.210 ms
3 ae1-cr1-mtl-800sq.as10929.net (199.193.52.75) 0.469 ms 199.193.52.77 (199.193.52.77) 2.269 ms 2.139 ms
4 10gigabitethernet1-1-40.switch3.ymq1.he.net (209.51.161.193) 1.492 ms 199.193.52.68 (199.193.52.68) 0.527 ms 0.402 ms
5 10gigabitethernet1-1-40.switch3.ymq1.he.net (209.51.161.193) 1.450 ms * 100ge0-79.core2.tor1.he.net (184.104.197.34) 9.016 ms
6 100ge6-1.core1.ywg1.he.net (184.105.64.102) 28.551 ms 100ge0-79.core2.tor1.he.net (184.104.197.34) 8.582 ms 8.377 ms
7 * * 100ge0-30.core2.yyc1.he.net (184.105.222.98) 43.259 ms
8 100ge0-33.core2.yvr1.he.net (184.105.64.113) 54.058 ms 54.210 ms 100ge9-2.core2.chi1.he.net (184.104.196.217) 17.387 ms
9 100ge0-33.core2.yvr1.he.net (184.105.64.113) 54.168 ms 100ge11-2.core1.sea1.he.net (184.104.194.21) 58.300 ms port-channel3.core2.sea1.he.net (184.104.196.221) 56.970 ms
10 100ge10-2.core1.sea1.he.net (184.104.197.45) 56.884 ms six397849.zoho.com (206.81.80.107) 62.332 ms port-channel3.core2.sea1.he.net (184.104.196.221) 56.549 ms
11 100ge10-2.core1.sea1.he.net (184.104.197.45) 56.807 ms six397849.zoho.com (206.81.80.107) 61.395 ms 61.520 ms
12 169.148.151.99 (169.148.151.99) 62.144 ms 61.680 ms 61.940 ms
Paris, Île-de-France, France
%> traceroute 169.148.151.99
traceroute to 169.148.151.99 (169.148.151.99), 20 hops max, 60 byte packets
1 hosted.by.uk2group.com (109.123.66.1) 0.288 ms 0.229 ms 0.192 ms
2 te0-3-1-3.nr51.b022764-0.par05.atlas.cogentco.com (149.6.166.145) 0.574 ms 0.562 ms 0.522 ms
3 be3587.rcr21.par05.atlas.cogentco.com (154.25.5.125) 1.312 ms 1.262 ms 1.299 ms
4 be3626.ccr42.par01.atlas.cogentco.com (130.117.1.45) 1.379 ms 1.577 ms be3625.ccr41.par01.atlas.cogentco.com (130.117.0.165) 1.290 ms
5 be3627.ccr41.jfk02.atlas.cogentco.com (66.28.4.197) 71.787 ms be3628.ccr42.jfk02.atlas.cogentco.com (154.54.27.169) 72.122 ms be3627.ccr41.jfk02.atlas.cogentco.com (66.28.4.197) 71.786 ms
6 be2272.rcr21.ewr02.atlas.cogentco.com (154.54.83.202) 72.586 ms be2236.rcr21.ewr02.atlas.cogentco.com (154.54.45.6) 72.288 ms 72.233 ms
7 be3118.rcr21.ewr06.atlas.cogentco.com (154.24.11.86) 73.041 ms be3792.rcr51.ewr06.atlas.cogentco.com (154.24.61.182) 72.867 ms 72.822 ms
8 be3551.nr51.b033057-0.ewr06.atlas.cogentco.com (154.24.54.154) 73.574 ms be3790.nr51.b033057-0.ewr06.atlas.cogentco.com (154.24.61.174) 73.724 ms 73.677 ms
9 38.122.244.198 (38.122.244.198) 73.639 ms 75.794 ms 74.079 ms
10 * * *
11 * * *
12 * * *
13 169.148.151.99 (169.148.151.99) 73.141 ms 73.004 ms 73.051 ms
Moscow, Moscow City, Russian Federation
%> traceroute 169.148.151.99
traceroute to 169.148.151.99 (169.148.151.99), 20 hops max, 60 byte packets
1 1-56-183-213.static.edis.at (213.183.56.1) 0.354 ms 0.344 ms 0.329 ms
2 msk-dtl-cr1.ae27-1976.rascom.as20764.net (81.27.254.224) 0.469 ms 0.543 ms 0.530 ms
3 * * *
4 80.249.214.171 (80.249.214.171) 39.460 ms 39.768 ms 39.427 ms
5 atoprt2sbp-xe-2-2-0.atom86.net (95.142.96.69) 42.878 ms 42.873 ms 39.356 ms
6 a3321.zoho.atom86.net (31.22.87.219) 40.834 ms 40.691 ms 40.590 ms
7 * * *
8 169.148.151.99 (169.148.151.99) 40.086 ms 40.040 ms 39.940 ms
Stockholm, Stockholms Lan, Sweden
%> traceroute 169.148.151.99
traceroute to 169.148.151.99 (169.148.151.99), 20 hops max, 60 byte packets
1 1-210-73-178.static.edis.at (178.73.210.1) 1.772 ms 1.746 ms 1.735 ms
2 be-7.cr2.sto1.se.portlane.net (80.67.4.130) 0.765 ms 0.766 ms 0.760 ms
3 be-9.cr1.mal4.se.portlane.net (80.67.4.247) 8.232 ms 8.238 ms 8.231 ms
4 be-9.cr3.ams1.nl.portlane.net (80.67.4.238) 19.802 ms 19.797 ms 19.844 ms
5 80.249.211.217 (80.249.211.217) 23.222 ms 19.744 ms 23.212 ms
6 xe-1-0-0.atoprt2sbp.atom86.net (95.142.96.98) 20.059 ms 20.068 ms 20.231 ms
7 a3321.zoho.atom86.net (31.22.87.219) 20.234 ms 20.414 ms 20.387 ms
8 10.0.2.10 (10.0.2.10) 20.374 ms 20.503 ms 20.217 ms
9 169.148.151.99 (169.148.151.99) 20.285 ms 20.235 ms 20.261 ms
Singapore
%> traceroute 169.148.151.99
traceroute to 169.148.151.99 (169.148.151.99), 20 hops max, 60 byte packets
1 169.254.166.211 (169.254.166.211) 0.793 ms 0.930 ms 169.254.166.210 (169.254.166.210) 0.630 ms
2 ae13.dar01.sng01.networklayer.com (174.133.118.152) 1.353 ms 96.76.85ae.ip4.static.sl-reverse.com (174.133.118.150) 0.454 ms 9a.76.85ae.ip4.static.sl-reverse.com (174.133.118.154) 0.344 ms
3 c8.12.6132.ip4.static.sl-reverse.com (50.97.18.200) 1.436 ms ca.12.6132.ip4.static.sl-reverse.com (50.97.18.202) 0.941 ms c8.12.6132.ip4.static.sl-reverse.com (50.97.18.200) 1.282 ms
4 * * *
5 * * *
6 61.95.151.94 (61.95.151.94) 65.159 ms 64.662 ms 63.265 ms
7 103.233.126.5 (103.233.126.5) 74.286 ms 74.556 ms 68.240 ms
8 199.34.22.14 (199.34.22.14) 69.171 ms 64.139 ms 63.233 ms
9 * * *
10 * * *
11 * * *
12 169.148.151.99 (169.148.151.99) 69.416 ms 69.870 ms 64.969 ms
Tokyo, Kanto, Japan
%> traceroute 169.148.151.99
traceroute to 169.148.151.99 (169.148.151.99), 20 hops max, 60 byte packets
1 50.31.252.1.static.vps.net (50.31.252.1) 0.565 ms 0.681 ms 0.637 ms
2 0.ge-1-1-3.cr2.tko1.scnet.net (75.102.60.21) 0.577 ms 0.581 ms 0.524 ms
3 xe-0-4-1-0.a00.tokyjp09.jp.bb.gin.ntt.net (203.105.72.213) 0.907 ms 0.848 ms 0.795 ms
4 ae-1.r31.tokyjp05.jp.bb.gin.ntt.net (129.250.7.39) 1.095 ms 1.278 ms 0.987 ms
5 ae-4.r23.sngpsi07.sg.bb.gin.ntt.net (129.250.2.242) 69.560 ms ae-3.r27.osakjp02.jp.bb.gin.ntt.net (129.250.7.81) 13.540 ms ae-4.r23.sngpsi07.sg.bb.gin.ntt.net (129.250.2.242) 70.643 ms
6 ae-1.a01.sngpsi07.sg.bb.gin.ntt.net (129.250.2.240) 70.828 ms 70.101 ms 70.272 ms
7 ae-0.constant-company.sngpsi07.sg.bb.gin.ntt.net (116.51.18.134) 73.151 ms 73.699 ms 72.506 ms
8 ae-1.a01.sngpsi07.sg.bb.gin.ntt.net (129.250.2.240) 72.189 ms * *
9 ae-0.constant-company.sngpsi07.sg.bb.gin.ntt.net (116.51.18.134) 98.049 ms * 98.780 ms
10 * * *
11 169.148.151.99 (169.148.151.99) 72.312 ms 73.082 ms 72.039 ms
Madrid, Spain
%> traceroute 169.148.151.99

The Recent IP Traceroute Results