Following up from my the Amazon redirect scam, I thought that I would show a similar issue with another reputable site, this time Google.
I recently received a spam tweet from a hacked twitter account, the tweet contained a link to the following page:
This looks like a typical Google search for 'Two Brothers Auto Clinic,' however, if the unassuming user was to click on that link, they would be redirected to a spam site suggesting botox and weight loss treatments.
But how does this work I hear your cry...
Well, this is not a typical Google query because it contains 'btnI' which tells Google it's an 'I'm feeling lucky query'. Because of this, Google forwards the user to the first link in the search results, in this case the auto clinic site. Once the user lands in the attacked site, they are redirected to the spam site with this meta tag:
Somehow, by using a fragment instead of a traditional request parameter, this gets through Google's check on referrer (which checks that the user has come from the homepage).
This has happened before with other well-known and trusted sites, but it's a first from Google.
I recently received a spam tweet from a hacked twitter account, the tweet contained a link to the following page:
https://www.google.com/webhp?client=opera&sourceid=opera#newwindow=1&q=About+us+php+-+Two+Brothers+Auto+Clinic+-+Full+Service+Auto&btnI=3564
This looks like a typical Google search for 'Two Brothers Auto Clinic,' however, if the unassuming user was to click on that link, they would be redirected to a spam site suggesting botox and weight loss treatments.
But how does this work I hear your cry...
Well, this is not a typical Google query because it contains 'btnI' which tells Google it's an 'I'm feeling lucky query'. Because of this, Google forwards the user to the first link in the search results, in this case the auto clinic site. Once the user lands in the attacked site, they are redirected to the spam site with this meta tag:
Somehow, by using a fragment instead of a traditional request parameter, this gets through Google's check on referrer (which checks that the user has come from the homepage).
This has happened before with other well-known and trusted sites, but it's a first from Google.