Go Back   Wireless and Wifi Forums > News > Newsgroups > comp.security.misc
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-20-2005, 04:40 PM
David Arden Stevensonn
Guest
 
Posts: n/a
Default info from URL


Given a website URL, what's the best way to find out all the information
about:

- where the site is hosted, either internally by the company or by a hosting
company, webfarm, etc,
- platform and server
- contact information

I'm taking over the care of a website and the person I'm replacing is not
available so I need to learn everything I can about it on my own, and
contact the hosting company (if applicable) and change the passwords.

Thanks in advance,
Dave



Reply With Quote
  #2 (permalink)  
Old 10-20-2005, 05:22 PM
Walter Roberson
Guest
 
Posts: n/a
Default Re: info from URL

In article <6MP5f.11138$H3.752@twister.nyc.rr.com>,
David Arden Stevensonn <dfgkkdfjgddfgd@gmail.com> wrote:
:Given a website URL, what's the best way to find out all the information
:about:

:- where the site is hosted, either internally by the company or by a hosting
:company, webfarm, etc,

nslookup or dig to find the IP address(es) associated with the URL.

telnet to port 80 of the IP, issue a GET request with a Host: header
and manually examine the top of the output to determine whether there
is redirect header or HTML meta redirect header sending you to another
site. If so, loop back the process applying to that site.

When you have found the site that gives meaningful content for the URL,
then look at the IP address and see if you recognize it as being
part of your company. If not, use whois or equivilent tool to find out
who that IP block belongs to.

If you are *sure* that the IP belongs to your company, or if you
are sure that your company is renting dedicated server space (no-one
else's web site on the same machine), then you can use nmap to probe
to find out more about the machine... if it isn't sufficiently firewalled
to prevent that.

You can examine the headers returned when you telnet'd to the appropriate
location, as they will often indicate which server software and possibly
even what kind of platform.

If the IP block doesn't belong to you or might be shared, look at
the Technical Contact information returned by whois and write a message
to that contact.

Write a message to webmaster at your site.

If you track down a hosting company but can't figure out who the
official contact is within your organization, contact the hosting
company and ask what to do. They might tell you to send a letter on
company letterhead... but at least then you'd know the procedure.
--
Chocolate is "more than a food but less than a drug" -- RJ Huxtable

Reply With Quote
  #3 (permalink)  
Old 10-23-2005, 05:49 PM
David Arden Stevensonn
Guest
 
Posts: n/a
Default Re: info from URL


thank you thats helpful.

> If you are *sure* that the IP belongs to your company, or if you
> are sure that your company is renting dedicated server space (no-one
> else's web site on the same machine), then you can use nmap to probe
> to find out more about the machine... if it isn't sufficiently firewalled
> to prevent that.


If I do a whois on the URL or IP, the name servers listed are at the same
top level domain as the url. example:

the url is:
www.mycompany.com

the name servers listed in the network solutions whois are
ns1.mycompany.com
ns2.mycompany.com
ns3.mycompany.com


The thing is the ARIN information for the IP of www.mycompany.com lists
different name servers (from Verio). Also the IP of www.mycompany.com
doesn't seem to be related (first 3 numbers are different) to the name
server IPs.

what if anything does this indicate? Is the site hosted where the name
servers are or is it at verio? or is it not possible to tell?

TIA,
Dave



Reply With Quote
  #4 (permalink)  
Old 10-25-2005, 12:33 AM
Barry Margolin
Guest
 
Posts: n/a
Default Re: info from URL

In article <03Q6f.18671$h25.11789@news-wrt-01.rdc-nyc.rr.com>,
"David Arden Stevensonn" <dfgkkdfjgddfgd@gmail.com> wrote:
> The thing is the ARIN information for the IP of www.mycompany.com lists
> different name servers (from Verio). Also the IP of www.mycompany.com
> doesn't seem to be related (first 3 numbers are different) to the name
> server IPs.


See the answer I posted to the identical question you posted in
comp.protocols.tcp-ip. In the future, if you *must* post to two groups,
cross-post properly (by listing both groups in the Newsgroups: line)
rather than posting separately to each group.

This question doesn't really seem security-related, so I question
whether it was appropriate to post to both groups in the first place.

--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***

Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Buffalo WHR-G54S Issues Buffalo_user Network Troubleshooting 2 01-09-2008 10:20 AM
Ministry confident info secure spamhotmail@yahoo.com comp.security.misc 0 12-30-2006 08:41 PM
BBC links:Privacy Concerns over States/Corporations'Use of Personal Info mashi3981@yahoo.com comp.security.misc 0 12-23-2006 07:17 AM
BBC links: Privacy Concerns over States'/Corporations' Use of Personal Info mashi3981@yahoo.com alt.computer.security 0 11-05-2006 11:16 AM
good pings, slow data transfer. rel alt.internet.wireless 8 08-13-2005 06:32 AM


All times are GMT. The time now is 05:03 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45