Crossposting this from another thread:<p>Oh, malarky.<p>Here. I set up a page at <a href="http://lab2.gibsonandlily.com/google.html" rel="nofollow">http://lab2.gibsonandlily.com/google.html</a><p>Then I ran it through google translation services. Here is the result in apache's log:<p>74.125.16.18 - - [13/Jan/2012:10:45:37 -0600] "GET /google.html HTTP/1.1" 200 327 "<a href="http://translate.google.com/translate_p?hl=en&sl=fr&tl=en&u=http://lab2.gibsonandlily.com/google.html&usg=ALkJrhjD8_-6RDHslD53lf9XsYx2_J1q4A" rel="nofollow">http://translate.google.com/translate_p?hl=en&sl=fr&...</a> "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7,gzip(gfe)<p>Look familiar? This one is tossing up windows NT, which is strange, but it doesn't seem like a stretch that some of the machines at google for stuff like this are running linux.<p>The scam here isn't being done by google, it's just a run-of-the-mill scammer scamming and using google's name.<p>Dearest mocotality. Turning on referals in apache logs and you'll see where on google this is coming from (if you care to).<p>Here is how:<p>in: /etc/apache2/apache2.conf (or whereever your apache configuration sits) change the "Logformat" option to the following:<p>LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined<p>and then use option:<p>CustomLog /var/log/apache2/access_log combined<p>(or whatever log path you want).<p>edit: to be clear, I'm not saying that they're using google translate, just demonstrating that "It came from a google IP!" reveals approximately nothing.<p>edit2: it was pointed out in another thread that google is probably forwarding my user agent to the site that is being translated. This makes perfect sense (duh!) and closes the loop on the story. The scammers are using linux, which is consistent with both networks that they were seeing in their logs.