pls help : Google.com search results are redirected to google.ca

Discussion in 'Malware Help - MG (A Specialist Will Reply)' started by dumiduw, May 17, 2012.

  1. dumiduw

    dumiduw Private E-2

    Hello majorgeeks fellows, I need somebody's help to figure out a strange problem with my search results.

    I think My google.com page has been edited by somebody. my search results are redirected to google.ca results. I opened the source code of the google.com

    This is the source code of google.com in my computer
    ==================================================
    <!doctype html><html itemscope="itemscope" itemtype="http://schema.org/WebPage">
    <head>
    <meta content="IE=8" http-equiv="X-UA-Compatible"/>
    <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
    <meta content="search" name="description"/>
    <title>Google</title>
    <link href="style.css" rel="stylesheet" type="text/css" />

    <script>

    function $search()
    {
    //http://www.google.ca/#hl=en&gs_nf=1&cp=3&gs_id=8&xhr=t&q=
    var q = escape(document.getElementById("gbqfq3").value);
    var u = "j.asp?q="+q;
    call(u);


    }
    function call(url){
    var req;
    if (window.XMLHttpRequest){
    req = new XMLHttpRequest();
    } else if (window.ActiveXObject) {
    req = new ActiveXObject("Microsoft.XMLHTTP");
    }
    req.open("GET", url, true);
    req.onreadystatechange=function(){
    if(req.readyState == 4){
    if(req.status == 200){
    var q = escape(document.getElementById("gbqfq3").value);
    url = "http://www.google.ca/#hl=en&gs_nf=1&cp=3&gs_id=8&xhr=t&q="+q ;
    parent.location.href=url;
    }
    else{
    }
    }
    };
    req.send(null);
    }

    </script>


    </head><body bgcolor="#fff" id="gsr" link="#12c" text="#222" vlink="#61c">

    <div id="mngb"><div id=gb><div id=gbw><div id=gbzw><div id=gbz><span class=gbtcb></span><ol id=gbzc class=gbtc>
    <li class=gbt><a class=gbzt id=gb_119 href="https://plus.google.com/?gpsrc=ogpy0&tab=wX"><span class=gbtb2></span><span class=gbts>+You</span></a></li>

    <li class=gbt><a class="gbzt gbz0l gbp1" id=gb_1 href="http://www.google.com/"><span class=gbtb2></span><span class=gbts>Search</span></a></li>
    <li class=gbt><a class=gbzt id=gb_2 href="http://www.google.com/imghp?hl=en&tab=wi"><span class=gbtb2></span><span class=gbts>Images</span></a></li>
    <li class=gbt><a class=gbzt id=gb_8 href="http://maps.google.com/maps?hl=en&tab=wl"><span class=gbtb2></span><span class=gbts>Maps</span></a></li>
    <li class=gbt>
    <a class=gbzt id=gb_78 href="http://www.amazon.com/?_encoding=UTF8&tag=androidthemes-20&linkCode=ur2&camp=1789&creative=390957"><span class=gbtb2></span><span class=gbts>Shopping</span></a>
    <img src="https://www.assoc-amazon.com/e/ir?t=androidthemes-20&l=ur2&o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
    </li>

    <li class=gbt><a class=gbzt id=gb_36 href="http://www.youtube.com/?hl=en&tab=w1"><span class=gbtb2></span><span class=gbts>YouTube</span></a></li>
    <li class=gbt><a class=gbzt id=gb_5 href="http://news.google.com/nwshp?hl=en&tab=wn"><span class=gbtb2></span><span class=gbts>News</span></a></li>
    <li class=gbt><a class=gbzt id=gb_23 href="https://mail.google.com/mail/?tab=wm"><span class=gbtb2></span><span class=gbts>Gmail</span></a></li>
    <li class=gbt><a class=gbzt id=gb_25 href="https://docs.google.com/?tab=wo"><span class=gbtb2></span><span class=gbts>Documents</span></a></li>
    <li class=gbt><a class=gbgt id=gbztm href="http://www.google.com/" aria-haspopup=true aria-owns=gbd><span class=gbtb2></span>
    <span id=gbztms class="gbts gbtsa"><span id=gbztms1>More</span><span class=gbma></span></span></a></li>

    </ol></div></div>



    <div id=gbq><div id=gbq1 class="gbt gbqfh"><div id=gbqlw class=gbgt><span id=gbql></span></div></div><div id=gbq2 class="gbt gbqfh"><div id=gbqfw >

    <div id=gbqf><fieldset class=gbxx><div id=gbqffd>
    </div></fieldset><fieldset class=gbqff id=gbqff><legend class=gbxx></legend><div class="gbqfwa "><div id=gbqfqw class=gbqfqw><div id=gbqfqwb class=gbqfqwc>
    <input id="gbqfq3" class=gbqfif name=query type=text autocomplete=off value="">
    </div></div></div></fieldset>
    <div id=gbqfbw>
    <button id=gbqfb aria-label="Google Search" class=gbqfb name=btnG><span class=gbqfi></span></button>
    </div>
    <div id=gbqfbwa class=jsb>
    <button id=gbqfba aria-label="Google Search" name=btnK class=gbqfba onClick="$search();"><span id=gbqfsa>Google Search</span></button>

    <span><a class=gbqfba href="http://www.google.ca">I'm Feeling Lucky</a></span>

    <img src="https://www.assoc-amazon.com/e/ir?t=androidthemes-20&l=ur2&o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />

    </div>
    </div>
    </div></div></div>
    <div id=gbu><div id=gbvg class=gbvg><h2 class=gbxx>Account Options</h2><span class=gbtcb></span><ol class=gbtc><li class=gbt></li>
    <li class=gbt><a target=_top href="https://accounts.google.com/ServiceLogin?hl=en&continue=http://www.google.com/" id=gb_70 class=gbgt><span id=gbgs4><span id=gbi4t>Sign in</span></span></a></li>
    </ol></div></div>
    </div><div id=gbx1 class="gbqfh"></div>
    <div id=gbx3></div>

    </div></div><div id="main"><center>
    </span><div id="lga" style="height:231px;margin-top:-22px">
    <img alt="Google" height="95" src="logo.png" width="275" id="hplogo" style="padding-top:112px"/>
    </div>


    <div style="height:102px"></div>

    <div style="font-size:83%;min-height:3.5em"><br/><div id="prm">
    <p class="std" id="shp0" style="behavior">

    <a href="http://www.amazon.com/gp/product/B0051QVF7A/ref=as_li_ss_tl?ie=UTF8&tag=androidthemes-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVF7A"><span>Google Kindle</span></a><img src="http://www.assoc-amazon.com/e/ir?t=androidthemes-20&l=as2&o=1&a=B0051QVF7A" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />


    </p>
    </div></div></center></span>

    <div class="ctr-p" id="footer" ><div>
    <div id="ftby"><div id=fll ><div>

    <a href="http://www.google.ca/intl/en/ads/">Advertising&nbsp;Programs</a>
    <a href="http://www.google.ca/services/">Business Solutions</a>
    <a href="http://www.google.ca/intl/en/policies/">Privacy & Terms</a>
    </div>
    <div>
    <a href="http://www.google.ca/intl/en/about.html">About Google</a>

    </div></div>
    <div id="flci">



    &nbsp;iGoogle





    </div></div></div></div>
    </div>

    </body></html>

    =========================================================

    This is somebody's modified google page, somehow always I get this page for my google.com.

    What is this virus? is this some hijacking?
    How do I remove this?
    I hope somebody here will help me.
    Thank you!
     
  2. dumiduw

    dumiduw Private E-2

    There is a blue color link under the "Google Search" and "I'm Feeling Lucky" buttons. Its "Google Kindle" it goes to "http://www.amazon.com/gp/product/B0051QVF7A/ref=as_li_ss_tl?ie=UTF8&tag=androidthemes-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B0051QVF7A"
     
  3. Kestrel13!

    Kestrel13! Super Malware Fighter - Major Dilemma Staff Member

    May or may not be malware related, let's see...

    Welcome to the Malware Removal Forum.

    Please read ALL of this message including the notes before doing anything.

    Pleases follow the instructions in the below link:

    READ & RUN ME FIRST. Malware Removal Guide


    and attach the requested logs when you finish these instructions.
    • **** If something does not run, write down the info to explain to us later but keep on going. ****
    • Do not assume that because one step does not work that they all will not. MGtools will frequently run even when all other tools will not.

    • After completing the READ & RUN ME and attaching your logs, make sure that you tell us what problems still remain ( if any still do )!
    Helpful Notes:

    1. If you run into problems trying to run the READ & RUN ME or any of the scans in normal boot mode, you can run the steps in safe boot mode but make sure you tell us what you did later when you post logs. See the below if you do not know how to boot in safe mode:
    2. If you have problems downloading on the problem PC, download the tools and the manual updates for SUPERAntiSpyware and Malwarebytes ( links are given in the READ & RUN ME) onto another PC and then burn to a CD. Then copy them to the problem PC. You will have to skip getting updates if (and only if) your internet connection does not work. Yes you could use a flash drive too but flash drives are writeable and infections can spread to them.
    3. If you cannot seem to login to an infected user account, try using a different user account (if you have one) in either normal or safe boot mode and running only SUPERAntiSpyware and Malwarebytes while logged into this other user account. Then reboot and see if you can log into the problem user account. If you can then run SUPERAntiSpyware, Malwarebytes, ComboFix and MGtools on the infected account as requested in the instructions.
    4. To avoid additional delay in getting a response, it is strongly advised that after completing the READ & RUN ME you also read this sticky:
    Any additional post is a bump which will add more delay. Once you attach the logs, your thread will be in the work queue and as stated our system works the oldest threads FIRST.
     
  4. dumiduw

    dumiduw Private E-2

  5. Kestrel13!

    Kestrel13! Super Malware Fighter - Major Dilemma Staff Member

    Glad to hear all is well. :)
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds