Hi,
Since my site is entirely PHP powered, all requests are handled by a PHP script, and on top of these scripts, I filter the access to block "what I think" is unnatural traffic (unwanted bots, as well as suspect requests).
Among all the filtering I am applying, there is one where I resolve the IP address, and I test the hostname. If it includes "famous" webhost domain, I block the access. For example, amazonaws, ovh, etc… or if they include generic words like "sever", "hosted", "vps", etc…
I've been doing this for years ,but I wonder if this is good or bad idea? Is there legitimate traffic which can come from these webhosts? I always assumed it was not humans, and that these hits were totally useless or at worse being from scrapers.
Thanks,