If the IP belongs to GoogleBot, the request comes from GoogleBot. However, what does the request mean? GoogleBot has no idea. If I were a clever hacker and found an exploit to your site, I could create a sitemap to my site which contains a link to your site. Only that the link to your site is actually a URL which is supposed to hack (or at the very least cause unexpected behaviour) on your site. GoogleBot picks it up and tries to access it. As a result, my hacking attempt does not originate from me, but from GoogleBot. If you add GoogleBot's IP to the "Never block these IPs" whitelist, then Admin Tools' protection won't be applicable to the requests coming from GoogleBot. If you have a vulnerable extension on your site and a clever hacker uses the aforementioned trick, your site will be hacked despite having Admin Tools installed and properly configured.
The correct solution is to see why GoogleBot is being blocked and add some .htaccess code to redirect these suspicious URLs to a 404 error page. This will cause the GoogleBot to not be blocked (the 404 will occur before Admin Tools has a chance to execute) and it will also tell GoogleBot to not visit that URL again (after it sees a 404 a few times, it will consider it a broken link and remove it from its list of URLs to look up).
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!