Slashdot Mirror


Malware Modification Contest Has Antivirus Vendors Upset

SkiifGeek writes "Race to Zero, a sideline competition being set up at this year's DefCon, already has some Antivirus vendors steaming over the objectives of the contest. They are upset because it is essentially a polymorphism exercise. Entrants are given a set of malware samples which they must then modify to pass through a battery of antivirus scanners without detection while still carrying a viable payload. Even if competitors ignore the published vulnerabilities and weaknesses affecting antivirus vendors, the competition should turn up some interesting results. It may provide technical insight and concepts for further research as similar competitions have done in the past."

39 of 167 comments (clear)

  1. Oh no! by i_liek_turtles · · Score: 5, Insightful

    We may have to fix our software!

    1. Re:Oh no! by Lennie · · Score: 3, Interesting

      Yep, security is a process

      --
      New things are always on the horizon
    2. Re:Oh no! by Frosty+Piss · · Score: 4, Insightful

      And really, I'm sorry, but what doesn't get these leaches in a tizzy? Anything that threatens their profit model....

      --
      If you want news from today, you have to come back tomorrow.
    3. Re:Oh no! by Kjella · · Score: 2, Interesting

      Having a highly efficient swiss cheese-patching process is still not a mark of good security. Don't interpret that as saying that security is not a process, but the value of doing a one-time job to make a good security design should also not be underestimated. In fact, I think many companies would do well to divert a little more resources to just that...

      --
      Live today, because you never know what tomorrow brings
  2. Why should this upset them? by FlyByPC · · Score: 5, Insightful

    By having some top-notch creative talent (never mind which color hat they're wearing) take a stab at creating new styles of malware under controlled conditions, they're giving the antivirus vendors a great opportunity to study these creations -- and therefore to be better able to protect against them.

    Heck, if I were Symantec, McAffee et al -- I'd take the opportunity to try to *recruit* programmers who had interesting entries in the contest! (Better to have them working for you, right?)

    --
    Paleotechnologist and connoisseur of pretty shiny things.
    1. Re:Why should this upset them? by Anonymous Coward · · Score: 5, Informative

      The antivirus vendors are in business to make money. Every one of these issues they have to deal with equates to lost money.

    2. Re:Why should this upset them? by Zero__Kelvin · · Score: 4, Interesting

      "The antivirus vendors are in business to make money. Every one of these issues they have to deal with equates to lost money."
      Exactly right, if you don't count that you have it backwards. Lets start with the edge case 0. If there are Zero viruses, there is no need for the AV software. In fact, within reason the more viruses out there, the more money they make! If viruses are not even a blip on the radar when I do my security landscape evaluation, then the AV companies make no money because I would not purchase their product. If there are many viruses, then an AV company can sit back and wait for others (security folks, e.g.) to justify the purchase of my product. I don't even need a sales force. True, it cost me more to have in house peons gather virus signatures and add them to my database, or add algorithms to my AV tools, but since I don't have to pay nearly as much for a sales force more viruses equals greater profits.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    3. Re:Why should this upset them? by moosesocks · · Score: 4, Insightful

      Because polymorphism is considerably easier to implement than it is to circumvent (if it's even possible at all).

      Essentially, this punches a huge hole in the security model of Norton and McAfee's product lines, rendering them completely ineffective against this sort of threat.

      Personally, I've always found it remarkable that they've managed to hold on as long as they have, given just how deeply flawed the very notion of an Antivirus is.

      As long as you've got a decently secure operating system, nothing more than a rudimentary antivirus should be necessary.

      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
    4. Re:Why should this upset them? by GIL_Dude · · Score: 4, Insightful

      Sorry, the OS doesn't really make any difference (assuming you have a firewall - which all current operating systems do - to protect against buffer overflows found on inbound ports). What makes the difference is secure users.

      I don't care how secure your OS is, if users are going to click on SomeFamousPersonNaked.exe , then they are going to eventually get owned - "secure" OS or not. We've all heard the "Linux doesn't get attacked much because it has an insignificant market share" and sort of argued around it - maybe the real one is "Linux doesn't get attacked much because the average Linux user knows enough to not click on ridiculous shit that gets emailed to them."

      I run both Windows and Linux and the only time I have had a AV product tell me "oh noes, there is a virus" is when I have been manually TRYING to infect a system in order to reverse engineer what the damn thing does (in order to create cleanup packages for work). These are in non-networked VM's where we also re-image the host afterwards. But really - a secure USER is what we need. The OS won't make all that much difference compared to the user.

    5. Re:Why should this upset them? by v1 · · Score: 2, Insightful

      Writing software is an investment. You put money in, you get money back. This contest DOES require them to put more money in, but they will get more money BACK. It's "forced investment". Now if you'd rather write a piece of software and then spend the next 6 years merely putting out new-os-compatibility updates, (and how many of those have we seen? many!) you will fall behind, and no one will care about upgrading to version 7 because there's nothing in 7 that their version 5 can't already do, and your product will wither. But that's what some are afraid of, being forced to continually improve their product. Some developers will see this not as an investment in their cash cow, but as an expense.

      It's things like this that cause "version 2" to mean something and make us want to buy it. Bug fixes and compatibility updates don't make updates attractive, they don't pay the bills. New features and new functionality do. If anything, Symantec should be happy this is happening.

      (and yes, I'm a programmer)

      --
      I work for the Department of Redundancy Department.
    6. Re:Why should this upset them? by moosesocks · · Score: 2, Insightful

      I don't care how secure your OS is, if users are going to click on SomeFamousPersonNaked.exe , then they are going to eventually get owned - "secure" OS or not. We've all heard the "Linux doesn't get attacked much because it has an insignificant market share" and sort of argued around it - maybe the real one is "Linux doesn't get attacked much because the average Linux user knows enough to not click on ridiculous shit that gets emailed to them." No. Linux and MacOS do not get attacked, because normal users don't run with the sort of privileges that would allow the virus (or trojan as in your example) to do very much damage or replicate itself.

      Similarly, replication of such a virus becomes even more difficult, as E-mail clients and servers both generally tend to block attachments containing executables...

      Sure, there are mechanisms for it to happen, but trojans generally don't spread very fast or very far. A true "virus" typically utilizes an OS exploit, or the fact that every *%*$#&ing Windows user runs with full administrative privileges.
      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
    7. Re:Why should this upset them? by maxume · · Score: 2, Interesting

      I'm sure referencing a wacko supply-sider will make someone mad, but I bet the profit to virus count relationship follows something like the Laffer curve, where at some point malware becomes so pervasive that people at least stop running anything that doesn't come in a box from Walmart and maybe even stop using computers altogether, so they don't need protection anymore.

      --
      Nerd rage is the funniest rage.
    8. Re:Why should this upset them? by Jurily · · Score: 4, Insightful
      I was going to moderate, but I can't let this one slide.

      normal users don't run with the sort of privileges that would allow the virus (or trojan as in your example) to do very much damage or replicate itself. A normal user has access to the network and a home directory. How is that not enough for a virus?

      Sure, it can't burn itself into the registry or equivalent, but it sure as hell can replicate itself. Hell, it can even cause a lot of headaches when you're lazy like me and have a whole drive mounted in /home/jurily/stuff with full write access.

      Trojans are a different beast, of course, as they rely on the OS more heavily.
    9. Re:Why should this upset them? by Timothy+Brownawell · · Score: 4, Insightful

      Linux and MacOS do not get attacked, because normal users don't run with the sort of privileges that would allow the virus (or trojan as in your example) to do very much damage or replicate itself.

      WTF? Any program I run has +rw access to ~ (can start itself from .profile, do arbitrary damage to all the files I actually care about, and steal passwords and the like) and the ability to connect(2) to random parts of the internet (ability to replicate, send passwords, and fetch ads). No privileges beyond this are needed to cause trouble.

      The real reason is probably more to do with the size and average competency of the userbase.

    10. Re:Why should this upset them? by Kjella · · Score: 2, Insightful

      We've all heard the "Linux doesn't get attacked much because it has an insignificant market share" and sort of argued around it - maybe the real one is "Linux doesn't get attacked much because the average Linux user knows enough to not click on ridiculous shit that gets emailed to them." Which would put a very low upper limit on Linux's market share. The way Linux saves the noobs is that you don't do it in the first place, you go to add/remove programs and find the software you want there. The way Linux saves the warez-wannabes is that Linux doesn't need cracks. I'm sure that if Linux became more mainstream with more commercial software, you could have trusted shops that you could add in the same way as repositories. Think something like tucows, cnet, snapfiles etc. only for Linux. Basicly, for 99% of the population going away from the "download random exes from the Intartubes" would be an upgrade to their security. Even if those sites only ran a basic virus scan and maybe on a tripwire machine. Users need a bigger difference between "opening" the jpg attachment and "opening" SomeFamousPersonNaked.jpg.exe, don't think users will get any smarter. Or just try to scare those users away from Linux so they don't spoil the average, though it'll make nobody safer nor any systems better.
      --
      Live today, because you never know what tomorrow brings
    11. Re:Why should this upset them? by zwei2stein · · Score: 4, Insightful

      Exactly right, except you forgot one thing:

      They dont need actually viruses and malware, they just need people (and businesses) to be afraid of them enough to consider them treat.

      All you have to give to people is feeling of security and to make them think that you can shield them from any nasty stuff they might have heard on TV. And people are easily scared because they in general know little about computers.

      People are scared and they get AVs (or careless and they wouldnt get AV even if there was billion of virii), so you fight for market share rather than install.

      And your only feature you are ging to sell to those people is confidence of unpenetrable shield.

      So yeah, AV companies do want perception of threat high and actually threat low. Thats when they make most money.

      Every reall threat costs them money, Every imaginary threat makes them money.

      --
      -- Technology for the sake of technology is as pathetic as eschewing technology because it's technology.
    12. Re:Why should this upset them? by gbjbaanb · · Score: 4, Insightful

      not really. Once the AV company has enough viruses in the wild to persuade you to buy their product, all the viruses past that point is just a costly nuisance to them.

    13. Re:Why should this upset them? by YaroMan86 · · Score: 3, Informative

      Exactly. A virus for Linux at this point in time probably doesn't stand a snowball's chance in hell on the average Linux system because Linux users are smarter than the average Windows user. (I am generalizing and using a more relative version of smarter here.) That, coupled with the fact there are less than a hundredLinux viruses and a small user base, a Linux virus is not much of a threat... FOR NOW.

      But what happens when we actually DO accomplish full-on Linux on the desktop? What happens if, hypothetically, Linux becomes more widely used than Windows? Suddenly the average skill of a Linux user plunges downward, and the virus population for Linux skyrocks. Suddenly a Linux virus doesn't seem so harmless, does it?

      Remember nowadays, a virus usually doesn't commit destruction, as that would render a bot in a botnet worhtless, but would rather use it for spamming purposes. There's not need for elevated permissions. On top of that, most of the stuff a virus can destroy without elevation is the stuff the average user cares about anyway: Documents, Music, Pictures, HARD WORK. Irreplaceable things.

      If there is a perfectly safe system that is still able to connect to the outside world, it is a system used only by a user who knows how to prevent viruses and knows how to do effective backups. You could also make a bonus by using a fully unprivileged user account.

      These are things Windows will never do. Far too often is a user an administrator, and the inner workings of the system exposed. (It wasn't really until the average Windows based itself off of NT that ANYTHING was safe from Security Problem #1: The User. With Windows ME and earlier there are no user permissions, (Windows 2000 and earlier, along the NT line, are luckier and smarter.) and so, all a user has to do is take a stroll and delete files out of the windows directory. No authentication. Worse if a user boots into pure DOS where the usage protection Windows does ("Cannot delete (File), it is currently in use.") they can destroy ANYTHING on the system without any validation or authentication. What the hell was Microsoft thinking?

      So, essentially a safe user is this:

      1. A user who knows how the system works at least on a rudimentary level.

      2. This same user must typically take normal user or lower privileges.

      3. This same user must have a knowledge of how a virus finds itself on a system: (E-Mail attachments from bad sources, child porn, warez, etc.)

      4. The system uses an operating system with its own effective security model. Typically one that involves user permission levels, if not a full-fledged multi-user system with the default user NOT being an administrator.

      5. A good firewall. This is typically a third-party program.

      6. Yes, a good antivirus. It may not be as effective as many other techniques, but an AV DOES help, period.

      7. A real plus: Knowledge on how to remove a virus manually. (Not as hard as one might think, especially after the virus is identified.)

      8. EDUCATION. EDUCATION. EDUCATION!!! If there are other users on the system, TEACH them! It is amazing how effective a little imparting of knowledge will do to make things better and safer.

      9. Make sure the other users aren't in a position to infect the system either, as in, restrict their ability to declare things executables, block executables from mail, don't let them install P2P software. (Easy in Linux, since things like apt-get and Synaptic only function with root privileges. Though this can't stop them from installing it in their home folder.

      10. Do a regular manual audit of the system. Not only should you keep an eye out for anything unusual, but also keep an eye out for 'unauthorized' software, like P2P.

      11. Block torrent/warez sites. Every single time someone comes to me with a virus problem, the first question I ask is "Are you downloading torrents a lot?" and the answer is always "Yes."

      12. Not relating to viruses, but a good tip anyway: Before you try any system changes, try the same change on a VM. A nice sandbox is better for fucking up than your own system.

      You remember these things, and keep to them, chances are you'll be just fine.

    14. Re:Why should this upset them? by somersault · · Score: 4, Interesting

      I wonder how long before they start lobbying for it to be illegal to even write something that could be used as malware..

      --
      which is totally what she said
    15. Re:Why should this upset them? by Dextrously · · Score: 2, Insightful

      The only thing anti-virus companies need to sell their product is the fear or threat of a virus. I suppose they believe there is more money in the fear mongering business than legitimate business. They may be right, I don't pretend to know. Having a virus scanner is pretty much a mindset in a windows environment. Even Windows Security Center will whine and complain if you don't have one (until you shoot it in the services.msc if you know what I mean).

      Take for example, Network Intrusion Detection Systems. They are supposed to be set up *before* an intrusion takes place. Even if there is no history of previous intrusion, they validate that your network is actually secure. History should have shown us by now that the majority of hax0rs want not only get in your system, but remain their as silently and as long as possible. Thus, a detection system is needed.

      An anti-virus companies selling pitch might be "How do you know you don't have a virus, if you don't have a virus scanner?". I am not an advocate for AV software, I'm just saying it as I see it.

    16. Re:Why should this upset them? by MikeBabcock · · Score: 2, Insightful

      Sure, but unlike the Windows user, he can then log in as root and clean out his infection from his normal user account and move on with his life.

      In the Windows case, I hope you have a backup because its time to re-install Windows.

      PS, rkhunter is a great example of a program that detects for real Linux infections, for those looking.

      --
      - Michael T. Babcock (Yes, I blog)
    17. Re:Why should this upset them? by MikeBabcock · · Score: 2, Interesting

      SELinux is quickly helping to fix that problem.

      "wtf is this? You don't need network access or access to this directory, go away."

      Mandatory Access Controls are coming along nicely. About time too.

      --
      - Michael T. Babcock (Yes, I blog)
    18. Re:Why should this upset them? by Nero+Nimbus · · Score: 2, Informative

      They dont need actually viruses and malware, they just need people (and businesses) to be afraid of them enough to consider them treat. Yeah, because the average user considers screen savers, animated cursors, and nude pictures of Britney Spears to be treats.
    19. Re:Why should this upset them? by piojo · · Score: 2, Informative

      I agree completely. User permissions are sufficient to run cronjobs, send spam, and (often) steal sensitive information. User permissions are not enough to keylog, but I'm sure a firefox profile directory is often worth as much as a keylogging session.

      --
      A cat can't teach a dog to bark.
    20. Re:Why should this upset them? by Nazlfrag · · Score: 2, Informative
      There's good coverage at http://www.privsecblog.com

      If passed into law (this bill already has passed the house twice but never has cleared the Senate), I-SPY would make it a criminal offense punishable by fines and/or up to five years in prison for "intentionally access[ing] a protected computer without authorization, or exceed[ing] authorized access to a protected computer, by causing a computer program or code to be copied onto the protected computer, and intentionally us[ing] that program or code in furtherance of another Federal criminal offense." Similar activity that is designed to defraud or injure a person or cause damage to a protected computer, but is not conducted in furtherance of another Federal offense, subjects the perpetrator to a fine and/or up to two years in prison. I'm fairly sure viruses would fall under at least the bold part. I have no idea how much (if at all) this is a result of lobbying by antivirus vendors.
    21. Re:Why should this upset them? by Timothy+Brownawell · · Score: 2, Informative

      noexec just mean you can't execute anything *directly*. "perl nastyscript.pl" works just fine with nastyscript.pl on a noexec partition.

  3. Can you say Ralph Nader? by zappepcs · · Score: 5, Insightful
    What would happen if Ralph got involved in the computer antivirus field?

    lets translate FTFA

    "It will do more harm than good to our company," said Paul Ferguson, a researcher with antivirus vendor TrendMicro. "Responsible disclosure is one thing, but now actually encouraging people to do this (as if the NSA isn't already doing so), as a contest is a little over the top.When really smart people start working on malicious software, we won't be able to keep up" Bold edits added by me.

    How about this slogan "Unsafe with any version!"

    I think they are afraid that regular joe end users are about to find out that programs meant to protect your pc are always an after the fact effort which leaves you vulnerable until you update and that there is no way to keep you safe from a zero-day facebook exploit. Even the government websites can be malicious until patched/fixed.

    And soon, the conclusion will be ... uh, why pay for that. Spybot search and destroy is free, and ClamAV is free. I can just give them a one time donation and get just as good of protection... hmmmm These pricey programs really can't do all that much.

    Wow, it would be such a shame if joe bloggs end user found out the truth. tisk tisk
  4. Depends on conditions... by Fallen+Andy · · Score: 2, Insightful
    If this is being run like the hacking laptops thing recently, then what's the big deal? So long as the vulnerabilities are only disclosed to *all* AV vendors in private afterwards...

    The AV vendors who are complaining are more afraid of *other* vendors than xploits... If anything found here goes to all then it levels the playing field open source style...

    Andy

    1. Re:Depends on conditions... by phantomfive · · Score: 2, Insightful

      The fear they have is that people will realize how useless anti-virus software really is. If there are simple techniques to get around any anti-virus software, and the whole world knows it, then there's not much point in paying to run some AV software that just slows down your computer, is there? Already we know that AV software is useless against 0-day exploits, and if your vendor is making reasonably timed updates, your AV software only has nominal value anyway.

      This contest will just go a little farther to help us understand exactly how useful AV software is. I am interested in seeing the results. AV software still has a place in the world, to scan emails to prevent exploits from people who don't patch their systems.

      --
      Qxe4
  5. Trivial by Nikademus · · Score: 2, Interesting

    Bypassing current antivirus process is almost trivial. Just change a few lines and the signature based antivirus will not detect your virus. Now, create a process that automatically changes the few lines in a random order, but create this process as a random evolving like the virus and payload itself. Random jumps (with next payload at good place) with random junk in between should be sufficient to bypass heuristics (who said goto was dead :)). Then you've just killed the whole antivirus industry as we know today.

    Hey,why are the cops ringing at my door???

    --
    I gave up with the idea of an useful sig...
    1. Re:Trivial by Lord+Ender · · Score: 2, Interesting

      Wow... You would have been considered really clever in the virus world... about fifteen years ago.

      Guess what: Your invention has already been created. AF companies have countered with "heuristic" or "behavioral" virus detection. The purpose of this exercise is to game not just the signatures, but the heuristics as well.

      --
      A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
  6. Maybe they should actually fix the problems? by flyingfsck · · Score: 2, Insightful

    The present crop of virus scanners are a really dumb idea, since they don't provide any real protection. Consequently I am all for this kind of competition. Hopefully it will force Microsoft and the AV parasites to create a proper security solution for the MS crapware.

    --
    Excuse me, but please get off my Pennisetum Clandestinum, eh!
    1. Re:Maybe they should actually fix the problems? by Consul · · Score: 2, Interesting

      Like Default Deny. Marcus Ranum is my hero. ;-)

      --

      -----

      "You spilled my egg... I needed that egg."

    2. Re:Maybe they should actually fix the problems? by Consul · · Score: 2, Insightful

      Well, the idea of Default Deny makes perfect sense to me. Tell the OS which programs are allowed to run, and notify me if something I have not explicitly allowed tries to execute, wherein I can take the opportunity to allow it or not. I run a total of a couple dozen programs, grand total, so it wouldn't be hard to get a system up and running after a new install.

      Since you seem to be a security expert in your own right, beyond anything Marcus have ever done, feel free to explain why this basic idea will not work at all.

      And he's not really my hero. Notice the smiley on the end there. I just think he has ideas that make sense.

      --

      -----

      "You spilled my egg... I needed that egg."

  7. Managing short-term and long-term resources by NetSettler · · Score: 3, Interesting

    By having some top-notch creative talent (never mind which color hat they're wearing) take a stab at creating new styles of malware under controlled conditions, they're giving the antivirus vendors a great opportunity to study these creations -- and therefore to be better able to protect against them.

    But what if what the antivirus vendors need is not time to study but time to come up with cures? I've worked on plenty of software where the problem was well-understood, but you could be so pestered to death by people trying to tell you there was a problem that you had no time left to work on a cure.

    I don't follow this community closely, but speaking from general knowledge of software projects over several decades ...

    It seems likely that these competitions do not teach the antivirus vendors what they don't know. It probably creates a firedrill internally where a long-range effort to do a substantive upgrade that would do what people wish for is side-tracked by a short-term need to make sure that people's machines are not broken into by a new stupid trick today, thanks to additional resources provided by well-meaning but "mal-informed" volunteers.

    Resources are always in short supply in companies, and there's a constant need to triage between short-term and long-term planning. Events like this increase the stress on short-term projects, causing them to draw precious resources away from long-term projects. The claim that this provides valuable data to the vendors sounds like spin created by malware vendors who are chuckling all the way to the bank because they get free help from a community of people who I suspect don't realize the harm they are doing.

    What they should be having is competitive events to come up with cool public-domain techniques for recognizing and stopping such malware in the general cases, thus reducing short-term strain on anti-virus vendors.

    --

    Kent M Pitman
    Philosopher, Technologist, Writer

  8. Not on Linux. by SanityInAnarchy · · Score: 3, Interesting

    You're right that it's about secure users, but it's much easier to be a secure user on Linux, precisely because you would never download foo.exe -- or foo.sh, or whatever. For the most part, you get things through your package manager, or not at all.

    As such, it is not particularly easy to download and run SomeFamousPersonNaked.bin -- you have to download it to somewhere, then you have to change its permissions, and then you have to run it -- and even then, they still don't have root.

    However, for a very long time, an antivirus actually made some sort of sense on Windows, because you would have exploits from visiting a webpage or reading an email. You actually had a situation where the most security-conscious users would never use the Preview Pane, so that they could delete suspicious emails without looking at them. In that particular kind of insane world, it makes sense to have antivirus -- and that is precisely why antivirus seems so laughable now.

    --
    Don't thank God, thank a doctor!
  9. Re:Eventuality by maxwell+demon · · Score: 2, Insightful

    By Rice's theorem, proving any non-trivial property of a program is equivalent to the halting problem. Hence AV detection is an ultimately losing battle. But then, there is no need to be able to prove 100% that the software is harmful. The simple rule could be: If you cannot proof that it isn't harmful, it's a security risk. Of course for that rule to be useful, the class of programs where you can prove it has to be large enough to allow for any useful behaviour. This certainly is hard, and maybe it's not achievable, but I don't know of any proof for that.

    Note that the halting problem does not say that you cannot write a program which can tell for some algorithms if they will halt. The halting problem says that no program can decide it on all algorithms. That makes algorithms deciding the halting problem (or an equivalent problem) for some algorithms no less obsolete than G\"odel's proof that not all true theorems can be proven makes proofs in mathematics obsolete.
    --
    The Tao of math: The numbers you can count are not the real numbers.
  10. What? A real world test? Ev1l H4x0|~z! by Vellmont · · Score: 2, Insightful

    The vendors reply is just classic. It's essentially an admission that their products don't work. The whole AV industry is built on trying to idenitify existing viruses, and have a signature for them.

    Of course, if you find the virus out in the wild and identify it, you've already failed for a lot of people. (but I'm sure they don't like to talk about that).

    This is like a safe manufacturer objecting to someone actually trying to break open a safe like a real criminal would. "What! You used a crowbar and liquid nitrogen?! You're just letting the criminals know more about cold+crowbar usage!!! You should know OUR safes protect against sledgehammers VERY well."

    Get real AV vendors. Everyone already knows you can't stand up to new viruses, and only protect against the known ones. People still buy your damn software anyway, because it's better than nothing.

    --
    AccountKiller
  11. Privileges are needed by DrYak · · Score: 3, Insightful

    There's not need for elevated permissions.

    No there is need. Under Linux a non privileged software has only access to high-level network access, such as opening a regular connection. There's no low-level access to network (crafting the data packets as wished) for non privileged software.

    Thus a potential running virus, *COULD* connect to its C&C if it receives its orders from an IRC channel.
    But the virus won't be able to create spoofed packets (used for sophisticated bounces and DDOS) or specially crafted packets to exploit flaws on the target system.
    Whereas under Windows, non-privileged applications CAN craft packets, and users run as administrators anyway.

    A non privileged process CAN download Ads from the internet, but it will have a harder time injecting them into the browser window.
    An admin-privileged process in Windows could hijack the network stack and rewrite HTML on the fly inserting pop-ups and ads.
    Under a non-privileged account in Linux, it can't. The virus will need instead to be able to rewrite the configuration of all gazillion of browser that exist in Linux, either injecting a spyware plugin or rerouting the traffic through a proxy process spawned by the virus. Anyway, the absence of a single point of attack, and the lack of monoculture make Linux a more complicated target.

    Also, few user-friendly type distros (Ubuntu and the like) come with a sendmail (or equivalent) configured out-of-the-box for internet message delivery. Usually it's only configured to deliver alerts to the local user account.
    A potential operational Spam bot would either have to send directly the spam to the internet and both hope that the network isn't configured to reject email not going out through the SMTP server and hope that the infected machine doesn't sit on a dynamic IP which will automatically get discarded on the receiving machine.
    Or the potential Spam Bot will need additional complexity to retrieve the user's SMTP configuration, which will be difficult, both because there's a gazillion of different mail clients under linux, and both because several of them password-encrypt the credential (Thunderbird can do it and all KDE software store their passwords in KWallet which is masterpassword-encrypted by default).
    This is security by diversity, and why it's good to avoid monocultures.
    This is opposed to Windows, where most users have outlook express, which lacks the ability to encrypt the credentials.

    Under Linux, it takes several step to execute code downloaded from a browser, as a reference, see the HOWTOs about downloading the latest GPU drivers straigth from the constructor site instead of using whatever is the regular package management/delivery mechanism used by the distro (you have to manually chmod it "executable". Clicking on it usually opens an editor).
    And that's neglecting that it is possible to "noexec" the whole home, in which case it's not even possible to *run* code from ~.
    So even if he wanted to, a linux user can't just click on "NataliePortmanNaked.sh" and execute it (unless its a regular package inside Synaptic or YaST, of course) whereas a Windows user can click on "PetrifiedWithHotGrits.exe".

    Also, downloading software from random websites isn't as common in Linux as in Windows. Mostly only geeks download software for Linux and usually they download it in (controllable) source form, where anomalies could more easily get spotted.
    The regular user will employ the package management system for the distro to get the needed package from the regular repository instead, as because of the diversity of Linux distros, he'll need a custom compiled packagee for the present distro,
    ie.: Windows wanting kitten-powered screensaver will google around to find a page proposing some spyware infested screensaver. Anyone can download, but you *need* to be computer-literate and careful about your source to *avoid* getting undesired stuff.

    The Linux users will browser Synaptic and download the package "omg-lol-ponie

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]