Hacker News new | past | comments | ask | show | jobs | submit login
Google Search Result Redirect Page Hijacked For NodeSummit (google.com)
10 points by travisglines on Feb 11, 2012 | hide | past | favorite | 8 comments



I dealt with this a lot at a hosting company I worked for. This is almost certainly a .htaccess file that is set to only redirect based on referrer. It is normally under several hundred blank lines, to make it look empty to the casual observer.


It can't be.

I can't access the linked url (it's https: http://news.ycombinator.com/item?id=3575029), but as far as I remember, if an HTTPS page links to (or redirects to) another page that is not on the same domain, the HTTP REFERRER field will be empty.


Google's redirect is not an HTTPS link, so it sends referrer (see my comment below).


Click the top link (NodeSummit)

The Google redirect is landing on a page with malware by the looks of things.

Edit: Picture of the page it redirects to ...

http://i.imgur.com/EgwKs.png


Nodesummit.com is hacked, not Google. Redirect is active for referrer:

    curl --head --referer 'http://www.google.com/url?{...cut...}' http://nodesummit.com
    HTTP/1.1 302 Moved Temporarily
    Date: Sat, 11 Feb 2012 00:32:36 GMT
    Server: Apache/2.2.9
    X-Powered-By: PHP/5.2.17
    Location: http://costabrava.bee.pl/
    Vary: User-Agent,Accept-Encoding
    Content-Type: text/html


Why '302 Moved Temporarily'? Wouldn't '301 Moved Permanently' serve hacker's purpose better?


Ahh good call, I was thinking it couldn't be Google ...


We (nodejitsu) sponsored NodeSummit, but have no control over nodesummit.com. I have reached out to Charles Beeler (the conference organizer) to make him aware of the issue.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: