|
What if the site is being coy and trying to hide their domain name?
Most virtual web-hosting companies require customers to have a domain name, but if it's not used anywhere and the website only uses its IP address to advertise, then it is not easy to be found.
Traditionally IP addresses were allocated to companies and ISPs in blocks.
Recently things have changed. IP addresses are in short supply and routers have become more sophisticated, so it's now usual to allocate blocks of addresses on pretty much any bit boundary. You'll often see blocks of 64 addresses for instance, such as 151.196.75.128 to 151.196.75.191
A common way of naming these blocks is CIDR syntax; this is the initial constant prefix and the length in bits. |
|
|
|
|
|
|
| |
But who's in charge of this address block? To find out who administers a block of addresses you can use the IP Block tool to query the Internic database. This is sometimes wildly out of date, but can be a good start.
Some blocks of addresses are allocated for private networks - packets from these machines should be dropped by most routers. Why is this useful? If you want to setup a private network you don't need to use up any of the scarce allocation of 'real' IP addresses. So you need to make up your own addressing scheme to use internally.
If you chose an arbitrary IP address range for your local network and the packets leaked through the gateway onto the internet they'd end up going to the Real owner of those addresses, probably fubaring their system and
provoking stern 'phone calls.
10.0.0.0 - 10.255.255.255
There are some IP addresses in each block reserved for broadcast and other obscure stuff. Check the RFCs--links available at
bottom of page--if you're really interested.
|
|
|
|
|
|
| |
Email to an IP address
Incidentally, if you want to send email to a machine and you know the machines IP address you can send it to user@[w.x.y.z]
You try and access http://www.blighty.com
and Netscape wakes up and asks Windows what IP address
www.blighty.com maps to.
DNS lookups
If there's no reverse DNS you need to resort to guerrilla approaches. If there's a web site that's a good bet. Do a view source to look at the HTML source, particularly for forms and mailto links.
DNS has all sorts of good stuff in it, not just the address-name mappings. You can get at this with the dig tool--see bottom of page on: Tools provided by Sam Spade |
|
|
| |
You can only do a zone transfer from the name server that is authoritative for a domain, so you need to query your local nameserver to find an authorative server for a domain before doing a zone transfer
References
RFC1122 http://www.faqs.org/rfcs/rfc1122.html
A more technical tutorial
Lots of DNS resources http://www.dns.net/dnsrd/ Linux DNS How to
DNS and BIND http://www.ora.com/catalog/dns2/noframes.html Essential Windows NT System Administration http://www.ora.com/catalog/esawinnt/noframes.html Linux Network Administrator's Guide http://www.ora.com/catalog/linag/noframes.html
|
|
Home | Contact Us | Privacy Policy | Guest Book | Useful Sites Support | Purchase | Product Info | Download Bounce
eMail Manager Freeware |
|