Slashdot Mirror


New Windows Worm Inching Around Internet

helixcode123 writes "The Register is reporting a Windows Worm that takes advantage of weak default passwords. This looks pretty nasty, as it mucks with the registry and disables network sharing." Basically if it finds SMB shares with weak passwords, it drops an executable in the startup folder... for once a security problem that isn't really Microsoft's fault.

5 of 604 comments (clear)

  1. Re:What were those commons passwords in Hackers? by mumkin · · Score: 5, Informative

    According to F-secure, these are the passwords it tries :

    [empty], xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx, admin, Admin, password, Password, 1, 12, 123, 1234, 12345, 123456, 1234567, 12345678, 123456789, 654321, 54321, 111, 000000, 00000000, 11111111, 88888888, pass, passwd, database, abcd, abc123, oracle, sybase, 123qwe, server, computer, Internet, super, 123asd, ihavenopass, godblessyou, enable, xp, 2002, 2003, 2600, 0, 110, 111111, 121212, 123123, 1234qwer, 123abc, 007, alpha, patrick, pat, administrator, root, sex, god, foobar, a, aaa, abc, test, test123, temp, temp123, win, pc, asdf, secret, qwer, yxcv, zxcv, home, xxx, owner, login, Login, pwd, pass, love, mypc, mypc123, admin123, pw123, mypass, mypass123, pw

    the pat / patrick is rather weird, eh? only name in the list.

  2. Re:What were those commons passwords in Hackers? by LBArrettAnderson · · Score: 5, Informative

    if the hackers need any help, here are the most common passwords for my website:

    password, mypassword, asdf, fdsa, [the user's username], [the user's username backwards], guitar, qwerty, starwars, [the user's first name], [the user's last name], [the user's initials], internet, love, 12345 (spaceballs...), mercedes, batman, superman, ilove[insert name of opposite sex], [username]420, computer.

    9.1% of passwords are "password", 2.6% of passwords are the username, 1.7% of passwords are the user's first name.

    hope that helps!

  3. Re:Microsoft's fault? by roolmarty · · Score: 5, Informative

    From Technet article 318751 (HOWTO: Remove Administrative Shares in Windows 2000):

    To remove automatic creation of the administrative shares by using Registry Editor:

    • Start Registry Editor (Regedt32.exe).
    • Locate and then click the following key in the registry:
      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanmanServer\Parameters\AutoShareServer

    • Change the value of the AutoShareServer key to zero (0).
      NOTE: A setting of zero (0) prevents the administrative shares, such as C$, D$, and Admin$ from being created automatically.
    • Quit Registry Editor.

    NOTE: If the AutoShareServer key does not exist, create the AutoShareServer key by using the following steps:

    • Locate and then click the following key in the registry:
      HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\LanmanServer\Parameters
    • On the Edit menu, click Add Value.
    • Type AutoShareServer, click REG_DWORD, and then click OK.
    • Type 0, and then click OK.
    • Quit Registry Editor, and then restart the computer.

    And... From 314984 (HOWTO: Create and Delete Hidden or Administrative Shares on Client Computers) (This is for Windows XP, W2K Pro, WinNT4 Workstation)

    To delete the hidden administrative shares for all root partitions and volumes (such as C$) and the system root folder (ADMIN$) and prevent Windows from re-creating them, add an AutoShareWks DWORD value to the following registry key and set its value data to 0:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LanmanServer\Parameters

    These get rid of those pesky administrative shares.

  4. Re:SAMBA protocol by sn0wman3030 · · Score: 5, Informative

    Just so we're clear, SAMBA is not a protocol. The protocol you are thinking of is SMB (Server Message Block). Samba allows unix users to use SMB. Here's some info.

    --
    Life is offtopic.
  5. Re:Microsoft's fault? by IDIIAMOTS · · Score: 5, Informative

    Any local account without a password in Windows XP is prohibited from remotely connecting to that machine.