No results found, please run it to get the result.
No results found, please run it to get the result.
No results found, please run it to get the result.
No results found, please run it to get the result.
No results found, please run it to get the result.
Cached: 2023.11.05 17:19:10/ 1 year ago
traceroute to 177.63.3.240 (177.63.3.240), 30 hops max, 60 byte packets
1 gateway (172.31.1.1) 3.360 ms 3.331 ms 3.338 ms
2 19091.your-cloud.host (168.119.219.57) 1.334 ms 1.359 ms 1.356 ms
3 * * *
4 static.77.143.12.49.clients.your-server.de (49.12.143.77) 2.165 ms static.73.143.12.49.clients.your-server.de (49.12.143.73) 2.241 ms 2.239 ms
5 * * *
6 core12.nbg1.hetzner.com (213.239.239.141) 1.765 ms core12.nbg1.hetzner.com (213.239.203.105) 12.551 ms core11.nbg1.hetzner.com (213.239.239.121) 25.267 ms
7 juniper4.dc2.nbg1.hetzner.com (213.239.245.26) 9.892 ms juniper6.dc2.nbg1.hetzner.com (213.239.245.78) 0.511 ms juniper5.dc2.nbg1.hetzner.com (213.239.229.166) 0.289 ms
8 nug-b1-link.ip.twelve99.net (213.248.70.0) 0.772 ms nug-b1-link.ip.twelve99.net (62.115.183.232) 0.784 ms nug-b1-link.ip.twelve99.net (213.248.70.0) 0.741 ms
9 ffm-bb1-link.ip.twelve99.net (62.115.140.202) 3.713 ms 3.653 ms ffm-bb1-link.ip.twelve99.net (62.115.113.146) 3.885 ms
10 ffm-b5-link.ip.twelve99.net (62.115.136.213) 3.943 ms ffm-b5-link.ip.twelve99.net (62.115.114.89) 3.681 ms ffm-b5-link.ip.twelve99.net (62.115.136.213) 4.042 ms
11 telefonica-ic-322233.ip.twelve99-cust.net (62.115.37.19) 4.374 ms 4.369 ms 4.236 ms
12 176.52.248.125 (176.52.248.125) 12.670 ms 176.52.248.123 (176.52.248.123) 12.766 ms 12.820 ms
13 94.142.127.43 (94.142.127.43) 93.709 ms 213.140.36.230 (213.140.36.230) 93.715 ms 94.142.127.10 (94.142.127.10) 215.295 ms
14 94.142.99.149 (94.142.99.149) 214.820 ms 214.261 ms 84.16.15.66 (84.16.15.66) 124.831 ms
15 94.142.99.206 (94.142.99.206) 214.677 ms 214.595 ms 214.440 ms
16 * * *
17 152-255-151-233.user.vivozap.com.br (152.255.151.233) 219.081 ms 219.570 ms 219.171 ms
18 152-255-155-242.user.vivozap.com.br (152.255.155.242) 224.160 ms 152-255-155-238.user.vivozap.com.br (152.255.155.238) 220.505 ms 152-255-155-242.user.vivozap.com.br (152.255.155.242) 220.542 ms
19 201-1-225-132.dsl.telesp.net.br (201.1.225.132) 219.595 ms 201-1-225-134.dsl.telesp.net.br (201.1.225.134) 219.749 ms 222.934 ms
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
No results found, please run it to get the result.
Search for references
This is the search mode - you can use it to find references to any host in our cache. Just type the specified host and hit enter or click the button.
Nslookup arguments and description
NSLOOKUP is a programm for querying NS server for a specified domain. This tool is commonly used for detecting the IP address of the domain (A record), but can be used for receiving other NS records. It is very similar to DIG command. Unlike DIG, NSLOOKUP is based on its own resolver library.
Host
Requierd argument, specifies the host about which is querying the information.
NS server
Optional argument, specifies which NS server to query.
Type
Port
Optional argument, specifies the NS server port (53 by default)
Debug
Debug2
Ping arguments and description
PING is the network command, which lets you check whether or not the host is alive and responding. The special protocol ICMP is used for pinging. See RFC 792 for ICMP protocol details. You can find the command arguments below.
Host
Requierd argument, can be an IP or domain name.
Protocol
Packet size
By default it is 56 bytes, which translates into 64 ICMP data bytes (8 bytes of ICMP header are added)
Map IP
MTU
Timestamp
Whois arguments and description
WHOIS searches Whois servers for the object (domain or IP). The special WHOIS protocol is used for querying the Whois servers. See RFC 3912 for the protocol specification. This command is available on all linux systems and has a lot of arguments. The most important argument is host address. See the arguments decription below.
Host
Requierd argument, can be an IP or domain name.
Host arguments and description
HOST is a DNS lookup utility. You can use it to convert names to IP addresses and vice versa. It is similar to DIG and NSLOOKUP. This command is available on all linux distributives. There are several arguments. You can find decription of the arguments below.
Host
Requierd argument, can be an IP or domain name.
NS server
Optional argument, can be an IP or domain of name server
Protocol
Type
All
Verbose mode
Traceroute arguments and description
TRACEROUTE is the network diagnostic command. This command tracks the route packets taken from an IP network on their way to a given host. ICMP or UDP packets are used. See the command arguments below.
Host
Requierd argument, can be an IP or domain name.
Fragmentation
ICMP
TCP
Map IP
Protocol
Port
For UDP specifies the destination port
Geoiplookup arguments and description
GEOIPLOOKUP lets you detect the location of a host. A preparsed WHOIS database is used for detecting the location of IP or domain. There are a lot of independent geoip databases in the Internet, so the same host can have different locations in those databases. GEOIPLOOKUP is not a built-in Linux command. The command has only one argument - host address.
Host
Requierd argument, can be an IP address only
Dig arguments and description
The DIG command is a part of BIND package, available on all linux distributives. It is used for querying Domain Name Servers (DNS) using standard operating system libraries and display answers from these DNS servers. Domain Information Groper (DIG) is useful for troubleshooting DNS issues. You can find DIG arguments below.
Host
Requierd argument, can be an IP or domain name.
NS server
Requierd argument, can be an IP or domain name.
Type
Trace
Tcp
Ignore
AA only
AD flag
CD flag
Show class
Show TTL
Answer
Comments
Recurse
Short
Cmd
Identify
Stats
Authority
Additional
All
Multiline
One SOA
Fail
Best effort
DNSSEC
EDNS ID request
Cached: 2023.11.05 17:19:10/ 1 year ago
traceroute to 177.63.3.240 (177.63.3.240), 30 hops max, 60 byte packets
1 gateway (172.31.1.1) 3.360 ms 3.331 ms 3.338 ms
2 19091.your-cloud.host (168.119.219.57) 1.334 ms 1.359 ms 1.356 ms
3 * * *
4 static.77.143.12.49.clients.your-server.de (49.12.143.77) 2.165 ms static.73.143.12.49.clients.your-server.de (49.12.143.73) 2.241 ms 2.239 ms
5 * * *
6 core12.nbg1.hetzner.com (213.239.239.141) 1.765 ms core12.nbg1.hetzner.com (213.239.203.105) 12.551 ms core11.nbg1.hetzner.com (213.239.239.121) 25.267 ms
7 juniper4.dc2.nbg1.hetzner.com (213.239.245.26) 9.892 ms juniper6.dc2.nbg1.hetzner.com (213.239.245.78) 0.511 ms juniper5.dc2.nbg1.hetzner.com (213.239.229.166) 0.289 ms
8 nug-b1-link.ip.twelve99.net (213.248.70.0) 0.772 ms nug-b1-link.ip.twelve99.net (62.115.183.232) 0.784 ms nug-b1-link.ip.twelve99.net (213.248.70.0) 0.741 ms
9 ffm-bb1-link.ip.twelve99.net (62.115.140.202) 3.713 ms 3.653 ms ffm-bb1-link.ip.twelve99.net (62.115.113.146) 3.885 ms
10 ffm-b5-link.ip.twelve99.net (62.115.136.213) 3.943 ms ffm-b5-link.ip.twelve99.net (62.115.114.89) 3.681 ms ffm-b5-link.ip.twelve99.net (62.115.136.213) 4.042 ms
11 telefonica-ic-322233.ip.twelve99-cust.net (62.115.37.19) 4.374 ms 4.369 ms 4.236 ms
12 176.52.248.125 (176.52.248.125) 12.670 ms 176.52.248.123 (176.52.248.123) 12.766 ms 12.820 ms
13 94.142.127.43 (94.142.127.43) 93.709 ms 213.140.36.230 (213.140.36.230) 93.715 ms 94.142.127.10 (94.142.127.10) 215.295 ms
14 94.142.99.149 (94.142.99.149) 214.820 ms 214.261 ms 84.16.15.66 (84.16.15.66) 124.831 ms
15 94.142.99.206 (94.142.99.206) 214.677 ms 214.595 ms 214.440 ms
16 * * *
17 152-255-151-233.user.vivozap.com.br (152.255.151.233) 219.081 ms 219.570 ms 219.171 ms
18 152-255-155-242.user.vivozap.com.br (152.255.155.242) 224.160 ms 152-255-155-238.user.vivozap.com.br (152.255.155.238) 220.505 ms 152-255-155-242.user.vivozap.com.br (152.255.155.242) 220.542 ms
19 201-1-225-132.dsl.telesp.net.br (201.1.225.132) 219.595 ms 201-1-225-134.dsl.telesp.net.br (201.1.225.134) 219.749 ms 222.934 ms
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *