Image
 
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 46 guests and 2 members online
EH-Net Donations

Enter Amount:
$

Google Ads
EH-Net News Feeds
Latest Additions
Book Recommendations





 
Advertisement

You are here: Home arrow Forum arrow Ethical Hacking Discussions and Related Certificationsarrow Malwarearrow Malware Silently Alters Wireless Router Settings
Ethical Hacker Community Forums
December 01, 2008, 02:42:23 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: ChicagoCon 2-Day Ethical Hacking Conference with MS Blue Hats Oct 31 - Nov 1. Tickets Only $100! www.chicagocon.com/content/view/103/51/
 
   Home   Help Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Malware Silently Alters Wireless Router Settings  (Read 3434 times)
0 Members and 1 Guest are viewing this topic.
don
Editor-In-Chief
Administrator
Hero Member
*****
Online Online

Posts: 2369


Editor-In-Chief


View Profile WWW
« on: June 12, 2008, 12:55:55 PM »

From Brian Krebs' blog on washingtonpost.com:

Quote
A new Trojan horse masquerading as a video "codec" required to view content on certain Web sites tries to change key settings on the victim's Internet router so that all of the victim's Web traffic is routed through servers controlled by the attackers.

According to researchers contacted by Security Fix, recent versions of the ubiquitous "Zlob" Trojan (also known as DNSChanger) will check to see if the victim uses a wireless or wired hardware router. If so, it tries to guess the password needed to administer the router by consulting a built-in list of default router username/password combinations. If successful, the malware alters the victim's domain name system (DNS) records so that all future traffic passes through the attacker's network first. DNS can be thought of as the Internet's phone book, translating human-friendly names like example.com into numeric addresses that are easier for networking equipment to handle.

While researchers have long warned that threats against hardware routers could one day be incorporated into malicious software, this appears to be the first time this behavior has been spotted in malware released into the wild.

The type of functionality incorporated into this version of the Zlob Trojan is extremely concerning for a number of reasons. First, Zlob is among the most common type of Trojan downloaded onto Windows machines. According to Microsoft, the company's malicious software removal tool zapped some 14.3 million instances of Zlob-related malware from customer machines in the second half of 2007.

The other, more important reason this shift is scary is that a Windows user with a machine infected with a Zlob/DNSChanger variant may succeed in cleaning the malware off an infected computer completely, but still leave the network compromised. Few regular PC users (or even PC technicians) think to look to the router settings, provided the customer's Internet connection is functioning fine.

Philip Sloss, a software engineer for myNetwatchman.com, said he first observed the activity while examining a Zlob variant distributed on May 22. The DNS hijack occurs, he said, during the installer program, so by the time the user sees the fake codec installer screen, the malware has already attempted to change DNS settings on the victim's router.

I reached out to researchers at Sunbelt Software to check Sloss's data, and Sunbelt was able to confirm that the malware successfully changed the DNS settings on a Linksys router (model BEFSX41), pulled straight out of the factory box (with the default username and password). Another test showed that the Zlob variant successfully changed the DNS settings on a Buffalo router running the DD-WRT open source firmware.

Sunbelt also found that if there are multiple machines using the same router, all of the systems connected to that router will have their traffic hijacked.

"This is definitely something we have not seen before," said Eric Sites, chief technology officer at Sunbelt. Sites said his team is testing the new Zlob variants against multiple routers to see how they fare against the malware. "It was only a matter of time before someone started using this attack."

Full story:
http://blog.washingtonpost.com/securityfix/2008/06/malware_silently_alters_wirele_1.html

Don
Logged

CISSP, MCSE, CEH, Security+ SME
xmachine
Newbie
*
Offline Offline

Posts: 7


View Profile WWW
« Reply #1 on: June 13, 2008, 03:28:32 PM »

I've compiled a countermeasures list to stop and prevent DNSChanger

check here

http://extremesecurity.blogspot.com/2008/06/use-default-password-get-hijacked.html
Logged

Do it securely, or not at all

