why dawwhois?
this is exactly what's been available for ages on whois...
whois c <IPNUMBER>
eg
Code:
$ ping -c 1 gfy.com
PING gfy.com (64.255.162.245): 56 data bytes
64 bytes from 64.255.162.245: icmp_seq=0 ttl=49 time=214.242 ms
$ whois c 64.255.162.245
....
if your details are in the ARIN db, they will show, if not it will the be the ISP provider
Alternatively, direct from the web:
[reconstruct URL cos I'm < 30 posts]
http: // whois.arin. net/rest/ip/64.255.162.245
and if you are worried your name is in their list:
[reconstruct URL cos I'm < 30 posts]
http: // whois . arin . net/rest/pocs;first=Mark;last=Kosters
as example...
it's all there in the ARIN API documentation...
https: // www . arin . net/resources/whoisrws/whois_api.html
lots of other goodies in the API too
