Archive for March, 2010

Belkin F5D7633 ADSL Router Bug

March 02, 2010  |   Blog   |     |   1 Comment

Belkin F5D7633 ADSL Router Bug

If you have one of these ADSL 2+ routers with 1.00.17 firmware, you may experience strange problems trying to access certain web sites and making SIP calls. In my case MSN and some anti-virus sites were affected, leading me to suspect a malware infection. However the fix is to upgrade to Belkin's pre-release version 1.00.25 available here - http://en-uk-support.belkin.com/app/answers/detail/a_id/2476 Note that this only applies to Annex-A hardware in the UK, France and most of Western Europe.

Watch those hosts files!

March 02, 2010  |   Blog   |     |   0 Comment

Watch those hosts files!

I recently had the job of cleaning up a client's computer that had become infected with various strands of malware and trojans. A few sweeps with SuperAntiSpyware (www.superantispyware.com) and MalWareBytes(www.malwarebytes.org) seemed to restore it to full health. However, I noticed that clicking on search results from Google was consistently diverting me to the same site which bore no relation to the original search terms. I've seen this before, so I had a quick check on the HOSTS file located in \Windows\system32\drivers\etc. The HOSTS file is a hangover from Unix and is used to translate host names (e.g. www.google.com) into IP addresses. Normally, all it contains is a reference to the loopback address, localhost - 127.0.0.1, and on first inspection, this one was fine. But by going into Explorer, Folder Options, View and turning off "Hide extensions for known file types", it became clear that the HOSTS file had been renamed to HOSTS.msn. The real HOSTS file had been hidden and was filled with entries for Google, diverting you to an alternate IP address. I couldn't delete the file, so I renamed it to HOSTS.bad and then renamed the HOSTS.msn to HOSTS. A quick reboot and Google searches were up and running.