http://extremesecurity.blogspot.com

Symantec STS
don
Editor-In-Chief
Administrator
Hero Member
*****
Online Online

Posts: 2369


Editor-In-Chief


View Profile WWW
« Reply #2 on: June 13, 2008, 04:22:37 PM »

It's short. How about copying and pasting them here instead of always pointing us back to your blog?

Don
Logged

CISSP, MCSE, CEH, Security+ SME
xmachine
Newbie
*
Offline Offline

Posts: 7


View Profile WWW
« Reply #3 on: June 13, 2008, 06:05:07 PM »

As you wish, don.  Wink

Countermeasures against DNSChanger:


1) Change your router default password to something complex. Make sure it's long, and contains symbols and numbers.

2) Configure your router to allow management access from specific machine only (e.g, Admin PC), this will prevent infected machines from reaching your router.

3) Update the current firmware to fix any security issues.

4) If possible, change the management port to something else. (e.g, port 80/443 to 555)

5) Configure Syslog/SNMP on the router to watch any configuration modifications or failed login.

6) Rename the admin account on the router, Or see next.

7) Disable/delete admin account, and create another one with different name and password.

8 ) Deploy an IDS on your network to detect malicious activities (e.g, router user/pass brute force attack / requests to rogue dns servers / video codec downloads )

9) Deploy an URL filtering software/appliance that filters access to any malicious websites/pages that provides codec/fake codecs.

10) Disable UPNP on your router, becuase it's not secure anymore. check here: http://www.google.com/search?hl=en&q=upnp+exploit+router

11) Block access to these IP's (85.255.116.164 / 85.255.112.81)

12) Use Purenetwork Security scan for wireless networks, http://www.purenetworks.com/securityscan/

13) Keep your machines up-to-date. Most malwares targets a specific vulnerability to reach the system.

14) Get legitimate video codecs, install them on your machines, and inform your users that their machines are ready to play any video format and there is no need to download codecs from untrusted sites. check http://www.free-codecs.com/download/K_lite_codec_pack.htm


Safe browsing ... Smiley
« Last Edit: June 13, 2008, 06:07:03 PM by xmachine » Logged

Do it securely, or not at all

http://extremesecurity.blogspot.com

Symantec STS
eth3real
Full Member
***
Offline Offline

Posts: 130



View Profile
« Reply #4 on: June 13, 2008, 11:17:57 PM »

I would think that you should also take all precautions to avoid rogue access points.

Honestly, I think your countermeasures against DNSChanger are a bit overkill.
Also, most of those (possibly all of them) are just general security practices, and not necessarily countermeasures to a specific problem (like DNSChanger).
Logged

Jess Hires
MCP, C|EH
xmachine
Newbie
*
Offline Offline

Posts: 7


View Profile WWW
« Reply #5 on: June 14, 2008, 02:06:35 AM »

How DNSChanger will invade your router if you changed the default password?

How DNSChanger will reach your management console if you restrict access from a specific IP (e.g, admin machine who is more careful than users)?

How DNSChanger will infect machine if you filter fake-codec websites/pages (e.g, using websense)?

How would you know if some hacker/malware is doing any malicious activity in your network without deploying an IDS ?

See our problem is we don't follow the book ...
« Last Edit: June 14, 2008, 02:10:45 AM by xmachine » Logged

Do it securely, or not at all

http://extremesecurity.blogspot.com

Symantec STS
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.041 seconds with 24 queries.
 
Sponsors

cwnp_moto__120x90.gif

Polls
During the most recent election, I:
 
Support EH-Net


Support EH-Net by
Buying all of your
Amazon items using
the search bar above.

cbtnuggets_logo_125.jpg
Try CBT Nuggets Free!
Recent Forum Topics
Vote For EH-Net

progenic.com
Click here to Vote!

Sadikhov.com
Top IT Cert Sites

binarica.com
Binarica Logo

Add to Technorati Favorites
technorati fave

 
         
Advertisement

© 2008 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.