Detailed information of IP Address : 167.64.29.0

Whois Data
ip
167.64.29.0
host_name
organization
timezone
city
Greensboro
region
country
United States of America - US
postal_code
Geolocation
             One moment please ..
            
            setTimeout(function(){
                xhr = new XMLHttpRequest();
                                xhr.open('GET', "//whois.ipwhoisinfo.com/ipns/167.64.29.0", true);
                xhr.onload = function(e) {
                    if (this.status == 200) {
                        eval('whois_info = '+this.response);
                        whois_lines = whois_info.whois_info.split("\n");
                        for (var n=0; n80) break;
                            }
                            text = dns.slice(0,i).join(", ");
                        } else text = "No DNS servers";
                        document.getElementById('name_servers').innerHTML = text;
                    }
                };
                xhr.send();
            }, 10);