-5

While working with Google Analytics, I was thinking how do I get the name of user currently viewing my websites. I Googled and found that many Companies are providing the same & on top of that using GA, like leadfeeder, whoisvisiting etc.

So after doing more research I found a websites that provides IP's ISP full information like name, phone, email etc is https://bgp.he.net, this websites actually pull all the information related to ISP.

I again started more search using ASN number etc, but didn't got any luck. At last I came here at SO. hoping I would get good inputs from experts here.

I am eager to know the working of these companies, how they actually get those names ?

I wanted to know the Name of user or companies visiting my websites, I have no plan to buy the services from any similar services provider companies.

I know its against GDPR, but How those companies are getting the names of visitors?

Thanks in advance

Sufian
  • 33
  • 1
  • 8

2 Answers2

1

It's also worth to point out that collecting PII information about your users - via Google Analytics - is against Google Analytics policy:

"To protect user privacy, Google policies mandate that no data be passed to Google that Google could use or recognize as personally identifiable information (PII). PII includes, but is not limited to, information such as email addresses, personal mobile numbers, and social security numbers."

Please check more details here: https://support.google.com/analytics/answer/6366371?hl=en

krzysztof
  • 96
  • 2
0

Details of ISPs are publicly known, since they are allocated blocks of IP addresses which they distribute to their customers. The name of those customers are not generally known, and a single IP doesn't necessarily resolve to a single human in the first place. No, you cannot get an individual's name and address from an IP without a subpoena from a court and then requesting that information from the ISP, which knows the identity of the entity to which they allocated the IP. But a court won't grant you that unless you can show any law that IP has broken.

deceze
  • 510,633
  • 85
  • 743
  • 889
  • Thanks for your time Sir, If this is the case then how those companies like leadfeeder, whoisvisiting are showing names of visitors. Please at least give me few inputs. to satisfy myself. – Sufian Aug 07 '18 at 13:00
  • Some sort of advertisement based cookie tracking, shadow profile building, and from somewhere they link actual personal information to that profile, e.g. when you enter your actual name into a form while one of their tracking scripts is embedded in the same page. – deceze Aug 07 '18 at 13:02
  • hmm, that's absolutely make sense. Thanks a lot Sir, I have at least 1 way to understand how they get the names of visitors ... :-) – Sufian Aug 07 '18 at 13:06