Slashdot Mirror


More Attacks on Linux than Windows

the special sauce writes "This vnunet.com article discusses the trend of attacks this year as compared to last. Over all, according to mi2g, attacks are on the rise. However, though attacks on Linux systems are up, attacks on Windows based systems have actually dropped dramatically when compared to last year. If the trend continues, by the end of the year, attacks on Linux systems may surpass attacks on Windows systems."

132 of 411 comments (clear)

  1. Which are more successful? by 1010011010 · · Score: 5, Interesting


    Which are more successful? The attacks on Windows machines, or the attacks on Linux machines?

    Maybe the attacks on Windows are falling off, because there's enough back doors already. Between Microsoft and Kazaa, I'd say things are good-to-go, from a back-door point of view.

    --
    Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
    1. Re:Which are more successful? by jaxdahl · · Score: 2, Insightful

      Perhaps it's the inverse?

      More attacks on linux could be occuring because it's more likely to succeed?

    2. Re:Which are more successful? by 1010011010 · · Score: 5, Insightful

      Perhaps more attacks on linux could be occuring because it's more likely to succeed?

      Anything is possible, even if not it's not probable. It could also be a result of Linux displacing windows in the server space. If there's 100 attacks/second, and windows' market share falls by 2% at the same time the Linux market share increases by 2%, then there will be a decrease in the number of attacks on Windows, and an increase in the number of attacks on Linux.
      If this trend continues, then it logically follows that there will be no more Windows servers at some point in the future.

      --
      Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
    3. Re:Which are more successful? by stubear · · Score: 5, Interesting

      Or perhaps the rise of Linux has correlated with the increase of "noobs" using Linux leaving many security issues unchecked. A perusal of bugtraq will show a long list of security issues for Linux (as many, if not more, than Windows).

    4. Re:Which are more successful? by $carab · · Score: 5, Funny

      Hmmm.....maybe. But as I recall, somebody had a hacking contest with default installs of Mandrake and SuSE, and nobody rooted the servers. I think that noobs would have to go out of their way a little to make their system insecure.

      Contrast that to.....IIRC Extremetech, which set up a Win2k and IIS server, and had it infected with Code Red Twice within like 26 minutes of connecting it to the web and downloading updates from Microsoft.

    5. Re:Which are more successful? by md17 · · Score: 5, Insightful

      Why do people continue to point to bugtraq as the measure for "Which OS is more secure?" That is so far from the truth... The key thing you are forgetting is the "bug severity" factor. I would say that in general Windows has less bugs than Linux (On bugtraq) but those bugs are more servere. Thus in my opinion, Linux is still more secure. You are also forgetting that hardening a Linux box is much easier than haddening a Widnows box. I can make my Linux box very secure with very little effort. Example:
      Turn off all services except ssh.

      Please stop pointing to buqtraq and saying:
      Windows has less security issues than Linux, therefore Windows is more secure than Linux.

    6. Re:Which are more successful? by Anonymous Coward · · Score: 2, Informative

      Nice troll. http://online.securityfocus.com/cgi-bin/sfonline/v ulns.pl Shows approximately 5 times as many vulnerabilities for Microsoft than for Red Hat.

      How this reached +5 is beyond me.

    7. Re:Which are more successful? by Afrosheen · · Score: 2

      I'll second that 26 minutes with win2k/IIS. I have a friend that insists on serving with that ill combination, and he got rooted/cracked/whatever within 25 minutes of connecting to the net. I couldn't stop laughing.

    8. Re:Which are more successful? by BlueUnderwear · · Score: 2
      It is almost impossible, in my experience, to connect a default SP1 install of win2k with IIS server running without it getting immediatly infected by a worm.

      Is this still correct now? I've first heard these stories last August/September, and at that time, they were probably true due to the enormous stock of already infected systems. However, is this 25 minute figure still true nowadays? Obviously, a box gets rooted much quicker if there are hundreds of thousands of instances of Code Red out there trying to stumble upon its IP, than if there are only a handful infected machines left. Of course, even with only a handful Code Red machines left, one of them will eventually "find" the newly installed box, but I'd guess this would takes days, rather than minutes.

      --
      Say no to software patents.
    9. Re:Which are more successful? by Afrosheen · · Score: 2

      I wouldn't try it. One glance at the logs on either of my apache boxes tells the truth: code red/nimda is still everywhere, looking for new boxes to hijack. The friend I mentioned put his box online back in April. He more or less set it up and had to go home for the day...tried to terminal services in and it was already cracked. Had weird ftp services running on it and everything. It's just a sad, sad day when you put a server up, walk away, and it's cracked before you get back from the bathroom. I know it's irresponsible of the admin, but even more irresponsible of the vendor.

    10. Re:Which are more successful? by billatq · · Score: 2, Informative
      It is almost impossible, in my experience, to connect a default SP1 install of win2k with IIS server running without it getting immediatly infected by a worm.

      Is this still correct now?

      It is indeed correct. Anyone who stays on top of their web server logs will see plenty of code red attacks every day. The fact that a default windows 2000 install is susceptable to it doesn't help. Personally, I don't want to keep up with all of the patches that IIS needs. Apache out of the box is secure enough. However, if you absolutely have to use IIS, make sure you burn SP2 along with the other updates to a cd beforehand and install them onto the machine before connecting it to the internet.

    11. Re:Which are more successful? by Col.+Panic · · Score: 2

      a long list of security issues for Linux (as many, if not more, than Windows)

      The Linux kernel has more issues? No. Applications that run on Linux? Possibly. Now compare the number of apps on each platform. Linux is more secure than Windows if you:

      a. do not install tons of server programs that you are not going to run

      b. use tcpwrappers to initiate programs that can use it and use hosts.[allow/deny] to control access to those programs.

      c. use Bastille to harden the box

      d. use ipchains/tables to control access to your PC or network - don't feed me crap about a personal firewall; this is an actual firewall.

      just my $.02

    12. Re:Which are more successful? by BlueUnderwear · · Score: 3, Informative
      Anyone who stays on top of their web server logs will see plenty of code red attacks every day. The fact that a default windows 2000 install is susceptable to it doesn't help.


      Just grepped for <tt>../..</tt> in my <tt>httpd/error_log</tt>.<p>
      292 matches.<p>
      But that log goes back to April 30th. Last year in August, I had that many probes in <em>one day</em>. So, I'd say, CodeRed/Nimbda activity did indeed decrease...

      --
      Say no to software patents.
    13. Re:Which are more successful? by Entropy_ajb · · Score: 2

      So then you admit, that it is not that Linux is any better than Windows, it is only that its user base is willing to spend all of there time updating there OS?

    14. Re:Which are more successful? by PacoTaco · · Score: 2

      I wonder what's considered an "attack." With the relatively low numbers they site, I assume they're talking about relatively sophisticated attacks, not old IIS worms. Any decent black hat will do an OS fingerprint before they try anything.

    15. Re:Which are more successful? by spongman · · Score: 2

      interesting hypothesis, but unfortunately it's not based on fact. netcraft statistics show linux replacing Sun on the server, windows usage is rising, too.

    16. Re:Which are more successful? by big_hairy_mama · · Score: 2

      I hope you grepped for \.\./\.\. :)

    17. Re:Which are more successful? by big_hairy_mama · · Score: 2

      Um, duh. That's CodeRed or Nimda. Both those worms just try random IP addresses -- there is no one sitting behind the box to check whether you're actually running IIS.

    18. Re:Which are more successful? by BlueUnderwear · · Score: 2

      Actually, I used fgrep ;-)

      --
      Say no to software patents.
    19. Re:Which are more successful? by Cally · · Score: 2


      mi2g are FUDsters, and crap FUDsters at that.
      Check some of these out...

      http://www.ntk.net/index.cgi?b=02001-09-28&l=128 #l
      http://www.ntk.net/index.cgi?b=02001-04-27&l=4 6#l
      http://www.ntk.net/index.cgi?b=02001-04-27&l= 5 8#l
      http://www.ntk.net/index.cgi?b=02000-02-25&l= 9 8#l
      http://www.ntk.net/index.cgi?b=01999-12-24&l= 109#l
      http://www.ntk.net/index.cgi?b=01999-11-05&l=7 9#l
      http://www.ntk.net/index.cgi?b=01999-11-05&l= 8 0#l

      just search NTKfor mi2g, there are plenty more where they came from.

      --
      "None are more hopelessly enslaved than those who falsely believe they are free." -- Goethe
    20. Re:Which are more successful? by Cally · · Score: 2

      Reference, please?!

      IMHO, a typical default Linux install would be lucky to last 24 hours on a broadbank connection. Even an OpenBSD honeypot was opened the other day, the story was here... (I'm sure the Honeynet Project have some stats but haven't time to look em up, sorry)

      --
      "None are more hopelessly enslaved than those who falsely believe they are free." -- Goethe
    21. Re:Which are more successful? by jelle · · Score: 2

      "Turn off all services except ssh."

      That's a way to do it, just make sure you're running openssh version 3.4 with privilege separation.

      --
      --- Hindsight is 20/20, but walking backwards is not the answer.
    22. Re:Which are more successful? by Robert+The+Coward · · Score: 2, Informative

      Check my server log I run apache but I get 1000 of request the last 5 Days of the month for C:\winnt\...
      If I ran an unproteched system during those 5 Days I think 25 Mins would be a little long.

      Robert

    23. Re:Which are more successful? by Citizen+of+Earth · · Score: 3, Funny

      If this trend continues, then it logically follows that there will be no more Windows servers at some point in the future.

      Also if current trends continue, the number of transistors in a microprocessor will exceed the number of subatomic particles in the universe in 360 years.

    24. Re:Which are more successful? by Moonshadow · · Score: 2

      I hear that something called the "ping" attack is pretty common on Linux servers. Evil hackers, always pinging those Linux boxes! What's even worse is that Linux servers are vulnerable to it! You can even find out if a certain machine is online!

      Sounds pretty dangerous to me. I mean, with all those Linux-based webservers, the entire internet is vulnerable! Something has to be done about it!

  2. The Difference... by Jester998 · · Score: 2, Insightful

    Yeah, but the difference between attack counts between Linux and Windows are how many of those attacks are successful...

    - Jester

    1. Re:The Difference... by PacoTaco · · Score: 2

      The real difference is that up until recently you were more likely to get fake Natalie Portman porn breaking into a Linux box than anything useful. :)

    2. Re:The Difference... by Jester998 · · Score: 2

      Yup... but now that major animation houses are using Linux, breaking into a Linux box now yields more realistic Natalie Portman porn than before... :)

    3. Re:The Difference... by ImaLamer · · Score: 2

      Well there isn't stats for those Windows machines which had their log files deleted before intruders left.

  3. Is this sentient attacks, or attacks in general? by neuroticia · · Score: 2, Interesting

    Is this including all the viruses, script kiddies, etc. etc. that tend to fill up logs?

    If it's only sentient attacks, then it makes sense. Windows isn't a challenge, Linux is.

    Otherwise, I beg to difer. There are countless sites out there dedicated to shameless display of nimda/code red, and script-kiddie attacks in their logs.

    -Sara

  4. And yet... by Anonymous Coward · · Score: 3, Funny

    the attacks on amiga boxen where at record lows

  5. But one point to this... by IronTek · · Score: 4, Insightful

    Is that Linux has grown in popularity over the past year, taking even more market share away from windows... ...do you think the script kiddies have any idea what OS the server they're "attacking" is running?!

    And, as someone already pointed out...who had more successful attacks...Windows, I'm sure...

    1. Re:But one point to this... by Master+Bait · · Score: 3, Insightful
      Right. I'll go out on a long limb here and claim that the mi2g 'study' was financed by an unnamed corporate monopoly.

      --
      "Only in their dreams can men truly be free 'twas always thus, and always thus will be."
      --Tom Schulman
    2. Re:But one point to this... by taniwha · · Score: 2

      It may also mean that many of the really interesting systems are running linux rather than windows - defacing a govt web server may be more interesting than hitting Joe Schmo's windows box

    3. Re:But one point to this... by stevey · · Score: 2
      do you think the script kiddies have any idea what OS the server they're "attacking" is running?!

      They clearly don't - I get many automated IIS exploits against my public facing box.

      If it were me doing the cracking I'd first fingerprint the machine so I could narrow down attacks that were sensible and only apply those. (eg. Unix -> ssh exploit, Solaris rpc.statd exploit, windows IIS/SQL exploit).

      Clearly either the script kiddies are clueless - or, worse, are actually exploiting so many machines clandestinely that they don't need to worry about wasted failed attempts..

    4. Re:But one point to this... by 0x0d0a · · Score: 2

      Linux. Is. Inconsequential.

      Not in the server market, it isn't.

      And MS isn't worried about going out of business. If there's a viable alternative to their product, they have *much* less leverage to squeeze companies. So even a few percent of marketshare hurts, and Linux has a good chunk of the server market.

      OTOH, while I'm sure there are folks at MS responsible for dealing with desktop threats from Linux, countering desktop Linux can't possibly be a priority at the minute.

    5. Re:But one point to this... by kadehje · · Score: 2

      Right. I'll go out on a long limb here and claim that the mi2g 'study' was financed by an unnamed corporate monopoly.

      Why on earth would my electric company care whether I was running a Linux box or a Windows box? Unless someone manages to root a box and cut its power, they should be happy regardless of which OS I'm running. Of course, they have told me they'd rather have me hack my hair drier that draws 10 amps and use it as a file server; they claim one of those has never been OwN3d by a script kiddie before.

  6. Yay!! by SEWilco · · Score: 5, Funny

    We're Number One! We're Number One! We're Num... oh. Never mind.

  7. How many from Redmond? by www.sorehands.com · · Score: 3, Funny
    I wonder how many of these attacks come from Redmond or from Microsoft employees?

    The real question to ask is, "how many of these attacks are successful as compare to attacks on Windows?"

    1. Re:How many from Redmond? by Anonymous Coward · · Score: 5, Interesting

      Oh, good grief, get a grip. I have 3 friends that work at MS. Two are software engineers, one is a test engineer. Both of the developers have Linux boxen at home because they really freaking like the OS and it's a fun break to code and configure a Unix-like system. They tell me they have many coworkers who see it the same way. MS pays their bills and Linux is their hobby because they're smart nerds. It's not perfect, but it's better than them going home brainwashed and only eating their own dogfood.

      Microsoft is not nearly as "one-mind" and Borg-like as many would like to believe. That makes it harder to spread your flavour of hatred. Hate the company's practices, sure. But don't believe that the majority of people there really give a fsck enough to care one way or the other. It's a job. Just like clearcutting, oildrilling, and running a slaughterhouse.

    2. Re:How many from Redmond? by jejones · · Score: 3, Insightful

      MS could buy BIGNUM hackers and put them to work finding security holes in Linux and BSD using a trivial percentage of their petty cash. MS has done things with the intent of breaking other software in the past (e.g. the bogus warning when Windows 3.1 ran atop something other than MS-DOS, the calls in win32s.dll that ask for RAM intentionally out of range for virtual DOS sessions under OS/2, "DOS isn't done until Lotus won't run"). It's not a matter of hatred; it's a matter of MS SOP.

    3. Re:How many from Redmond? by 0x0d0a · · Score: 2

      Really? I know one person that works at Microsoft, and he runs Linux as well. As a matter of fact, he keeps a Tux in his cubicle.

      Are there actually any coders that *like* Windows at MS?

    4. Re:How many from Redmond? by Malcontent · · Score: 2

      They are both evil? Maybe MS is not as evil but they are evil nevertheless.

      --

      War is necrophilia.

    5. Re:How many from Redmond? by Malcontent · · Score: 2

      I'll take this on.

      Hitler was a very evil man. He did not like jews, gypsies or anybody who was not white and as a result rounded up millions of them and killed them. This was an attack on a specific subset of human beings and is rightfully regarded as one of the all time lows in human behaviour.

      MS is attempting to do something I submit is just as bad. Let me explain.

      What separates us from the animals is the ability to communicate and pass knowledge from one human being to another. We have combined this with persistent methods of communication such as writing. MS is seeking to control and limit how we communicate with each other. They are on the forefront of finding ways to limit and to charge for that communication. By attacking our right to freely exchange information, by partnering up with powerful organizations with the same aim, and by bribing politicians to back them up MS is attacking what it means to be a human being.

      Sure they are not killing a specific subset of people but they are attacking humanity as a whole. Less damage done to more people. Somewhere in there some sort of equavalence gets reached.

      --

      War is necrophilia.

    6. Re:How many from Redmond? by Malcontent · · Score: 2

      Sorry Just a job does not cut it. Every single person who works for MS is at least partially responsible for everything evil MS does. Just like loggers are responsible for the clearcuts.

      --

      War is necrophilia.

    7. Re:How many from Redmond? by Malcontent · · Score: 2

      Fist of all it was not really an analogy. I was answering an anology by replying to both parts of the previous post. Please learn to read.

      "has helped boost the density of America's forests to about 700 trees-per-acre, versus about 70 in 1900."

      And this is a bad thing? The forest density levels are still not where they were "pre white man" and will never get back there. During the settling of north east the land was razed pretty good and thanks to the efforts of the environmentalists (not the loggers mind you) we have replanted a lot of those forests. Of course the nature of the forest has changed. The trees are monocultured and planted in neat and straight rows which adds a un-natural feel to them but at least they are trees and not a parking lot.

      As for the wild fires so what? fires have gone on for billions of years and will go on for a billion more. We should let the forests burn it's good for them. Decades of fire surpression has harmed the forests just as bad as clearcutting has. Please go do some research for gods sake. When you are doing your research you may want to consider sources other then Rush Limbaugh of the cato institute or other republican/big business lapdogs. Fires are good. If you are afraid of fires live in the city. If you build a house in the forest then expect your house to burn, your dogs to get attacked by wild animals etc. Take some god damned personal responsibilty for your idiotic decisions.

      "Joe Blow's biggest problem in life isn't whether or not the company he works for might be acting like a corporation or not. In fact, like MSFT employees more after your comment,"

      Well duh you moron. Did I say MSFT employees didn't have bigger problems? Like I said learn to read you retard. Of course they have bigger problems but that does not negate their complicity in the evil acts done by their bosses. They knowing work for an evil company and are contributing to the bottom line of that company. They are morally culpable. On the other hand I doubt any of them are lining up to give you kisses or money because you like them so much.

      "took about 10 seconds to find some numbers to show that what you were saying is fluff "

      Ah yes now I know why you are so ignorant. You think 10 seconds of research is enough to understand the complexities of forest ecosystems.

      --

      War is necrophilia.

    8. Re:How many from Redmond? by Malcontent · · Score: 2

      Of course they were.

      --

      War is necrophilia.

  8. This is a fine example... by Latent+IT · · Score: 5, Insightful

    Of how the phrase "and if this trend continues" can pretty much turn otherwise useful statistics into a big mess.

    You know, watching a puppy grow, you could say, "And if this trend continues, this will soon be a super-dog the size of Godzilla, and will devour Tokyo."

    Funny, that never seems to happen.

    1. Re:This is a fine example... by Latent+IT · · Score: 4, Funny

      Damn. And I was going for funny. *shrug* ;p

    2. Re:This is a fine example... by rw2 · · Score: 2

      Yeah, I remember in '96 the popular one was to say that, at the then current adoption rates, every man, woman and child in the US would be a java programmer by 2010.

    3. Re:This is a fine example... by cybercuzco · · Score: 2

      They had something like this on the daily show a while back. They had some nutritionist on saying that cookie monster was making children fat. At the end of the sketch, the reporter was talking to john stewart and said " Since cookie monster came on the air in 1968, ive gained 120 lbs, if this trend continumes, by the time i reach 100, ill weigh 460 lbs!" And john stewart said, "but you were 3 years old in 1968" and the reporter said, "so?"

      --

  9. Re:Scriptkidiots by Anonymous Coward · · Score: 5, Funny

    Are scriptkidiots lookig for real chalenges? (=

    No, that would be "getting laid".

  10. Where the hell do they get these numbers? by nagora · · Score: 2
    Our firewall in the office gets four or five sniffs a day from script kiddies so, unless we're a special target, these numbers are orders of magnitude too low.

    TWW

    --
    "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
    1. Re:Where the hell do they get these numbers? by jd142 · · Score: 3, Insightful

      Right. There are a lot of flaws with this article, starting with the numbers. First of all, they don't define what they consider an "attack" to be. That's a big gaping hole you could drive a truck through (note lack of a link here).

      They also don't define what constitutes a "box" in this context. Even if it were servers only, the numbers are incredibly low. My little development web server got several thousand code red attacks last fall. Luckily, I was running Apache on Linux, so all it did was fill up my logs.

      If they are talking about pure number of attacks, as they appear to be, this is actually pretty good news. Apache webservers outnumber IIS webservers approximately 2 to 1 according to Netcraft (and by the way, has anyone noticed that Apache has been gaining the past couple of months). Assuming on a small percentage of people run Apache on Windows, we could assume that the attacks on Linux servers should be twice that of attacks on Windows servers, but the numbers are not that far apart.

      So this article appears to be pretty fluff piece with no real meaning. Like most news stories.

  11. Does this include handhelds? by sheldon · · Score: 2
  12. Yea, and about CodeRed? by clump · · Score: 5, Informative

    Looking through my Snort and Apache logs, I see about 5-10 CodeRed attacks *daily*. This is something that was fixed over a year ago, and it still fills my logs. About that 'chunked' Apache vulnerability? Twice. I have seen it 2 whole times within the weeks its been out. Lets not forget about this CodeRed bug, because it surely is an attack (a full "root" attack) and I have *never* been attacked with anything else so often. I doubt any study that doesn't take this into account.

    1. Re:Yea, and about CodeRed? by BlueUnderwear · · Score: 2
      Looking through my Snort and Apache logs, I see about 5-10 CodeRed attacks *daily*.

      This makes me wonder even more about those statistics. Many people already have noticed that the stat only talks about attacks, not successful attacks. But it doesn't even speak about properly targeted attacks either... Could it be that our statistician apprentices were counting those Code Red probes as attacks against Linux if they happened to show up in a Linux boxes logs? Even if these "attacks" have no chance of succeeding against such target?

      --
      Say no to software patents.
    2. Re:Yea, and about CodeRed? by Our+Man+In+Redmond · · Score: 2

      Only ten? Man, can I switch to your ISP?

      --
      Someone you trust is one of us.
    3. Re:Yea, and about CodeRed? by Nishi-no-wan · · Score: 2
      I hear you on this one. My logs report 4-8 per day on average, with about 3 Nimda attaks per week. Due to the amount of time and effor I put into notifying attacking ISPs on the same A, B, and C IP blocks, this number is probably lower than some. I'm also seeing an increase in scans trying to execute "/cmd.exe?/c+dir". (I'm not sure if I should report them or not.)

      Of course, while these attacks are geared toward M$, they are attacking my *BSD machine. Perhaps due to so many Linux and/or *BSD machines reporting attacks to DShild and others, all of these M$ attacks are being counted against the non-M$ community.

      I had three attacks after Goobles released the Apache exploit. (Well, actually one attack and two scans of my "powered by" page since I had upgraded after the first attack.)

      I used to get quite a few SSH attempts, but since blocking most CN domains at the firewall after them (and sadmind worm attempts), they've pretty much disappeared.

      The second most prevelant "attack" to CodeRed is formmail.pl scans. When is AOL going to put a sting on the collector at f2@aol.com?

  13. Or from another point of view by digitalsushi · · Score: 2

    From my point of view.. "so?" Theres tons of Linux vendors. If we dont fall in love with one and get all biased, then we can just assume that the better ones will float to the top over time. (That regarding that people would actually stop buying an OS cause its insecure). People get all religious over this stuff, and to some end it is kind of fun, trying to advocate this little OS towards your friends and such... but in the end, isn't it really a matter of us having the advantage of all the time in the world? What magic event is going to occur that will stop linux dead in its tracks? I guess "chill out" is a bad retortion to an article I didnt read, but, oh well :)

    --
    slashdot: where everyone yells sarcastic metaphors to themselves to understand the issue
  14. I wouldn't be at all surprised by PHAEDRU5 · · Score: 2

    to find that Micro$oft marketing is behind this.

    --
    668: Neighbour of the Beast
  15. I don't care. by undeg+chwech · · Score: 2, Insightful


    I don't really care about the number of attacks (unless it escalates to DOS), it's the number of successful attacks that is important.

    And since Linux is much more heterogenous than Windows, a "linux" attack directed at me is less likely to succeed since it is less likely I have the exact hole that is being exploited.

  16. Propaganda by dh003i · · Score: 5, Insightful

    Firstly, I question the source on these studies. We are given no real details, only "the number of attacks is up from ~5000 all of last year to ~7000 half of this year". This is completely meaningless, as we don't know what kind of attacks, or anything about the sampling method.

    Here's some critical questions of this study:

    1. How was this data taken? What was the sampling method? What was considered an attack?

    2. Of those attacks on Linux, how many were successful? What's important isn't the number of attacks attempted -- that is irrelevant -- but ratio of the number of attacks that succeeded over the number that were attempted: in other words, the probability that an attack will be successful. I bet on Linux, that number is way below 50% and on Windows -- '95, '98, 'ME, 2000, and XP -- its way above 50%.

    3. Of the attacks that were successful, how many of them were because of Linux itself, and how many because of some poor application? Same question to Windows. This is a minor point. The OS should have control and prevent security lapses, despite how crappily third parties code.

    4. What kind of attacks were these? Attacks is a very general word; there may be many successful minor attacks (i.e., crashing a system), but that's not as bad as a few successful major ones (i.e., wiping the entire hard drive of a system, stealing a credit card number, etc etc). In other words, how far into the OS did the attacks go. For Linux, a relevant question is "did the attack just breach a user's account, or did it penetrate to the root?"

    5. There's a lot of different "brands" or "flavors" of Linux. This matters. You'd expect Corel Linux to have much weaker security than the NSA's release of Linux, or than (for example) RT Linux. Different releases of Linux ship with different security by default, and different extra security features.

    6. What is being done about the problems?

    Relating to 6, we can rest somewhat assured in terms of security for Linux, as its Free Software and/or Open Sourced Software. Well-known bugs will be fixed by someone, and if they aren't, an annoyed individual could always take the initiative.

    What separates Linux from MS isn't just that its more secure, its also that bugs, security flaws, stability flaws, performance pitfalls, etc, are usually fixed much more rapidly than they are in MS.

    Also, no one has mentioned the attacks on other stable OSS/FS software, such as OpenBSD. Somehow, I doubt there's been much success in attacking OpenBSD.

    1. Re:Propaganda by dh003i · · Score: 2

      Of course you do. It is bad news about linux. Just do what you do best; smear the numbers

      Typical response of someone who's been blinded by propaganda. We know nothing about how this study was done, and little about the organization that did it, although they appear to be corporate (already a hint that they're unfairly biased).

      Its only bad knews if you are shallow and don't consider anything beyond what was presented, as you have obviously done. Gee, there's twice as many attacks against Linux, that must be bad. That's like saying, "Gee, Allen Iverson shoots twice as much as anyone else, that must be good". Its not. The number of attempts are IRRELEVANT. The only thing that is relevant is the percentage of successes and the net number of successes.

    2. Re:Propaganda by dh003i · · Score: 2

      Do you work for Red Hat? You certainly seemed very biased, most likey you are a major stockholder or executive of some Linux company. Why else would you spend so much time defending Linux?


      What a crock of shit. I'm biased because I don't blindly believe that whatever is told to me is completely representative of the truth? I'm biased because I'm asking the important questions that are relevant to security, not just the superficial ones?

      It seems more like your the one who's biased, as you've completely ignored the valid point I made: the number of attacks against a system is irrelevant. Its only the percentage of successes and total number of successes.

    3. Re:Propaganda by Shant3030 · · Score: 2, Interesting

      I agree with you views on this. A source of study has to be carefully scrutinized. A great example of this happened a few years back at my university (University at Albany).

      Princeton Review, a college prep company that has SAT classes and provides college information and rankings, questioned students at various campuses as to what is the number one party school. They decided to come to Albany on the day of Kegs and Eggs (a rather large bar opens at 8am one Saturday morning and kids get drunk and pour beer all over each other.). They polled the drunked students as they were leaving the bar and naturally, they voted for U at Albany. This, however, is not the main contributing factor to Albany's dubious ranking... A few representitives of Princeton Review had come down to the campus and began soliciting Princeton Review prep classes for graduate exams (MCAT, LSAT, GMAT, etc). Well, the university, having an affiliation with Princeton Review's rival, Kaplan, kicked them off campus. It is a strong belief among administration, that we were given this ranking out of spite.

      As with anything in the media, you must take information with a grain of salt and look deeper into the true meaning, sources and objectives of the survey, artiles, etc. It is our responsibilty to question companys or groups that put forth this information, because it could very well be jaded by propaganda.

      --
      100% Insightful
    4. Re:Propaganda by Tony-A · · Score: 2

      Do you work for Red Hat? You certainly seemed very biased, most likey you are a major stockholder or executive of some Linux company. Why else would you spend so much time defending Linux?
      Hmmph. I'd guess that he's using one of the BSDs.
      How do you count Code Red attacks on apache?

  17. Makes sense -- more Linux systems than a year ago by ciurana · · Score: 5, Insightful

    These statistics make sense. More and more people are adopting Linux now. There are two main drivers for this trend: People hear that Linux is better and organizations don't want to pay Microsoft's draconian licence fees.

    The real question is whether these attacks are successful. Unfortunately, while the number of Linux servers is going up, so is the number of people who own or administer these systems and who aren't security-aware.

    I think it's in the best interest of our community to assist the newbies when they have questions about setting up their systems, particularly when it comes to security. I've seen too many newbies laughed at in the IRC #security channels or the newsgroups. We should welcome them and try to help them; otherwise, The Forces of Evil will start using the statistics of all the h4x0red and 0wned systems (due to ignorance on the part of the users) as FUD.

    There is no doubt that Linux is now a mainstream alternative. Remember, though, that the hard part is not to arrive, but to maintain a leadership position. That's the difference between the Rolling Stones and the one-hit wonders. In order to maintain our leadership, we should work together toward making the community aware of the pitfalls, and the distro vendors should probably come up with a policy of "all services closed" and forcing the users to open them, not the other way around. Other people will probably add better ideas to these suggestions.

    The real measure is not whether the attacks are on the rise; it's the number of successful attacks that we should be concerned with.

    Cheers!

    E
    --
    http://eugeneciurana.com | http://ciurana.eu
  18. Only attacks that are noticed can be recorded by robolemon · · Score: 3, Insightful

    How many Windows attacks go unreported and unnoticed? All this can show really is that Linux attacks are increasingly easier to notice and report, while Windows attacks either are actually lower or (more likely) go unnoticed and perhaps even persist over a long time.

    --

    I design user interfaces for a free network management application,

  19. 11,828 attacks for windows last year by interiot · · Score: 5, Insightful
    The article claims that the number of attacks on windows system last year were 11,828.

    What counts as an attack? So worms don't count, or the number would be in the millins. Reported attacks? Those shouldn't count much because there is "little incentive for a company to report computer attacks.

    Here's another story by the supposed source, but again, they don't at all define what they mean by "attack".

    1. Re:11,828 attacks for windows last year by shoppa · · Score: 2
      During the height of "Code Red" last year, I was getting more than 11828 attacks per hour.

      Not a single one was succesful, of course :-)

    2. Re:11,828 attacks for windows last year by pongo000 · · Score: 3, Funny


      joker@thefarm 126% grep 'winnt\/system32\/cmd.exe' www-error_log | wc -l
      10209


      Wow...I wonder who the other 1,619 attacks were against? Anybody here willing to own up?

    3. Re:11,828 attacks for windows last year by interiot · · Score: 2

      Well, if you count the number of unique IPs that CodeRed probed you, then that's the minimum number of successful break-ins. Whick is certainly more than 11k.

    4. Re:11,828 attacks for windows last year by Tony-A · · Score: 2

      Might be right at that.
      Code Red is one.
      Nimda is two. ...

    5. Re:11,828 attacks for windows last year by Citizen+of+Earth · · Score: 2

      The article claims that the number of attacks on windows system last year were 11,828.

      I would suspect that my Linux desktop machine at home alone has received more Windows attacks than that.

  20. well if you believe alldas.org by sulli · · Score: 2

    Windows has been successfully attacked over twice as often than Linux since 4/2000. Looking at today's list, 17 Win, 12 Linux, 15 other.

    --

    sulli
    RTFJ.
  21. not from our perspective by sloth+jr · · Score: 5, Informative
    We run hosted web services for customers that between two datacenters aggregate about 50 million web hits a month.

    Snort and logsurfer snippets from our firewall logs go off all the time. Though I would say that we have seen more attacks targeting linux services (we're a linux shop, btw) than we've seen in the past, the majority of our attacks do seem to be against windows-based services.

    From an overall security point-of-view, the last three to six months have not been great ones from a linux vulnerability point-of-view: zlib, BIND, ssh, apache, Tomcat (not that some of these problems haven't affected Windows boxen also). It's kept us hopping patching our servers. We've been lucky, so far - no successful intrusions (that we're aware of, of course!).

    In general, it seems much easier to social engineer one's way into a Windows network via email attachments than directly attack it.

  22. Wouldn't Doub It by Ashcrow · · Score: 2, Informative

    But the trend of Linux boxes that get 0wn3d comapred to the Windows boxes that get 0wn3d probably show a difrent story.

    Check out Alldas.org ffor some numbers.

  23. Re:Is this sentient attacks, or attacks in general by clump · · Score: 2

    Its unfortunate for the article that no quantifiable evidence is offered. For all we know the numbers were pulled from somebody's imagination.

  24. And another question: by A_Non_Moose · · Score: 2

    Successful attacks is one, but what about re-infection/compromise?

    For instance compare some of the Win2k boxes to a RedHat 7.2 box I had compromised.

    The Win2k box (not mine, un?/fortunately) had been caught by nimda or some other vulnerability and after being formatted was *again* bit by nimda/code red when trying to get the updates.
    (a cd or local machine with the patches never crossed the dude's mind until the second time around).

    My box was compromised by a user running a trojaned IRC bot (eggdrop? was the trojan).
    I know, I know, that was my fault for slacking off/being caught up in other things, but the next go around was wipe, install the data, kill services that are not needed (chkconfig, nice tool) and edit the hosts allow/deny to hell and back.
    I was *P.O'ed*. FTP/SSH/HTTP is the only thing running currently with large ranges of IP's blocked if I see even *one* probe I don't like.
    (no complaints, yet).

    The large difference was the "state" of the admin.
    The win2k dude thought it was the "cost of doing business", mine was "those fscking tools + idiot user I'll do everything I can to keep it from happening again.

    Sigh vs GRRRRRR, is what I call it.

    That reminds me, it has been a day or so since I grepped the logs...

    Gotta go.

    --
    Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
  25. Re:Macs? by wo1verin3 · · Score: 2

    You can connect macs to the internet? Thats pretty cool... be nicer when they come out with network cards, I still can't get mine connected to my network.

  26. Re: by Theodore+Logan · · Score: 2

    The real question is whether these attacks are successful.

    First of all, a lot of comments in this thread comes from people who seem to assume that is some kind of viscious attack on their favorite OS instead of an announcement of a simple fact: there are more attacks on Linux now than before. Nobody said anything about this suggesting that Linux is less secure than it used to be.

    The Forces of Evil will start using the statistics of all the h4x0red and 0wned systems (due to ignorance on the part of the users) as FUD.

    It's true, so how, exactly, could it be FUD? Oh, you mean that MS would start saying things like: "look how many hax0red boxes you have, this must mean that Linux is rotten when it comes to security!" But isn't this exactly what the Linux community has been doing for years? Why do we always hear "Windows/Outlook/both suck because a gazillion boxes were infected by the ILoveYou virus" instead of "Windows users suck when it comes to security related issues, as a gazillion of them opened unknown attachments and got infected?"

    Doublespeak, I say. And I'm no troll.

    --

    "If you think education is expensive, try ignorance" - Derek Bok

  27. I remember the day that Code Red hit by dvdeug · · Score: 2

    I remember the day that Code Red hit, when the Internet started running slow and my webserver got repeatedly hit by Code Red attacks from all over the place. If and when I see the same effect from a Linux worm, I'll know we've hit the same point.

  28. Could be more interesting by Seawolf359 · · Score: 2, Insightful

    Ahhhh so we are counting how many times a script kiddie hits enter. You know this article doesnt shock me at all. Wow big suprise that the OS with the most servers is getting hit more and more. I dont see how this could shock anyone. What I am curious about is how many of these attacks were major attacks or organized attacks. That would be interesting reading.

  29. Don't Bother: vnunet author Middleton is a Moron by fanatic · · Score: 3, Informative

    This is another article by James Middleton, who is not a trustworthy source on this issue.

    I went there just long enough to see his byline (being careful not to download images, hence no ad revenues), then came back here.

    I've never seen Middleton write anything about Open Source that wasn't complete bullshit. This guy is either totally bought and paid for by Micorsoft, or is seriously stupd.

    --
    "that's not encryption - it's a new perl script that I'm working on..." - from some Matrix parody
  30. Re: by ivan256 · · Score: 3, Insightful

    It's true, so how, exactly, could it be FUD?

    Saying "There are more attacks on linux systems" becomes FUD when you imply that this is bad. More attacks doesn mean more successful breakins. Truth can be FUD in the right context.

  31. mi2g by doom · · Score: 5, Informative
    Evidentally, this story is a re-typing of the press release from "mi2g", so you might as well look at the original: Digital attacks on Open Source systems soar. It includes a bunch of pointers to pdfs of graphs of their data (none of which I can read because of some sort of "can't find colorspace cs8" error). But they don't appear to include any additional information, they're just graphs.

    The source of the data is supposed to be the "mi2g SIPS database", about which they say:

    The mi2g SIPS (Security Intelligence Products and Systems) database has information on over 6,000 hacker groups and maintains a record of over 60,000 individual hacking events since 1995. The SIPS intelligence citations include the 2002 Computer Security Institute (CSI) / Federal Bureau of Investigation (FBI) Computer Security Issues and Trends Survey [Vol. VIII, No. 1 - Spring 2002]

    (Do you need me to toss in some editorializing about how this is evidentally a company that specializes in publishing alarmist press releases to encourage people to buy their products? Oh, and take a look at key clients... yup, includes Microsoft).

  32. Re: by _Sprocket_ · · Score: 2

    Why do we always hear "Windows/Outlook/both suck because a gazillion boxes were infected by the ILoveYou virus" instead of "Windows users suck when it comes to security related issues, as a gazillion of them opened unknown attachments and got infected?"
    First, I agree that security ultimately rests with the individual user and system administrator. Security is not a shrink-wrapped product or a final destination. It is a process. Users are often the weakest link in any system and must use some judgment to avoid endangering the systems they rely on. And system administrators must remain vigilant to keep the systems in their care properly maintained and up to date. But there are systems that are exceptionally difficult to use and maintain due to architectural mistakes in their design.

    The combination of Windows and Outlook is riddled with issues. Attachments shouldn't appear to be one data type but actually be malicious executable code (due to Outlook's desire to hide file extensions and how it handles conflicts with MIME types and extensions). But say our users treat all attachments as plague-infested rats and refused to touch them. Past vulnerabilities have meant that simply READING a malicious email (and/or having it displayed in the preview panel) executed malicious code. Yes - the age-old joke about "don't read email called 'fun time'" became reality. Outlook, and its incorporation with Windows, has created a very virus/trojan friendly environment. If it weren't for the excellent scheduling features of an Outlook/Exchange combination, it would likely be dropped from any security-conscious corporate desktop.

    Windows systems themselves are an interesting challenge. We'll ignore the fatally flawed Win9x architecture and focus on the industry favorite NT/2k/XP. The very tools that should help an administrator keep his/her system safe has gained a certain degree of fear over the years - service packs and hotfixes have been known to cause more trouble than they fix. WinNT administrators tend to delay rollout of new service packs until they feel comfortable all bugs have been discovered by early adopters. Any system configuration (adding or removing system software components) often reverse changes by service packs, hotfixes, and administrator configurations and requires re-application of those changes. The infosec standard of hardening a host by removing all unnecessary components is foreign to the Windows environment. Windows system components are rarely designed to be removed and attempting to remove them means traversing a minefield of illogical dependencies - thankfully there are a few good minefield maps in the form of hardening guides. Of course, keep the guide close at hand. Any addition or removal of system components, hotfixes, or service packs will mean re-applying the hardening process.

    In short, Windows was not designed with good security principles in mind - and it shows. It IS possible to configure a secure Windows host (assuming vulnerabilities are patched in an expedient manner). But its a pain.
  33. Missing key word: DETECTED by karlm · · Score: 5, Interesting
    The number of detected attacks is rising sharply for linux and slightly falling for Windows. What percentage of Windows houses install an IDS solution? What about Linux houses? What percentage of Linux break-ins get reported to someone? and Windows break-ins? There very well may be a point this year when attacks against Linux outnumber attacks against Windows, but I think it's more likey that the vast vast majority of attacks againt Windows machines go unnoticed.

    Also, nimda and code red scans are attacks. If those got counted, allong with every virus email, the story would be very different.

    If you were given the IP address or a vulnerable WinXP box, a vulnerable Linux box, and a vulnerable OpenBSD box and your life depended on owning one of the boxes without getting detected, which one would you chose given no other information? Only the suicidal would pick OpenBSD... the probability of there being another OpenBSD dedicated IDS box nearby is pretty high.

    Let's not forget that a Linux shop can do a minimal install on a retired PII (or maybe even a 486) server and use it as a dedicated IDS box... no MS liscence fee. MS isstill goingto charge you for every running x86 box, regardless of OS, if you have an MS site liscence, so no negligible-cost dedicated IDS boxes for Windows shops.

    I'm biased. I sure am... but it's mostly due to experience... I was a residet computer consultant for my fraternity for 3 years. Sure we had the one guy that talked another guy into trying out Mandrake and didn't bother to tell him to keep it up to date, but for the vast majority of the Brothers, the Linux guys could hold thier own. Several of the Windows guys were accidently running "Are you sure? What is IIS? Why is that bad?". And then there were the windows alerts popping up once per minute on all of the Win32 boxes in the house because one guy decided to test his UPS. These are very smart guys, but they gave me a vey bad impression of Windows users. I doubt the general populace can do better than my fraternity.

    (Yes, the house GPA was in the 75th percentile fr fraternities and the average fraternity GPA is above the on-campus GPA at MIT. Even the management and bio majors could kick your ass in diferential equations, so no "stupid drunk frat boys" comments. They get tiring... very very tiring... especially comming from people that can't integrate thier way out of a paper bag.)

    In summery, let's not forget that Linux and Windows often get deployed in very different environments.

    --
    Copyright Violation:"theft, piracy"::Anti-Trust Violation:"thermonuclear price terrorism"<-Overly dramatic language.
    1. Re:Missing key word: DETECTED by Tablizer · · Score: 2

      (* the average fraternity GPA is above the on-campus GPA at MIT. Even the management and bio majors could kick your ass in diferential equations, so no "stupid drunk frat boys" comments. They get tiring..... *)

      The actual "stupid drunk frat boys" will probably end up being your boss somewhere, I hate to say it.

  34. This "discussion" is a sad commentary by VarmintCong · · Score: 2, Interesting

    on the community here at /. I expect the following opinion to be unpopular, but you never know.

    No matter how disgusting MS's business practices are, they are still not the evil side in this story. The script kiddies are. So why are we spending so much time blaming MS for this story? I could care less if MS financed this story. I could care less if I am still getting Code Red attempts daily on my machines. What I do care about is that everyone on the internet, even those people running MS products, is secure.

    The biggest problem we have on the internet from a security standpoint is ignorant users. The fact that we still get code red attempts shows that this is a huge problem.

    MS seems to be a bit more ahead on the curve when it comes to this (somewhat...I'll say more about this in a minute). In Windows XP, the OS will check for critical updates automatically, and will either download and install it by itself, or let you know that it is available. (This depends on how you set it up. You can also have it not do this behavior, and are given the choice to decide when you get on the internet for the first time.) I personally think that the default behavior should be to autocheck and notify, with options to turn it off buried somewhere. This would help protect the ignorant, while giving the choice to those of us who know more and are willing to do more with our OS to make our own choice.

    Of course, MS is also very slow at putting out security patches, and there is NO excuse for that.

    We will see more problems like this in the future. No matter what anyone says, Linux is not exactly as user friendly to the average Joe as Windows is. So while it may be more secure OOTB, as new exploits are discovered we will run into more and more problems because average Joe will not know that there is a new security hole on his Linux box. I can imagine quite a few of you will try and blame this coming problem on the average Joe, but remember....the customer is always right. If average Joe doesn't feel like subscribing to a security mailing list and sifting through a tone of email a day, he shouldn't have to. And we shouldn't expect him to want to do that, anymore then average Joe should expect us to like Celion Dion.

    So we should do something about this now, before it gets out of hand. Make the default action for a desktop Linux setup check for security patches and notify, with a dire warning that will scare the bejeebus out of average Joe. Make it pretty easy to turn off for those of us with a bit of knowledge. Keep pumping out patches. But make sure your average mouth breathing computer user can install the patch, without worrying about dependencies and without having to type anything. Point and click is their friend, even if it isn't necessarily ours.

    That is what we should be doing. Let's clean our own side of the street first, and worry about blaming MS for another thing later.

    BTW, I still see attempts by rootkits from Linux boxes daily, and these are (like the Code Red attempts) caused by boxes that are unpatched against security holes that have been fixed for a very looong time.

  35. 1) Stupid, stupid article. 2) Slashdot owns you? by Futurepower(R) · · Score: 2


    Stupid, stupid article. No one knows how many attacks there are. The numbers are entirely nonsense. My guess is that whoever wrote that saw some way to make money by saying it.

    mi2g is a company that makes more money if you think the sky is falling.

    Many more stories like that, and Slashdot will stop being popular.

    The article says, "But attacks on Windows/IIS systems have already dropped by 20 per cent on last year's figures, from 11,828 to 9,404."

    My guess is that attacks occur about 20 times per hour for each IP address. That's how computers are rooted within 25 minutes of connecting to the Internet; there are continuous attacks to find weaknesses. That's how many I see, anyway.

    That number cannot be the number of successful attacks, either. Most people who are rooted do not report that fact to anyone. Many Windows users would not even know they have been successfully attacked. How could they report it?

    Change in subject: At the top of every article, it says, "The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way."

    This sounds like you own your comments, doesn't it? However, the OSDN Terms of Service says at section "4. CONTENT", paragraph 6,

    "In each such case, the submitting user grants OSDN the royalty-free, perpetual, irrevocable, non-exclusive and fully sublicensable right and license to use, reproduce, modify, adapt, publish, translate, create derivative works from, distribute, perform and display such Content (in whole or part) worldwide and/or to incorporate it in other works in any form, media, or technology now known or later developed, all subject to the terms of any applicable Open Source Initiative-approved license."

    The contract is written in such a way as to appear that it has been made intentionally confusing. However, it looks like "comments are owned by whoever posted them" means that, yes, you own the intellectual property you created, but VA Software Corporation owns it too.

    This appears similar to owning a car, but under the condition that someone else can use it at any time, and without notifying you. In any case, The Fine Print is misleading; it is not all of the fine print, although that line at the top of each story certainly encourages you to believe it is.

    I don't know about Internet attacks, but we are seeing a rise in the number of sneaky contracts. This seems due to the presence of people with no technical knowledge at technically oriented companies. These people cannot contribute to the real work of the companies; all they can do is invent ways to abuse the customer.

    EULA: I've been studying their methods, and I have a sneaky contract of my own. I agree to VA Software Corporation's sneaky contract if they agree to mine: At any time of my choosing, VA Software Corporation will give all managerial and financial control of the company to me.

  36. A Pox on Both Your Houses by Detritus · · Score: 3, Insightful
    It's rather sad to see two octogenarian, congenitally deformed lepers, who think perfume is an adequate substitute for hygiene, arguing about who is more sexy. "Oooh, but I've still got both of my ears and most of my fingers, unlike that tramp."

    We have two operating systems, and their associated applications, implemented in unsafe languages, with broken and/or archaic security models, competing for how many weeks they can run before getting rooted by a new exploit.

    How pathetic.

    --
    Mea navis aericumbens anguillis abundat
  37. This is a Good Thing by simm_s · · Score: 2

    Maybe the attacks on Linux machines are increasing, because there are more Linux machines running or supporting critical IT infrastructure. IT engineers may be replacing old NT boxen with Linux machines.

    Unfortunately this puts Linux in the security spotlight. More exploits will be found and patched (which is a good thing), and the public nature of linux security information may be exploited and used against the Linux community.

  38. Re:You forgot!!!! by GutBomb · · Score: 2

    it was the beta version of win 3.1 i believe and it would not function correctly with dr. dos because they crippled it.

    http://www.theregister.co.uk/content/archive/7715. html

  39. Don't be fucking stupid by Anonymous Coward · · Score: 2, Insightful
    Even though alot of people try to seperate the script kiddies from the hackers, the people who do the most attacking are the script kiddies, who then get labeled as 'hackers' by the media. There is a thin line between an unsuccessful attack and a root compromise these days, especially with all of these tools that scan for vulnerabilities and automatically run the exploit on the vulnerable hosts.

    Think about the hacker mindset for a minute. Most of these attackers are using Linux, because that's what their scripts were written for, and because they think Windows is lame - to use, and to hack. Even most of the ultra-successful defacers out there will only attack Unix systems and network devices/appliances these days, because bragging about hacking into a Windows system isn't elite in the eyes of their peers; they will catch shit from their buddies for attacking such an easy target.

    If anybody out there is as clueless as this troll, please e-mail me your questions. I'm in the trenches with these kiddies 24/7 and can give you a better idea of what's going on than most nerdy bugtraq subscribers who think they know shit because they read some mitnick autobiography and they run an unstable kernel.

  40. Misleading topic? Improvement please! by Jugalator · · Score: 3, Insightful

    Topic: "More Attacks on Linux than Windows"

    Content: "If the trend continues, by the end of the year, attacks on Linux systems may surpass attacks on Windows systems".

    Anyone more than me that thought that Linux had more atacks than Windows?

    --
    Beware: In C++, your friends can see your privates!
  41. Damn those HP attacks! by FyRE666 · · Score: 2

    In another "survey" I wrote on the toilet today, statistics suggest honeypot servers running Linux are significantly more likely to be attacked than IIS servers!

    Sorry, but this report is so lacking in facts or sources that it might as well have been a conversation overheard in a pub. In my server logs here, the number of IIS exploit attempts is absolutely overwhelming! In other server's I've administered this is also the case. Sorry, I smell FUD...

  42. So what there are more Linux attacks than MVS too by gelfling · · Score: 2

    In 10 years when all servers are Linux there will be more attacks on Linux than anything else. Or something like that.

    So what?

    How many are successful?

  43. Re:No shit there's more attacks on Linux by caca_phony · · Score: 2, Informative
    when C# becomes more popular, buffer overruns and dangling pointers will be toast, so security problems will basically disappear. In comparison to Linux L00sers, anyways, where buffer overruns are considered a sign of how cool you are. (I uze l337-j00 See Minuz Minuz, is s0 fazT!!!)

    the ironic thing about your comment is that c#'s original name was c-- (you have to type cminusminus to google it properly, I think), which was, in part, a non gpl'd alternative to gcc's intermediate code system (ie. the way the GNU Compiler Collection uses one comiler for all the languages it supports, and they all compile to the same intermediate code). c-- was designed to be a better core language to use as a base language to code ontop of- ie. a non gpl'd version of gcc.

    Microsoft changed c--'s name to c# for marketing reasons.

    --
    ...and this lie crawls out of its mouth: 'I, the state, am the people.'
  44. Re:You forgot!!!! by ncc74656 · · Score: 2
    it was the beta version of win 3.1 i believe and it would not function correctly with dr. dos because they crippled it.

    It wasn't just the beta version...Novell (they had bought Digital Research by this point) sent me a couple of floppies (5.25" DD) with an update to DR DOS 6 to deal with issues in the final version of Win3.1 (not that I needed them since I used DESQview). I still have them around here someplace...

    --
    20 January 2017: the End of an Error.
  45. Is this FUD == mi2g ? by bariumXray · · Score: 2, Informative
    For the FUD picture on mi2g:

    Go to http://www.vmyths.com and search for mi2g under RANTINGS.

    Credibility is not their strong point.

  46. Sticking up for M$... by toby360 · · Score: 5, Insightful

    Alright, aside from the facts the following statments people are making:

    A) Linux use is growing
    B) How many of these were really successful attacks?
    C) What counts as an attack?
    D) Studies from the group which conducted this one are questionable.

    Clearly people are neglecting to give MS credit for some of it's accomplishments over the last year. One of the largest changes was the speed at which updates were made available and most of these through the windows update site. Now when new holes in their products were found, MS responded for the most part almost immediatly and patched up their code within hours/days and posted it up on for everyone to download. Also, they're working on making these updates even easier than before, anyone with windows 2000 who keeps on top of patches will notice that the interface has changed, you can set it to automatically apply security patches. Also another point is that people are finally realising that their computer will be far more secure if they just apply the latest patches.

    Holes in Linux are not always patched up right away and lets face it, Linux code warriors can't always respond to a patch for each distro when ones found like MS can or distribute it as easily. Because they're a single entitiy, they have quite the advantage when it comes to communication and distrobution.

    In the last year Microsofts efforts to patch up their software were far and beyond anything they have done in the past, and that is something Linux buffs won't easily admit to. Now, Palladium is a whole nother ball game mind you =)

  47. OT: Personal Firewalls by Bios_Hakr · · Score: 2

    I will agree with you that ipchains/iptables are great firewall apps. However, I do not agree that win32 personal firewalls are bad.

    My laptop is equiped with a winmodem. As such, I have a choice between no internet access, purchacing an external modem, using win32 unfirewalled, or using a win32 firewall. My choice, based mostly on convenience, is to use Norton Firewall. It detects and logs a lot of attacks. All the attacks are sorted and identified by the port that was probed. It even tries to identify the attack that is associated with that port.

    For a non-technical user, it is a great program. It has charts, graphs, and logs that are easy to understand. It will even provide nonintrusive popups for attacks in real time. I think that, from a desktop POV, linux developers could learn a lot from taking a look at it.

    --
    I'd rather you do it wrong, than for me to have to do it at all.
  48. Never been hacked... by rmpotter · · Score: 2, Interesting

    I've been running IIS -- and unix-based web servers for about 5 years. Our IIS boxes have NEVER been hacked. We had disabled .htr and other mappings long before Code Red emerged -- as MS had advised. The fact is, 90% of all of the Windows vulnerabilites have been fixable with permissions and registry modifications. Keeping patches up to date is a pain, but not impossible.

    Without a doubt, MS has a lot to learn about security, but tools such as URLScan and the like have made it much easier to lock down an IIS server.

    It's also worth remembering, that as an application server, IIS has the ability to do a LOT out of the box (COM, ASP, ISAPI (and outdated vulnerable technologies using HTR). In any case, can not compare IIS with Apache -- you must compare it with Apache + Tomcat + Turbine, etc.

    --
    Is this sig nificant?
  49. win2k/IIS vs apache by Trepidity · · Score: 2

    Perhaps you haven't been following the remote Apache worm that's been going around lately?

  50. Are you running Apache 1.3.26 or newer? by Trepidity · · Score: 2

    If not, you're vulnerable to a worm that's been going around that is similar to Code Red (hijacks your server and turns it into a DDoS platform). I know at least 4-5 people who were hit by this in the 2 days it took the fix to get into security.debian.org.

  51. Linux Admins vs Nt by MADCOWbeserk · · Score: 3, Insightful

    My Linux box reports a number of attacks against the FTP server and Apache each day

    Perhaps the reason Linux gets more attacks reported is that Unix has very good logging and nix admins actually read their logs and report attacks. I knew some Nt administrators even in very big operations that never read their log files. Personally I thing the the script kiddies just scan and hit whatever they can. A linux box might be more useful once the it is compromised, but that is another issue.

    Could Jesus microwave a burrito so hot, that he himself could not eat it....HS

  52. Admin skill by berzerke · · Score: 2

    It's been my experience that the skill of the admin for the box (and management's willingness to let the admin do his job) has much to do with the security of the box. A good Windows admin (if you can find one) will have a more secure box than a lousy *nix admin. (If both admins are equally good, I'd bet on the *nix over windows any day.)

    IMHO, Mandrake has a good idea for their install. At the end of the install, before any servers are turned on, it prompts you to update if you have an internet connection. This feature adds security relatively painlessly.

  53. No MS Boxes left to attack? by Trevelyan · · Score: 2, Insightful

    I see a lot of post here, and hear a lot of apache admins go on about their logs filling with attacks from CodeRed, Nimda, etc (which obviously get no where)

    So my thought is could the increase of attacks on linux box be beacuse most(all?) the MS boxes are infected drones, all attacking every IP they see?
    and thus more linux boxes get attacked.

    I know it an extreme view, but a Nimda drone attacking an apache box, although pointless, is still adds to the statistic of more linux boxes being attacked

  54. Re:Don't Bother: vnunet author Middleton is a Moro by fanatic · · Score: 2

    An 'anonymous coward' said: care to back that up at all? I don't know the guy from a hole in the head, but those are some pretty nasty allegations to throw around w/no evidence behind them...

    There have been 2 other cases where articles by this guy on VNUNET were clearly wrong, too far wrong for casual error. One of them sprang from the (ill-considered) statistics posted at securityfoucs.com that compared the counts of windows and linux vulnerabilities. But the linux vulnerabilities included applications and the windows numbers did not. securityfocus.com clearly stated that fact. Also, each linux vulnerability was counted each time it occurred in any distribution, causing multiple counting of many of them. Middleton did not mention either of these facts, simply using the raw numbers to imply that windows security is better than linux.

    The other case was equally egregious. Its headline was "Hackers turn on open source", with a lead paragraph saying the same, but with no clear data backing it up. In fact, the article referenced an increase in website defacements, then noted that 'virtual websites' where many sites are on one machine, were involved, thereby rendering the statistic fairly useless.

    This guy is hack, or worse. He's already had too much benefit of the doubt.

    --
    "that's not encryption - it's a new perl script that I'm working on..." - from some Matrix parody
  55. Re:Don't Bother: vnunet author Middleton is a Moro by fanatic · · Score: 2

    Both of these stories are availability via linuxtoday.com, BTW. If you go to vnunet.com, please use a browser with image-loading turned off (mozilla, galeon, lynx, links, w3m). No point giving the advertisers of these morons any hits.

    --
    "that's not encryption - it's a new perl script that I'm working on..." - from some Matrix parody
  56. Are you kidding me? by forkboy · · Score: 2

    Maybe that's because there are MORE Linux boxes out in production than there were a last year and people are starting to drop IIS because of the security nightmare it is?

    Think about what happened last year....Code Red abused IIS servers to death and sysadmins started realizing that Linux/Apache was a viable alternative, what with the kernel networking code improvements it got in 2.4.x, (or was that 2 year ago?) not to mention the publicity Linux has been getting increases every year.

    Not exactly a profound leap of logic to make this deduction.

    --
    This message brought to you by the Council of People Who Are Sick of Seeing More People.
  57. Correct subject lines...? by mehfu · · Score: 2, Insightful

    More Attacks on Linux than Windows
    AND
    If the trend continues, by the end of the year, attacks on Linux systems may surpass attacks on Windows systems.
    is FALSE

    I can't see the correctness of the subject line. It should say "More Attacs on Linux than Windows... um, maybe... in the future.."

  58. I interviewed for mi2g by Cally · · Score: 2

    ...for a web dev position with cross training to network security (which I was, and still am, very interested in.) This was in 1998, IIRC. The head geezer is one D.K. Mattai. He told me they did consultancy for a lot of City (financial) firms, including info-sec work, and that I'd be paid a small basic (about 20K IIRC, not much even then) with substantial commission on any sales I made. Between the man himself, his dodgy "lounges" microsite idea (he wanted a "carlounge" site, a "videolounge", etc, but had dodgy ideas about advertorial as a revenue stream), the very non-technical, "hobby job" feel of the place (I only met him, and saw little evidence of anyone else using the rather flashy offices in Battersea - right on the Thames in fact, not a cheap location!)... just weirded me out a bit. I remember walking along the embankment afterwards, looking at the sun on the river and thinking "I know I hate Logica, but I'm not sure I trust this set-up - in fact I don't think I'd take it if he offered me the job." He tried to pressure me into signing up on the spot, too, IIRC. Oh yeah, and he thought NT4 and IIS were the bee's testes for secure servers.

    Anyway, over the next four years or so I kept coming across sitings of him in Need To Know. Search for mi2g or "D.K. Mattai" and you'll see what I mean. He puts up some new FUD release every six -12 months, and presumably reaps some consultancy fees from the credulous and ill-informed. The other day I saw he'd even got himself onto the BBC with some nonsense "survey" about virus attacks by Al Qaeda... before that, it was anti-globalisation
    protesters who were going to make the sky fall.

    In short: nothing to see here, move along please.

    --
    "None are more hopelessly enslaved than those who falsely believe they are free." -- Goethe
  59. mi2g are notorious FUD merchants by Cally · · Score: 2

    Here's a good piece on Vmyths about mi2g. They're full of it. I wouldn't be surprised if the entire "report" was based on a sample of two machines. On a home network. With an inquisitive teenager around :)

    --
    "None are more hopelessly enslaved than those who falsely believe they are free." -- Goethe
  60. Re:Makes sense -- more Linux systems than a year a by FyRE666 · · Score: 2


    I've seen too many newbies laughed at in the IRC #security channels or the newsgroups.

    I totally agree! I used to hang out in the linux* IRC channels to help people quite a lot, but became sick of all the bitching and script kiddies kicking anyone who didn't run their preferred version of Linux (anyone mentioning they ran RH was usually banned for some reason), or trying to start arguments by giving obtuse or antagonistic replies to questions. That sort of bullying is not anything I want a part of, and does Linux no good what-so-ever.

    I don't know if Windows has any sort of community, but I can't imagine it would have such a high percentage of irritating know-it-alls driving people away.

    Rant over ;-)

  61. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  62. The reason behind the attacks... by fmaxwell · · Score: 4, Interesting

    Which are more successful? The attacks on Windows machines, or the attacks on Linux machines?

    A better thing to know is what the goals of the attacks were. For instance, attackers trying to get credit card numbers from major e-commerce sites would be more likely to attack Linux machines because (I believe that) Linux powers more successful e-commerce sites than does Windows. This is even more true lately, when respected security professionals are warning customers off of IIS (It Isn't Secure) and Windows platforms.

    Another possible motivation is bragging rights. Defacing a web site running on Windows NT and IIS is not really all that impressive when Microsoft is issuing new security warnings and patches on an almost hourly basis. If you are going to try to impress everyone, you pick a fight with the biggest, meanest guy at the bar, not with some little shrimp that can't defend himself.

  63. Ummm... Well... No... by Eric+Damron · · Score: 2

    "Linux systems are up, attacks on Windows based systems have actually dropped dramatically when compared to last year."

    If the average System Administrator for Windows platforms are anything like the ones where I work, they are just unaware of the attacks. So they go unreported.

    --
    The race isn't always to the swift... but that's the way to bet!
  64. My take on all of this by forgoil · · Score: 2

    I would guess more and more people are using 2k or XP instead of older versions of Windows. Things are improving in Windows, and a unix machine are just more interesting to have hacked into. In fact, it is not even hard to break into a computer that isn't patched quickly when an exploit is released.

    I'd say that all OSes needs to become more safe, because it is going to affect people in negative ways when their computers are compromised. That is way more important than arguing over which OS is the best.

  65. Good reason. by AMuse · · Score: 2

    As far as I can tell, a compromised Linux machine is far more useful than a compromised Win* box, to the attacker.

  66. Re:why are we here by Anonymous+Cowtard · · Score: 2, Insightful

    So... let me use my brain... you have given me two choices:

    1) Windows setup in an insecure way.

    2) Linux setup in a secure way

    Basically, your choices would parallel the choices in the following example:

    Which is better?

    1) Apples

    2) Oranges

    In other words, what you are comparing isn't fair. Why isn't it something like, which is more secure?

    1) A Windows machine not hooked to a network

    2) A Linux machine not hooked to a network

    You seriously can't compare the configuration of a standard home user's Windows PC to a professionally configured Linux machine and have it be a valid comparison of their security.

  67. Re:Don't Bother: vnunet author Middleton is a Moro by fanatic · · Score: 3, Interesting

    Actually, I found a URL at Linuxtoday that lists many articles by Middleton. Although there are some doozies there, there are also some that show significantly more balance than the 3 we've discussed here. I'm at a loss to understand the radically varying quality of his work.

    --
    "that's not encryption - it's a new perl script that I'm working on..." - from some Matrix parody
  68. Re:Scriptkidiots by glwtta · · Score: 2

    oh yeah, when are the debian packages coming out for that?

    --
    sic transit gloria mundi
  69. What are they counting... by rnturn · · Score: 2

    ... as an attack on a Linux system?

    Those attempts to run ``/MSADC/root.exe'' directed toward Apache servers? I must have seen several dozen of those this week alone. (Heh heh heh)

    --
    CUR ALLOC 20195.....5804M
  70. Code Red by jsse · · Score: 2

    Does that hundreds of Code Red attack on my Debian servers count?

    Just curious.

  71. Will probably see more of this... by Junta · · Score: 2

    Though the study is pretty badly flawed, this phenomeenon will likely continue, perhaps not to exceed windows, but it is a possiblility. What is being seen here is that linux is gaining market share, and it at least perceived as valuable information to know by even Windows administrators. The main problem plaguing Windows security is quality of the administrators. Commercials give the impression that MCSE = big buks, so people with little drive or knowledge go for it for the cash. Administrators are suddenly a dime a dozen and with MCSEs all over place and limited knowledge of managers conducting employee selection, its hard to determine quality among candidates, so you get lazy or unknowledgable sysadmins. These large masses of people have been seeing Unix as a dying, historical thing and have ignored it. Now, to *these* people, Linux is a sort of renaissance to Unix computing, so they see it as possibly figuring into their job and start to take it up. Also, other computer people who want to feel elite also pick it up and start doing things without fully understanding the risks and consequences. As Apache and even OpenSSH have shown us, no software is perfect, and ultimately it is the awareness and competency of the sysadmins that determine security. And for linux the signal-to-noise ratio is getting lower...

    Also, sysadmins of Unix systems especially are getting lazy, I'm guilty of that :) There haven't been many serious widespread issues for a while until recently. Now with the increased market and exposure, script kiddies and the like find linux a more appealing target, especially those who thinks linux users need to be taken down a notch or two. So all of a sudden, we have lazy or new sysadmins faced with an increasing number of attacks.

    Personally, I think I'm going to start deploying gentoo more on servers. Patched versions seem to work into the portage tree most quickly, while other places tend to a bit slower, either because of QA or lack of maintainers.. I know QA is good, but to tie up *security* patches in QA too long is bad... I'll take my risks on testing a patch with a possible, yet unknown exploit than a certain, known exploit..

    --
    XML is like violence. If it doesn't solve the problem, use more.
  72. Re:Are you confident.... by HiThere · · Score: 2

    Not precisely.

    The theory of evolution predicts the opposite, actualy. The ones who do the stupid things don't survive.

    Ref.: The Darwin Awards

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  73. Re:Are you confident.... by kingkade · · Score: 2

    I'm not confident enough in AMYTHING to post the url anywhere :) Doing so is just asking for it and would get me in trouble anyway.
    I distrust all software, BTW. Like I said its 90% the admin and 10% the actual SW no matter how "secure" anyone says it is.
    And if you insist: www.nsa.gov
    :D, j/k

  74. No challenge there by hayden · · Score: 2

    I'm hanging out for a (+5, Underrated) myself.

    --
    Nerd: Derogatory term typically directed at anybody with a lower Slashdot ID than you.
  75. And as I write... by Nishi-no-wan · · Score: 2
    And as I wrote the above, Snort notified me that a major computer manufacturer in Palo Alto, CA has become the latest victim of CodeRed to attempt an attack on my site. (I do hope it's not a pre-install model.)

    Still no "real" attacks on the system today, though.