So what I am trying to do is check an ip address, for example: 66.249.74.233. That ip address converts when looking up a hostname to: crawl-66-249-74-233.googlebot.com.
What I would like to do from there is then check: crawl-66-249-74-233.googlebot.com to make sure it belongs to google. I believe it can be done but I am not sure what I am looking for to pass the hostname to confirm it belongs to google.
Any thoughts?