Hello,
I am using phpwhois lookup to fetch details of an ip and i am very much successful in it. But i need to detect whether the ip belong to an individual or any organization.
For example if i browse my tracking website from home it is my individual ip but if i browse it from my office (my company) it is an organization. the fact is i want to track all "company visitors" visiting my site. i am not interested in individuals. so i need a way to differentiate between the two. since if i go for whoislookup of individual ip, it returns the ISP as Organization and for generic organization ip it returns the organization name. So basically i need to detect whether the ip is ISP or Generic Organization.
i am using PHPwhois lookup to fetch the data based on the visitors ip as given here. ssl.ols.es/whois/index.php?query=199.7.97.1&output=nice Here you can see "OrgName: 'Endless Mountains Health Systems'" this is an organization name who might have visited my site i grabbed its ip and found its an organization. Now please try your individual ip now you will get your ISP as organization name. even though your ip is individual that is non organization ip. i need to differentiate between these two
Any help is greatly appreciated.