Hacked — got an IPv6 address, need hostname [closed] - dns

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
So I've got a problem... A few days ago I got hacked; someone logged on to an account of mine. So after a few clicks,
I managed to get the IP Address: 2a02:a03f:1043:8500:75eb:6b9f:a26:8733
It's an IPV6 address; I don't care to post it here — it's not mine. So what I want to do: get the hostname of that IP address.
I can't tracert it, I can't ping it and the DNS lookup doesn't give a hostname.
I'm not going to do anything with the IP Address, but if I may get a hostname, it will be possible to know who did it, and confront them with the issue.

Omnomnom,
You can try https://enc.com.au/itools/inet6num to get the hostname of ipv4/6

Related

How can I find my IP address when inside a Server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I have a Linux server is hosting in a host company. I don't know what is the public IP address of the server. I can only ssh to the server using their Cloud access. I'm wondering if there's any tools that I can use to tell what is the public IP address of the Server I'm inside.
This cyberciti.biz article Expline how to find your public IP address.
To show IP address of server use this command: ifconfig -a.
I found this website service that you can create a link URL then send a request to that URL to reveal your IP Address and header details which is cool.
https://www.requestheader.com/

DNS interaction between Cname and A Name [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I need to resolve a subdomain members.domain.com by CName record. Then everything else needs to resolve to an IP address via A Name.
However, the A Name seems to take precedence. It sends *.domain.com to the IP address. How can I set it to send (everything-except-members).domain.com to that IP address using the A Name, and then utilize the CNAme for members.domain.com?
In your DNS Zone create a new CNAME record:
Name/Host/Alias: members
Record Type: CNAME
Value/Answer/Destination: direction of host to point (example.wordpress.com)

Have router resolve domain to local IP [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I need my router to resolve mydomain.com to a private IP.
Alternatives like modifying hosts file or using a paid dynDNS service will not do. Is this possible? Thanks.
Well, you need to create an A record for "mydomain.com" to point to whatever your public IP is (I am assuming this is the IP that your ISP is assigning). This can only be done, afaik, where you registered the domain.
On your home side, you need to enable port forwarding (80,8080,443) on your router. Point this to your internal IP, or where you are hosting this server. This means that all requests going to mydomain.com will come to your router and be forwarded to the internal address.
Be careful when using dynamic IP addresses. Your ISP will most likely change this IP every so often, so your website will not be reachable from the internet unless it is changed in DNS.

How to Change my DNS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Every time I browse internet one my computer in my network it connects to US DNS server. I changed my DNS server to google DNS and ISP DNS still it connects to US server how to change this
Flush your local DNS cache
On Windows: Start-Run cmd.exe
at the prompt, type:
ipconfig /flushdns
if that doesn't work...
Wait about an hour....sometimes it takes a while to propogate

List of ip address bind to the given URL [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
How to find the list of all IP address bind to the given URL using Linux command/tools.
By trying to find "list of IP addresses bound to a url", I assume you are trying to enumerate the DNS entries of a domain. Then try dnsdict6. Of course, there are various other tools too, but I prefer this one.
It is a command line tool which lists all the subdomains or DNS entries of a any domain name provided. It can also take a dictionary file as input and also display both IPv4 and IPv6 addresses of the domain.

Resources