Forum Moderators: open
blocking large ranges of IPsIf they crawl from a wide range of IPs (I think of these as distributed robots, though I'm told this is not technically correct), you may be better off blocking the User-Agent by name. That's assuming it is included in the UA string; it isn't entirely clear from the initial post if “Leakix” is part of the UA string, or just the owner of the IP. If possible, you do want to avoid methods that requires the server to do extra work--such as a lookup--on every request.