Hello,
We run a NAT network, and we are now having trouble with an infected client with bot/malware attacking google searches.
So google comes back with an error asking the client to enter a series of characters to ensure they are not a bot, or worse, it blocks them entirely.
Google has been no help with providing information on the situation.
My thought is to make a Regex matcher that will log the hits to google, and set some kind of firewall rule that if there are so many hits per minute, log the attempts.
Similar to logging/blocking too many connection attempts.
Can something like this be done? Any suggestions?