About 50 results
Open links in new tab
  1. How to get hostname from IP (Linux)? - Stack Overflow

    The IP address is then stored in the IP variable. The nslookup command is used to perform a reverse DNS lookup on the IP address. This will return the domain name associated with the IP address. The …

  2. Reverse ip, find domain names on ip address - Stack Overflow

    From about section of Reverse IP Domain Check tool on yougetsignal: A reverse IP domain check takes a domain name or IP address pointing to a web server and searches for other sites known to be …

  3. How to search for a domain name based on the IP address in Excel or ...

    Feb 6, 2020 · Closed 5 years ago. I have a few IP addresses on excel file, I want to do nslookup. How can I do it on excel or powershell? Any ideas or recommendations. Don't confuse yourself with …

  4. how to find host name from IP with out login to the host

    Mar 18, 2009 · This command is for internal names only, so to query for a machine's name requires different naming systems. There are multiple systems which use names to identify hosts including …

  5. How do I find the authoritative name-server for a domain name?

    The origin (or primary name server on Windows) line tells you that ns51.domaincontrol is the main name server for stackoverflow.com. At the end of output all authoritative servers, including backup servers …

  6. How to get domain name from Given IP in C#? - Stack Overflow

    Jul 15, 2010 · I want to get domain name from a given IP. E.g If I give IP as "172.24.17.85" I should get only domain name like my domain name is sonata.net. Any code snippet for this in C#?

  7. Resolving IP Address from hostname with PowerShell

    Dec 28, 2011 · I am trying to get the ipaddress from a hostname using Powershell, but I really can't figure out how. Any help?

  8. find IP address by domain in go - Stack Overflow

    Aug 20, 2020 · I am using below code for an API to find ip address for a given domain: func IPFinder(c *gin.Context) { var domain models.Domain c.BindJSON(&domain) addr, err := …

  9. powershell - Is there a way to get a hostname from an IP address ...

    Jul 21, 2017 · DNS is the way to get IP > Name translations, the other option would be to remote into the machine with valid credentials and then check the hostname locally, if you're having issues retrieving …

  10. python - IP address by Domain Name - Stack Overflow

    I am trying to get IP address of a domain.. i am using following code