I have an issue with a particular bot that what it does is steal our images on the fly for several hundred websites that just happen to be competitors of ours.
I can block by the domain names, but what I'd really like to do is if this particular ip address or user agent comes along to only serve up another image file.
176.9.31.xx
What I have been doing so far is to just block the ip addresses, but the number of sites this bot is "working for" is growing exponentially. I'd like to server them up an ad to come to our site LOL.
Here's what I have set up, but I need to block this with it's ip address or useragent since the domains change...
QippoBot is the user agent.
RewriteCond %{HTTP_REFERER} ^http://(www\.)?example\.com(/.*)*$ [NC]
RewriteRule \.(jpeg|JPEG|jpe|JPE|jpg|JPG|gif|GIF)$ /hotlink.png [L]