IP question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jakke PNG
    ex-TeenGodFather
    • Nov 2001
    • 20306

    #1

    IP question

    If I know the IP of a site, how can I check what domain name it has. I also know this particular IP has only 1 domain on it. If I type the IP in, it's blank.. but I know that if I type in a the domain name, it will also be blank. Follow me?

    I know
    IP
    I want to know
    Domain name
    ..and I'm off.
  • KC
    Confirmed User
    • Jan 1995
    • 2417

    #2
    you could use nslookup to see if that IP has a PTR record associated with it..

    on a *nix box type:

    nslookup[enter]
    [ipaddress][enter]

    the output looks something like this:

    Name: www.paycounter.com
    Address: 66.77.141.20


    if not, I don't think you can really figure it withough knowing more info or looking at the server config ;)
    Last edited by KC; 12-21-2002, 03:13 PM.

    Jupiter Hosting, Inc.
    Vice President, Business Development
    kc (AT) jupiterhosting.com

    Comment

    • vending_machine
      Confirmed User
      • Jun 2002
      • 1070

      #3
      If KC's suggestion doesn't work, you can try to telnet to the machine from a Unix box. Like this:

      unix: telnet IP 80
      ....
      HEAD / HTTP/1.1
      ..enter twice

      See if you see anything there.

      Comment

      • DTK
        Confirmed User
        • Feb 2002
        • 4546

        #4
        here ya go

        http://www.ipdetective.com/detect.php?cmd=faq
        Arguing whether the Democratic or Republican party is better is like debating which steaming pile of shit is slightly less stinky.

        Comment

        • KC
          Confirmed User
          • Jan 1995
          • 2417

          #5
          ipdetective looks pretty cool.

          -KC

          Jupiter Hosting, Inc.
          Vice President, Business Development
          kc (AT) jupiterhosting.com

          Comment

          Working...