Slashdot Mirror


New Viruses Hit 30-Month High

Mz6 writes "InformationWeek reports that Sophos has analysed and protected against 959 new viruses in May, this is the highest number of new viruses discovered in a single month since December 2001. From Sophos' own TopTen list they continue on to say that the 'Sasser and Netsky worms may have captured the headlines. ...May has seen a noticeable spike in cybercriminal activity, suggesting that even the arrest of Sven Jaschan ...has done nothing to curb the problem.'"

42 of 252 comments (clear)

  1. Too bad by frankmanowar · · Score: 5, Funny

    That Sophos antivirus has the somewhat incredible problem of not being able to remove and clean viruses on an infected host... but hey, at least we know they're there.

    --

    "Other bands play, but Manowar KILLS"
    1. Re:Too bad by Cruciform · · Score: 4, Interesting

      You must be a proctologist. I've never seen anyone else with their head so far up their ass before.

      Lots of people use antivirus software for the simple purpose of scanning files introduced to their machine BEFORE they are executed, viewed, etc.

      And guess what? They're not doomed. Well, technically death comes for us all, but you actually CAN use antivirus software effectively without being relegated to the realm of the imbecile.

      If someone believes a single antivirus package is the be-all, end-all of virus prevention, then they're in trouble simply because they're cloaked by a false sense of security.

      On the other hand, a user who is conscientious about the code run on their machine, even if the OS isn't one of the most secure, is better off scanning then not.

  2. Yeah, but... by Mz6 · · Score: 4, Funny
    as was stated in many after school specials back in my day...

    "Kowing is half the battle!"

    On a totally unrelated note.. is it bad when you post comments to your own stories?

    --
    Hmmm.
  3. Of course... by Anonymous Coward · · Score: 5, Funny

    ... the school semester ends in May. What are all those CS graduates supposed to do in between being rejected for an interview and filling in a McDonald's application!

    1. Re:Of course... by Kithraya · · Score: 5, Interesting

      Your comment sort of does make me think about how many of these new threats/problems are being produced simply because some CS graduate is having a hard time finding that $100,000 a year job and is looking to stick it to the society that fooled him into banking his future on IT...?

  4. gawd by abscondment · · Score: 3, Funny

    that explains the porn advertisement posts on my blog with IPs tracing back to infected machines all over the world...

    damn those script kiddies.

  5. Security... by case_igl · · Score: 5, Insightful

    This is why security at the operating system layer is so important. How many homes and businesses are broken in to every day worldwide? Tens of thousands, I am sure. Computer crime will escalate in the future, to the point that virus software will probably barely be able to keep up.

    Laws aren't going to stop this kind of thing, we need better solutions for security that automatically adapt and defend the end user or system they are on.

    1. Re:Security... by dealsites · · Score: 5, Informative

      Security at the hardware layer is definately important, but don't under-estimate the power of a cheap NAT router. If if you don't need one, it will still keep out many of the IP port scans and vulnerabilities. I have a linksys with logging enabled, and it's amazing to watch the port scan in real time. I'm sure most of them are from script kiddies, or people that have compromised machines. But it sure does the job. NAT routers can be picked up for next to nothing these days.

      Of course it doesn't help with email viruses or attacks from the LAN side (ie, dumb users), but it helps cut down on the worm and viruses that propagate over the web.

      --
      New deal processing engine online: http://www.dealsites.net/livedeals.html

    2. Re:Security... by Anonymous Coward · · Score: 3, Insightful

      So, are you going to be the first one in line to scream "Monopoly abuse!" when Microsoft bundles anti-virus software with Windows and puts MacAfee and Symantec out of business?

      (Don't think it's possible? Remember FTP Software? TCP/IP stacks weren't at one point "part of the OS", either. They were a third-party addon. IE is an 89 Kbyte program; the rest is all "part of the OS". Popup calculators and notepads were third-party tools. So were disk defragmenters. There is no hard and fast line.)

    3. Re:Security... by pavon · · Score: 4, Insightful

      Security at every layer is important because none of them will every be perfect. For example, there is an entire industry centered around properly securing networks, and it takes people years to become proficient at it. Yet we still give nearly all home users a raw connection to the internet, expecting them to do the job of a network administrator with no training or even an indication that they are even lacking in knowledge.

      This just silly. Most home users neither need, want, or are capable of administrating their own network connection. The ISP's should be doing this unless users specifically request to administer thier own connection. If we properly firewalled off hijacked machines it would cut spam and virus tremendously.

    4. Re:Security... by Frizzle+Fry · · Score: 3, Insightful

      Why is this 4, Interesting? None of this is true or makes much sense. What "privledged access" is he talking about? If you run as root, your web browser and email program can do whatever it wants. If you run as a user, it has the rights of those user. This works the same on every other modern oprating system.

      --
      I'd rather be lucky than good.
    5. Re:Security... by pHDNgell · · Score: 3, Informative

      Security at the hardware layer is definately important, but don't under-estimate the power of a cheap NAT router.

      NAT is not a security device, it's only there to work around address limitation problems at the cost of making communication more difficult for legitimate services. What you're describing is the job of a basic firewall blocking ingres traffic.

      --
      -- The world is watching America, and America is watching TV.
  6. HAZMAT by chaffed · · Score: 5, Funny

    I'm investing in a hazmat licence with all the infections I see on enduser computers.

    --
    What could possibly go wrong?
  7. Or did a new virus hit virus tracking databases by seanscottrogers · · Score: 3, Funny

    to boost virus levels 30 months ago to never before seen heights.

  8. Phatbot/Polybot/Gaobot/Agobot... by mythosaz · · Score: 4, Interesting

    The release of the Phatbot source made most of this possible. Agobot had over a thousand variants because any kid with GCC could change half a dozen strings, pick a new list of tasks to kill, pick a new IRC server to report back to for 'pwn3rship' and then pack the thing up with the executable compressor of his choice.

    Not everything should be released under the GPL, I'm afraid.

    1. Re:Phatbot/Polybot/Gaobot/Agobot... by mythosaz · · Score: 3, Informative
      I'm going to hope that violating the GPL copy[direction] rules is going to be the least of their problems.

      These Agobot variations wouldn't be a problem if half of the virus scanners in the world didn't only scan into UPX compressed files.

      The problem is, if you search google for Executale Compressors you get a hundred more that McAfee and Norton can't see until it's too late.

      Run PEID and find a couple hundred things on your OWN executables that McAfee can't look inside.

    2. Re:Phatbot/Polybot/Gaobot/Agobot... by juggy · · Score: 3, Interesting

      I am sort of surprised to hear that this is still a problem. I was working at an anti-virus company before and they had a pretty convincing way of dealing with it: 1.) you check for the "compressed" property (not so difficult since most put in their signatures) 2.) decompress it with your specialized routine or use a 386 emulator to do it - slow, but effective, and you need it anyway to weed out those polymorph viruses...

  9. arrests won't stem the tide... by agwis · · Score: 4, Interesting

    May has seen a noticeable spike in cybercriminal activity, suggesting that even the arrest of Sven Jaschan ...has done nothing to curb the problem.

    I doubt these arrests ever really curb the problem but instead add to it. Those that are captured get their names known world wide and are considered by many l33t hackers, although most are nothing more than script kiddies. Some (Mitnick for one) start successful security consulting businesses and become published authors afterwards.

    On the other hand, the monetary rewards for turning in a virus writer might be a better deterrent. I know people that would snitch on their own mothers for a reward!

    1. Re:arrests won't stem the tide... by agwis · · Score: 3, Informative

      oops, in hindsight I realized I shouldn't have lumped Mitnick in with virus writers, at least I don't think he was.

      Damn, where is that undo button?

  10. Use it to an advantage. by jellomizer · · Score: 4, Insightful

    With all these viruses out there you should use this as an advantage to show people Linux or at least install Mozilla on their system so they wont open as many possible viruses in the future. Right now I bet there is a record number of people who are sick of using their computer right now. So it is you chance to be the savior and show them linux (Just the simple stuff web browsing, word processing, Printing, playing MP3) if they are sick enough of windows they will let you give linux a try. If they won't then at least see if they are willing to run Mozilla instead of IE.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    1. Re:Use it to an advantage. by Kris_J · · Score: 3, Informative

      I've been suggesting Mozilla as the answer to IE-hijacking [ad/spy]ware. Works every time. I also recommend Eudora as the answer to Outlook-exploiting viruses, but patching Outlook works just as well.

    2. Re:Use it to an advantage. by Kris_J · · Score: 3, Interesting

      Spam filtering at the client is not the solution. All my filtering occurs at the server.

  11. Why I Believe It's Rising by seanmcelroy · · Score: 5, Insightful

    Of course the sheer number of computers out there and various OS flaws makes for more virus targets, but as for actual viruses, I attribute this to more people just know how to code. Coding has steadily become something with a large 'entry learning cost', to something many more people could do. Whether intentional or not, the average joe is becoming more exposed to the methodology of writing functional pieces of code through macros, application-specific scripts, etc. And as more jobs are offshored and people in other countries learn and become proficient at it, it's as simple as with a larger base of people knowing how to write code, and a constant ratio of all people with bad intentions, it will just keep increasing.

    Anyway, my two cents.

    --
    Be very, very careful what you put into that head, because you will never, ever get it out. -Thomas Cardinal Wolsey
    1. Re:Why I Believe It's Rising by jellomizer · · Score: 5, Insightful

      Well unfortunately Microsoft made it really easy to make viruses. Back in the old days any virus that would do any real wide damage was made in assembly. Infected .EXE or .COM files and they did their thing then ran the rest of the program normally more or less. This took real skill to make a virus that would alter the code of the program and still run the application itself. Now any smuck can make a virus. Wait for a security release by Microsoft or check some hackers websites until you see a hole that you can exploit. Then make a server side program that copies itself to an other system using the same problem. No tricky coding no knowledge of the underlining architecture is involved. So back in the old days a virus writer was scum but at least he was respected for his intelligence. Now the modern virus writer is scum who is doesn't deserver any respect because what he is doing isn't that hard, an intro programming class could teach him the skills to do that.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  12. Do they not track anybody other than Win32? by Marxist+Hacker+42 · · Score: 3, Interesting

    All of their top ten are W32 viruses. This isn't surprising at all- but my question is, is it because of W32 being an inherantly insecure platform (which it certainly IS) or is it because Sophos doesn't track anything else?

    --
    SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    1. Re:Do they not track anybody other than Win32? by Anonymous Coward · · Score: 4, Funny

      Give it time! 64 bit Windows isn't even widely available yet. Sheesh!

    2. Re:Do they not track anybody other than Win32? by Lehk228 · · Score: 3, Funny

      no, W32/ is a standard prefix for virus names, it just exists so you know it is a virus name

      --
      Snowden and Manning are heroes.
  13. Copycats and innovators by leshert · · Score: 5, Insightful

    Based on the last few analyses I've seen, it appears that occurrences of real "new" viruses, meaning ones made from whole cloth that "advance the state of the art", as it were, haven't really been up that much.

    What does seem to be up are "copycat" viruses--viruses that seem to be made from the new viruses. Either people are getting hold of the source to viruses, making a few modifications (to 'set their thumbprint' on them), and releasing them, or else just reverse-engineering the viruses. These "copycat" viruses do appear to be on the upswing. On the other hand, from all reports, the copycats tend to be poorly written and have flaws that either limit their spread or else limit their effectiveness.

    The real innovators, though, are definitely getting better every year.

    Is anyone doing that kind of analysis: rate of increase of "innovative", more dangerous viruses vs. random, garbage mods of existing ones? That would be an interesting glimpse into the state of the virus "industry".

  14. funny numbers by pedantic+bore · · Score: 5, Interesting
    It turns out that of the top 10, six are netsky variants. Makes you wonder whether they're counting the number of new viruses, or the number of variations (or bit patterns). It's hard to believe that there were really 959 new viruses in one month. Actually almost all of these viruses seem to be rehashes of the same old ideas, just a few new bells and whistles. Not that much innovation from what I can see.

    (not that I want there to be -- I'd be happy if all these sociopathic virus writers found something more productive to do, or just f****d off and died.)

    --
    Am I part of the core demographic for Swedish Fish?
  15. Don Sven, cybercriminal by Slashcrunch · · Score: 5, Insightful

    What a joke!

    "...noticeable spike in cybercriminal activity, suggesting that even the arrest of Sven Jaschan, the German teenager who has owned up to writing Sasser and Netsky has done nothing to curb the problem."

    Oh right, so the arrest of Sven was going to solve the problem...? Maybe he wasn't the cybercrime boss after all..? Idiots.

  16. Yes, but... by gillbates · · Score: 5, Funny

    How many of these affect Linux?

    Oh, right.

    And how is this news? Windows users expect to get hit by viruses; this is nothing new.

    When Linux starts getting hit, then I'll take notice.

    All those people who claim that Linux is ready for the desktop conveniently forget that it still doesn't support anywhere near the number of viruses that Windows does. A single release of Windows contains more virus enablement than all releases of Linux combined. When it comes down to it, Linux won't ever break into the desktop mainstream until Linus improves support for viruses.

    --
    The society for a thought-free internet welcomes you.
  17. I wonder if virus writters know the damage they do by jellomizer · · Score: 4, Insightful

    I am sure most of them see it as a joke or some political statement. But the political statement is pretty lame because no one knows what your angry about, "I Made this virus to protest the war?", "I made this virus to protest the the treatment of X", "I Made this virus because I dont like X company". When you get a virus it doesn't seem to spur the ideas that the virus writer wanted to portray.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  18. Re:Gee, I wonder why? by js3 · · Score: 3, Insightful

    Rebellion? wtf. It's sad that every stupid thing youths do is blamed on rebellion. The only reason worm writers and script kiddies exist is because there are millions of computers hooked to the net with no protection at all just begging to be hacked.

    or more to the point, if you leave your door open the thieves will come. We never learn from history. whatever we do it seems security is always an after thought. 9/11, worms, identity theft etc etc.

    --
    did you forget to take your meds?
  19. How to curb the problem... by SamMichaels · · Score: 5, Insightful

    Say this with me: EDUCATE THE PERSON.

    I can't even estimate the number of people with whom I've dealt that have expired, disabled or even damaged anti-virus programs on their computers. Their justification is "I don't know about spending that $X/yr...I don't need it."

    For those with Windows versions that have the auto update features available, I can't even estimate the number of people with whom I've dealt that have it disabled, inactive or just ignore it. Their justification is "it slows down my AOL and it keeps popping stuff up or tries to restart the PC."

    It's *GREAT* for business and part of me wants to thank the virus writers, spammers and spyware folks...you're providing me with a chance to make some beer money. However, what it boils down to is SOMEONE has to educate the masses...and that someone is all of us; even if we just remind our family and close friends.

    Before your little brother or sister [son or daughter] go back to college this fall, MAKE SURE THEIR PC IS SECURE. The college folk with whom I've dealt have epidemics happening on campus...the networks are so overloaded that it's difficult to even fix the machine without taking it home.

  20. Buffer overflows by fungus · · Score: 3, Interesting

    Most of these worms exploit buffer overflows.

    Just like most exploits under Unix systems.

    I think we'll see less occurances of theses worms when NX-compatible processors become common.

    Like AMD64 processors...

  21. Re:That's all very nice, but Sophos is 'moneyware' by docbrazen · · Score: 5, Informative

    You could try:

    ClamAV, A GPL virus scanner featuring:
    * command-line scanner
    * fast, multi-threaded daemon
    * milter interface for sendmail
    * database updater with support for digital signatures
    * virus scanner C library
    * on-access scanning (Linux and FreeBSD)
    * detection of over 20000 viruses, worms and trojans
    * built-in support for RAR (2.0), Zip, Gzip, Bzip2
    * built-in support for Mbox, Maildir and raw mail files

    I use ClamAV on my mail server and it works pretty good.

    There is also an open source windows version called ClamWin Antivirus.

  22. Social Engineering by ThisIsFred · · Score: 4, Insightful

    I'd say that social engineering worms are superior to every other type of malware, no matter how elegantly written past viruses/worms may have been. Why bother with rewriting partition tables, privilege elevation exploits, or VB scripts that take over Outlook, when the user will willingly run the code based on a one sentence message from some stranger? If you had told me this 10 years ago, I would have laughed at the prospect that gullibility and ease-of-use would be the two greatest threats to computer security. Amazing.

    Sasser may have generated the most complaints for lazy [and/or clueless] admins, but these mailer worms are the biggest headache for me. Unlike Sasser (we have no cases of it), the social engineering ploy is going to continue to be effective until e-mail as we know it changes. Sender authentication + SMTP would fix both spam and virus problems, unfortunately at a great cost in convenience to users. Considering that almost everyone I know receives 90 per cent spam/viruses in their inboxes every day, that inconvenience is looking more trivial every year.

    --
    Fred

    "A fool and his freedom are soon parted"
    -RMS
  23. Sophos, in case you've forgotten... by gumpish · · Score: 4, Informative

    Sophos, in case you've forgotten, are the same bunch of asshats who asserted to the media that Linux advocates were responsible for the MyDoom worm.

  24. Raging at the Machines by Esion+Modnar · · Score: 4, Insightful
    Speaking of viruses, etc. It seems that in an incredibly noisome network environment of viruses, spyware, malicious toolbars, the prudent computer user/administrator has to load up his computer with antivirus programs, adware removers/blockers , firewall software, etc.

    This serves to further complicate an already complicated system, and so strange side effects are more likely to pop-up (no pun intended). Such as between badly written printer drivers and firewall software, of all things.

    Foolishly, a couple weeks ago I volunteered to help a friend out with his home computer. Of course, it was practically locked up with all the crap he had on there. I re-installed it (XP Home), put on the cr. updates, got him set up with Mozilla, AdAware, Spybot S&D, and ZoneAlarm.

    I even talked him into getting his family members to use a limited account on the system, to hopefully keep the system as clean as possible for as long as possible. (However, I now realize that many games and other apps don't run properly under anything but an Admin account... so what's the use of that? Growl...)

    Printer was working, everything. So I handed it over to him, and a couple days later he calls me to tell me that the printer stopped working. In his effort to be helpful, he clumsily re-installed the printer drivers, but with the old version, not the new. I got it straightened out again, and after some research, discovered that his printer driver (for an HP Photosmart 7350), has some kind of funky problem with the latest version of the free Zone Alarm. But I managed a workaround to this by having him restart his printer driver service. That was yesterday.

    Now, something else has happened to the printer, the goddamned thing won't print at all, and re-installing the printer drivers makes not ONE fucking difference.

    So what's my point (other than the one under my hat ha-ha)?

    1) We have to try to protect ourselves from all the low-lifes trying to own our systems, and in so doing, make our systems even more complicated and difficult to get them to perform the tasks we have them for in the first goddamned place.

    2) No matter how much you straighten out somebody's system for them, they can balls it right up again within a short span. Only this time, it's YOUR fault. (I thought of keeping the admin password only to myself for the trial period, but as I mentioned, in order to use it for games, they have to log in as Admin. So they can change anything, install anything, and then play innocent when it breaks.)

    --

    They say the first thing to go is your penis. Well, it's either that or your brain. I forget which...
  25. my scifi worry is... by Snafoo · · Score: 3, Interesting

    that once biotech takes off we'll see the same explosion in human virii that we currently see in their digital cognates.

    'Bitter, disillusioned teenager (or bitter, disillusioned terrorist) whips up new version of influenza, pictures and patches at eleven. If you live on the south side of the river, however, you're as good as dead, please try X brand tylenol for all your lethal-flu-related misery.'

    BTW, what would a human equivalent to 'Windows Update' look like?

    --
    - undoware.ca
  26. Re:I wonder if virus writters know the damage they by Erwos · · Score: 4, Interesting

    At the risk of sounding like a bigger loser than I really am:

    One time, when I was bored a number of years ago (think, 10-12 years ago), I was browsing through the complete listing of viruses for the Mac that the virus scanner would catch. There were only a couple hundred at the time, and pretty much all of them were trojans.

    Something that struck me was the number of political ones. A rather significant percentage were designed to spread a message. I find this interesting, because nowadays, that political element seems to be totally gone. That's not to say they didn't have destructive payloads - I recall that more often than not, they did.

    I think it would be a fairly interesting study to hunt down early virus databases and compare them to ones today.

    -Erwos

    --
    Plausible conjecture should not be misrepresented as proof positive.
  27. What's important is HOW they infect by prandal · · Score: 3, Interesting

    There are several infection vectors used by the current round of viruses. I'm assuming that even fully patched versions of Windows, Outlook Express, and Internet Explorer are vulnerable to security exploits (they are).

    1: Executable attached to email, either auto-infecting or using the social engineering made possible by Microsoft's "virus-friendly" File Extension Hiding. So people click on what they think is a text file attachment (where even the icon makes them think that it is a genuine text file). As I've repeatedly said before, it is time that Microsoft released a patch to completely diasble and remove this dubious feature from Windows.

    Cure: Use a non-Microsoft email reader - Pegasus Mail, Thunderbird, whatever.

    2: Social engineering via email. Who in their right mind would open an attached password-protected .zip file where the password was given in the email body?

    Cure: User education.

    3: Seemingly innocent HTML emails which contain an OBJECT DATA exploit.

    Cure: Don't use Outlook. Use an email gateway box running MailScanner to disarm dangerous HTML tags.

    4: Worms spread via direct connect to your PC.

    Cure: Proper firewalling, use application proxies and don't NAT anything to the net. This is more appropriate in a corporate environment.

    5: Web pages with dangerous HTML which, by exploiting IE or Outlook Express vulnernabilities, run malware on your PC.

    Cure: Use a proxy server which strips all dangerous tags; Dump Internet Explorer and use Mozilla Firefox instead.

    6: You are "Protected" by Antivirus software but the virus / worm got you before the vendor's weekly update came out. (Waving to McAfee and Symantec as I write this). This is the BIGGEST change I've seen in virus behaviour this year. Since February, we've been catching viruses/worms before some of the main vendors have had updated patterns out. (thanks ClamAV and Bitdefender).

    Cure: Antivirus vendors need to release patterns as soon as they've got the virus signatures tested, and not wait to see if an outbreak happens. Users need to update their virus patterns on an hourly basis, not weekly.

    That'll do for starters.