Slashdot Mirror


Google Buys Anti-Malware Security Startup

J Tomas writes "Google has quietly made its first anti-malware acquisition, snapping up GreenBorder Technologies, a venture-backed company that sells browser virtualization security software. GreenBorder's software creates a DMZ (demilitarized zone) between the Windows desktop and programs downloaded from Web pages or opened from e-mail messages in Microsoft Outlook. The early speculation is that Google will add the sandbox technology to the Google Toolbar or release a rebranded version as a standalone download."

125 comments

  1. Malevolence by Anonymous Coward · · Score: 1, Funny

    Evil or not evil? Hmm...

  2. Thanks... by Anonymous Coward · · Score: 5, Funny


    GreenBorder's software creates a DMZ (demilitarized zone) between the Windows desktop and programs downloaded from Web pages or opened from e-mail messages in Microsoft Outlook.

    Dear GreenBorder,

    Thank you for doing work we should have done years ago.
    Unfortunately this level of work requires considerable resources
    which would drive down our bottom line and
    shareholder confidence.

    William Gates III
    Microsoft Corporation

  3. ALERT! ALERT! by LiquidCoooled · · Score: 3, Funny

    Harry Kim: "Borg Attack!"
    Janeway: "Raise shields"
    Paris: "Its no good, they have adapted, they are firing sunloungers"

    --
    liqbase :: faster than paper
  4. Google is the new Microsoft, etc. etc. by athloi · · Score: 5, Insightful

    ...proving that corporations aren't evil, but trying to stay on top when you're top dog might corrupt absolutely. This would not have happened in "Lord of the Rings."

    I refuse to demonize corporations, because I know that people run them and do the best they can with an often paradoxical set of goals. I remember when one boss I worked for sold his company to a larger technological concern, and suddenly all the rules changed. Image became more important than reality. We did everything we could to inflate figures. And the guy who once spent hours thinking about "the next cool thing we'd all like to use" stayed up late looking over spreadsheets, metrics, indicators and other spaced-out crap that has no relevance to reality.

    We might call this time "the devirginization of Google," as they are inducted to the weird malevolent world of corporate politics as the top dog in the Darwinian internet struggle for virtual world domination.

    1. Re:Google is the new Microsoft, etc. etc. by palewook · · Score: 2, Interesting

      or the new yahoo. in a few years we'll be using something else for a search engine. google is buying so much crap and utilizing so little of it. example: google buys dodgeball and leaves it for dead, along comes twitter. so now google buying doubleclick then buys an anti malware company. go figure. theres a few kids in school at the moment that will be millionaires in a few years after they start a new search engine that doesnt have bloat and doesnt sell listing results. google gets to join yahoo in the also ran seat soon.

    2. Re:Google is the new Microsoft, etc. etc. by Paulrothrock · · Score: 4, Insightful

      Corporations aren't evil in the same way that sharks aren't evil. They're just doing what comes naturally. Sharks eat furry little sea lions; corporations make money. If either stopped doing what came naturally, they'd die.

      The key is to harness the corporation in such a way that it improves the lives of individuals without running roughshod over society. And that is the point of regulation. Well, that *should be* the point of regulation.

      --
      I'm in the hole of the broadband donut.
  5. The term DMZ by Anonymous Coward · · Score: 0

    Shouldn't this really be a 'firewall'?

    The usages I have seen of the term DMZ refer to where both part 1 and part 2 are considered 'safe' and so there's no need for security measures in between them - so it's an area that's a DMZ, not a wall. /pedant

    1. Re:The term DMZ by Volante3192 · · Score: 4, Informative

      A firewall, however, would block it. DMZs are areas inside the first firewall to keep the majority of the intruders out, but outside the second, more locked down, firewall that protects the internal network. Technically the area inside the first firewall isn't "safe," it's just "safer." DMZs can still be subject to malicious traffic because boxes inside DMZs, like webservers, by design have to keep certain known ports open.

      I think the ideal term for what Google picked up is sandbox, where stuff can run and it doesn't impact the rest of the system so you can see what it is beforehand, but DMZ looks like it could apply.

      Interesting idea if it does what I think, at least. Would have figured a sandbox for a plugin was rather intensive processor wise.

    2. Re:The term DMZ by pla · · Score: 1

      Interesting idea if it does what I think, at least. Would have figured a sandbox for a plugin was rather intensive processor wise.

      You can already run your browser (and email, if not Outlook) in a very effective sandbox with virtually no CPU overhead - Run them as a separate user with only guest privilages.

      That does have a down-side, of course (most notably, it takes a herculean effort to print from such a session, at least under XP), but works very well at preventing malicious sites and plugins from doing anything more than crashing your browser.

    3. Re:The term DMZ by Lord+Faust · · Score: 2, Interesting

      Interesting idea if it does what I think, at least. Would have figured a sandbox for a plugin was rather intensive processor wise

      One thing however, is that on Vista you already have Internet Explorer running in a sandbox (most of the core system services appear virtualized, according to Task Manager), isolated from the kernel. I'd imagine a virtualized virtual machine is a pretty nasty beast on performance.

      Definitely a neat idea; especially on an XP box where you don't have the innate ability to run a virtualized IE.

  6. virtualization DMZ.. by rs232 · · Score: 4, Funny

    When did Linux steal this innovative technology and rename it chroot.

    --
    davecb5620@gmail.com
  7. THE Google Question: +1, Informative by Anonymous Coward · · Score: 0

    Is Google the next Enron?

    Financially,
    Kilgore Trout

    1. Re:THE Google Question: +1, Informative by Anonymous Coward · · Score: 0

      Are you the next world famous retard?

  8. Marketingspeak: DMZ vs. Sandbox... by xxxJonBoyxxx · · Score: 3, Funny

    GreenBorder's software creates a DMZ (demilitarized zone) between the Windows desktop and programs downloaded from Web pages or opened from e-mail messages in Microsoft Outlook. The early speculation is that Google will add the sandbox technology to the Google Toolbar or release a rebranded version as a standalone download.


    So...is it like the plain old Java sandbox?

    "But in my tests, some minor spyware modifications, such as desktop shortcuts and new menus, did make it to the underlying host. GreenBorder says this is because the malware mimicked a normal user's modifications too closely, as compared with most malware's programmatic accesses. Still, the fact that malware can modify the host desktop at all means there are other potential weaknesses." --http://www.infoworld.com/article/05/03/18/12TCgr eenborder_1.html


    Hmmm...I guess not. GreenBorder's "sandbox" appears to have some pretty big holes.
    1. Re:Marketingspeak: DMZ vs. Sandbox... by rs232 · · Score: 1

      I thought Vista had User Account Control (formerly known as LUA) and Internet Explorer ran in Protected Mode, so why do you need this again?

      How about running the whole OS in virtualization mode, that gets flushed at each boot.

      --
      davecb5620@gmail.com
    2. Re:Marketingspeak: DMZ vs. Sandbox... by misleb · · Score: 1

      How about running the whole OS in virtualization mode, that gets flushed at each boot.


      Wouldn't that suck.

      For fuck's sake, just stop using Windows. This is ridiculous. I can't believe things are getting to the point where people start to seriously consider what is essentially a fresh install of the OS at every boot.

      -matthew
      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    3. Re:Marketingspeak: DMZ vs. Sandbox... by rs232 · · Score: 3, Funny

      Wouldn't that suck .. For fuck's sake, just stop using Windows

      Well yea, but the average Windows wouldn't notice. And the average non technical user flies in to a technological panic when confronted with anything new. For instance a writer who is still on Wordperfect on Windows 98. She copies and pastes into her email prog to send, otherwise her clients can't read the doc .. :)

      Did I mention the one who has msWord set at 75% zoom and the fonts at 20, as she never learned to adjust the font size. At print out she selects 'reduce by 60%' ..

      --
      davecb5620@gmail.com
    4. Re:Marketingspeak: DMZ vs. Sandbox... by misleb · · Score: 1

      Wouldn't that suck .. For fuck's sake, just stop using Windows

      Well yea, but the average Windows wouldn't notice.


      They wouldn't notice that all their documents the apps and they installed are gone? Do you think the "average WIndows user" is an Alzheimer's sufferer or something?

      -matthew
      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    5. Re:Marketingspeak: DMZ vs. Sandbox... by 99BottlesOfBeerInMyF · · Score: 2, Interesting

      They wouldn't notice that all their documents the apps and they installed are gone? Do you think the "average WIndows user" is an Alzheimer's sufferer or something?

      I do run Windows in a VM and do revert to a clean version once a day. Windows has read/write access to a version controlled directory for storing data, but it cannot delete the history thereof.

    6. Re:Marketingspeak: DMZ vs. Sandbox... by misleb · · Score: 1

      So what does it take to install applications and have them around when you "revert?" Sounds like a huge, unnecessary pain the ass to me. The question becomes: "Is it worth it?" I find using Windows annoying enough WITHOUT the hoops you need to jump through to keep it clean.

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    7. Re:Marketingspeak: DMZ vs. Sandbox... by 99BottlesOfBeerInMyF · · Score: 1

      So what does it take to install applications and have them around when you "revert?" Sounds like a huge, unnecessary pain the ass to me.

      If I want a new application I install it and save a new VM image, then make that my default. It only takes a minute or so more than it normally would. There could be an issue if I was compromised by malware after I started the session but before I installed the new app, but I generally will restart the session from a know good copy before I install anything.

      Sounds like a huge, unnecessary pain the ass to me.

      Security is not my primary motivation. I'm running Windows on top of OS X. I only use Windows for a handful of applications, mostly for compatibility testing and for one old, irreplaceable specialty app.

    8. Re:Marketingspeak: DMZ vs. Sandbox... by Some_Llama · · Score: 2, Interesting

      "WITHOUT the hoops you need to jump through to keep it clean."

      Why is it so hard to keep your windows box clean? I run XP semi updated (every so often i check for updates, not regularly) and don't have "MASSIVE" problems that i hear people like you complaining about all the time...

      Maybe it is because i am careful? I use firefox (because i prefer it over IE), I scan anything i download or get emailed with online scanners and i use a lot of game/program cracks, i don't scour the net for pron, and i have my boxes (4 of them, all windows, none with these "problems") behind a hardware firewall. I don't even have antivirus installed on my systems, meh...

      Once in a great while one of them will get some spyware because of what my kids have done and i can clean it up, but for the most part i'm not rootkitted, full of spayware/viruses, crashing, etc...

      Maybe you should be looking at your own actions when using windows instead of complaining about it being such a problem?

      (side note) I work in IT personally, and pretty much 90% of the problems that are software are due to user misconduct/error... Windows has come along way since 95...

    9. Re:Marketingspeak: DMZ vs. Sandbox... by misleb · · Score: 1

      Security is not my primary motivation. I'm running Windows on top of OS X. I only use Windows for a handful of applications, mostly for compatibility testing and for one old, irreplaceable specialty app.


      So basically your situation is relatively unique and has very little relevance to regular Windows users. But thanks for sharing.

      -matthew
      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    10. Re:Marketingspeak: DMZ vs. Sandbox... by 99BottlesOfBeerInMyF · · Score: 1

      So basically your situation is relatively unique and has very little relevance to regular Windows users. But thanks for sharing.

      Anyone looking to run Windows securely is a huge exception. People with a clue as to how to go about it are even rarer. Running the entire OS in a VM is one way, probably one of the very few ways a normal or slightly above average user could do it and still have all the functionality they expect. It is quite a bit better than simply "don't run Windows" as that is not a viable option for a great many of us.

    11. Re:Marketingspeak: DMZ vs. Sandbox... by Gobe · · Score: 1

      They were/still are.

      I think in TFA or elsewhere I've read that papers were signed about two weeks ago. Just about the time I was reading some stuff about the http://www.usenix.org/events/hotbots07/tech/full_p apers/provos/provos.pdf "The Ghost in the Browser".

      Reckon the guys are using Greenbox as part of their malware tests - they run malware within a virtual machine to monitor the malwares actions.

      If they continue to use the system as described in the doc to test, evaluate and thus detect malware seems to me that Greenbox is a handy tool to have.

    12. Re:Marketingspeak: DMZ vs. Sandbox... by misleb · · Score: 1

      Why is it so hard to keep your windows box clean?


      It isn't hard, per se. It is just annoying. I could keep a WIndows box clean if I *really* wanted to. I just don't want to. Simple as that.

      I run XP semi updated (every so often i check for updates, not regularly) and don't have "MASSIVE" problems that i hear people like you complaining about all the time...


      Well hurray for you. You get a biscuit.

      Maybe it is because i am careful?


      Maybe. But I'd rather move out of a dangerous neighborhood that be "careful" my whole life. But I suppose if that dangerous neighborhood is what you call home, then you do what you have to do. *shrug*

      I use firefox (because i prefer it over IE), I scan anything i download or get emailed with online scanners and i use a lot of game/program cracks, i don't scour the net for pron, and i have my boxes (4 of them, all windows, none with these "problems") behind a hardware firewall. I don't even have antivirus installed on my systems, meh...


      Another biscuit for you.

      Once in a great while one of them will get some spyware because of what my kids have done and i can clean it up, but for the most part i'm not rootkitted, full of spayware/viruses, crashing, etc...


      I spend a lot more time than I'd prefer cleaning up after viruses/spyware on other people's computers, so perhaps I am a little biased. See, I've never actually been a regular Windows user myself. I only use Windows as needed (to my chagrin). Maybe you regulars are just used to it or something. I dunno.

      aybe you should be looking at your own actions when using windows instead of complaining about it being such a problem?


      As I said previously, I'm not a regular user of Windows, so it is kind of moot.

      -matthew
      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    13. Re:Marketingspeak: DMZ vs. Sandbox... by misleb · · Score: 1

      Anyone looking to run Windows securely is a huge exception. People with a clue as to how to go about it are even rarer. Running the entire OS in a VM is one way, probably one of the very few ways a normal or slightly above average user could do it and still have all the functionality they expect.


      Not all the functionality. I presume you're using Parallels on a Mac for your VM. And in my experience the video acceleration is pretty poor. Not suitable for games.

      It is quite a bit better than simply "don't run Windows" as that is not a viable option for a great many of us.


      How about "don't run Windows as your primary OS" then? It is definitely a lot easier to keep a system clean if it isn't your primary desktop even without maintaining a "clean" VM. I mean if you're only running Windows/Parallels for IE to access your Bank and some obscure, but irreplacable Win32 app, then there really isn't much room for infection no matter what you do. Especially since Parallels puts your VM behind NAT by default.

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    14. Re:Marketingspeak: DMZ vs. Sandbox... by Some_Llama · · Score: 1

      "As I said previously, I'm not a regular user of Windows, so it is kind of moot."

      Then why are you complaining about it so LOUDLY?!? I would have thought that with as much to say against it you would have been familiar with it...

      "It isn't hard, per se. It is just annoying."

      Well actually, it isn't either, but i guess you wouldn't know since you "rarely" use it.

      "Maybe. But I'd rather move out of a dangerous neighborhood that be "careful" my whole life. But I suppose if that dangerous neighborhood is what you call home, then you do what you have to do. *shrug*"

      You can also cross any street without looking, or eat candy you find on the floor, or eat fish from China, but i guess what you are saying is that you prefer an OS that holds your hand? Or just more windows bashing because it makes you feel superior?

      "I spend a lot more time than I'd prefer cleaning up after viruses/spyware on other people's computers, so perhaps I am a little biased."

      You think? Like i said, I do IT for a living and 90% of the time it is because of the user that these problems arise.. i'm sure being a parent of a 3yr old is hard work too... (comparing careless users with 3yr olds, not windows users in general, fyi)

    15. Re:Marketingspeak: DMZ vs. Sandbox... by misleb · · Score: 1

      Then why are you complaining about it so LOUDLY?!? I would have thought that with as much to say against it you would have been familiar with it...


      How much have I really said against Windows? That I find it annoying to have to be so "careful" when using it? I think that is about it. Are you confusing me with someone else?

      Well actually, it isn't either, but i guess you wouldn't know since you "rarely" use it.


      I never said "rarely." Don't quote me on something I didn't say. I use Windows enough to be annoyed that I have to use it at all. Lets leave it at that.

      You can also cross any street without looking, or eat candy you find on the floor, or eat fish from China, but i guess what you are saying is that you prefer an OS that holds your hand?


      No, I prefer an OS that doesn't have dangers lurking behind ever door that I have to sidestep on a daily basis. As 10+ year Linux user (only recently switched to OS X), I hardly need my hand held, thanks.

      Or just more windows bashing because it makes you feel superior?


      You're the one who is bragging about how clean your Windows computer is and how you "don't even run anti-virus software." I'd say you're the one who feels superior. Not just superior to me, but superior to the millions of Windows users out there with completely infested and barely usable botnet zombies.

      I don't feel superior at all. In fact, I'm in awe of your mad Windows skillz.

      "I spend a lot more time than I'd prefer cleaning up after viruses/spyware on other people's computers, so perhaps I am a little biased."

      You think? Like i said, I do IT for a living and 90% of the time it is because of the user that these problems arise..


      I should add that I don't spend any time cleaning up after viruses/spyware on Macs even though I manage about the same number as Windows machines. So either Mac users are just naturally endowed with great computer savvy or Windows really is a more dangerous platform and requires that you take special steps to stay safe.

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    16. Re:Marketingspeak: DMZ vs. Sandbox... by cyclomedia · · Score: 1

      Seriously, how hard is it for an OS to just not allow write access to any application at all outside it's home directory?

      Ok, sure, if you've downloaded it to the desktop and tried to run it it should sandbox but let's assume you've installed something to "programs/theTool". theTool should have full disk access to that folder and THAT's IT.

      if it needs to store per-user details on a multi-user machine let it use cookies. an app could cleverly save a user-cookie that tells itself the name of a sub directory IN ITS OWN PATH that has any other crap in it that user needed to use (images ,sounds, malware executables).

      if the user wants to load/save something outside that path (i.e. their home/documents directory/a usb key) then they should be presented with the standard built-in OS API driven load/save file dialog. which has 2 input variables: preferred file name, preferred file extension. (note no choice of location so no defaulting to "c:/windows/system.ini" , the OS can track the last-used folder for that app in a static string). And no events either, so no quickly flashing it up and running a macro to hit the OK button for the user.

      a similar situation can be set up for the IP stack, just present an API to the App. the user's firewall wont show ports and such outside of advanced mode, just let them choose send and recieve per app with an OS-driven link to a neutral web-site that lists apps and what they do (by name, version, exe hash etc. all scanned by the OS not provided by the app). So when an app asks for IP permission the user can view the web page (obviously requiring a default-enabled browser) that says "Recommendation: DO NOT ALLOW" or "Required for OS to function".

      --
      If you don't risk failure you don't risk success.
    17. Re:Marketingspeak: DMZ vs. Sandbox... by 99BottlesOfBeerInMyF · · Score: 1

      Not all the functionality. I presume you're using Parallels on a Mac for your VM. And in my experience the video acceleration is pretty poor. Not suitable for games.

      It is rue enough that neither of the major players (Parallels and VMWare) have the video acceleration working in their current releases, although both claim it as "coming soon."

      How about "don't run Windows as your primary OS" then? It is definitely a lot easier to keep a system clean if it isn't your primary desktop even without maintaining a "clean" VM. I mean if you're only running Windows/Parallels for IE to access your Bank and some obscure, but irreplacable Win32 app, then there really isn't much room for infection no matter what you do. Especially since Parallels puts your VM behind NAT by default.

      Being behind a NAT does not protect you from Web-based exploits, nor from all of the current crop of automated worms that attack services you may be running. If you're using a VM already, I consider restarting from a clean image to be pretty low hanging fruit when it comes to security.

    18. Re:Marketingspeak: DMZ vs. Sandbox... by Some_Llama · · Score: 1

      "So either Mac users are just naturally endowed with great computer savvy or Windows really is a more dangerous platform and requires that you take special steps to stay safe."

      Which is obvious with the recent MOAB...

      Mac OS has flaws, so does unix, every piece of manmade software is vulnerable but i would say Windows is a target due to the high market share as virus writers are not the fame seekers of old but rather looking to create botnets.. hard to do with ~8% of the market.

    19. Re:Marketingspeak: DMZ vs. Sandbox... by misleb · · Score: 1

      Mac OS has flaws, so does unix, every piece of manmade software is vulnerable but i would say Windows is a target due to the high market share as virus writers are not the fame seekers of old but rather looking to create botnets.. hard to do with ~8% of the market.


      So because you can find an explanation for *why* Windows is a more dangerous platform, that is supposed to make up for the fact that it is? I don't really care if it is Microsoft's fault, the user's fault, spammers' fault, global warming's fault, or George W. Bush's fault. The fact remains that Windows is a dangerous platform. Add the annoyance of keeping it clean with all the other little Windows annoyances and you have a platform that I don't care to use and try to encourage others not to use (especially the people that would have me come fix their computer when it breaks). Seriously, you run every file you download through a virus scanner. WTF!? That doesn't bother you?

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    20. Re:Marketingspeak: DMZ vs. Sandbox... by Some_Llama · · Score: 1

      "WTF!? That doesn't bother you?"

      Nope, it also doesn't bother me that I have to cook pork thoroughly or look both ways before I cross the street. I guess you like a false sense of security.

      Do you also tell people not to buy door locks but cement all holes in their walls because someone might break in and steal stuff?

      I don't think it is a more dangerous platform, i don't have problems with it, you're the one who can't use windows because it's scary. Just because you say something is a fact doesn't make it so, but it might make you feel better about which platform you vehemently defend.

    21. Re:Marketingspeak: DMZ vs. Sandbox... by misleb · · Score: 1

      Nope, it also doesn't bother me that I have to cook pork thoroughly or look both ways before I cross the street.


      Given two streets, a quiet country road and a busy 6 lane freeway, which one would you allow you children to cross on their own (assuming they are of age to be outside on their own in the first place). Heck, which one would YOU want to cross on a regular basis?

      I guess you like a false sense of security.


      What is false about it? If I am not getting infected by viruses and spyware, I'm not getting infected by viruses and spyware. Chances are pretty low that I will get infected... even though I probably dont' take many of the precautions you do. There's nothing false about that. It isn't PERFECT security, of course, but what is? Can you guarantee that you'll never get infected or hacked despite yoru precautions? Nope.

      Do you also tell people not to buy door locks but cement all holes in their walls because someone might break in and steal stuff?


      I have no idea what you mean.

      I don't think it is a more dangerous platform,


      But you just told me WHY it is more dangerous... because it is a big target. Are you taking that back? You don't think spammers and scammers target Windows much more than other platforms by a vast margin?

      , i don't have problems with it, you're the one who can't use windows because it's scary.


      Yeah, that's it. I'm scared. Feel superior yet?

      Just because you say something is a fact doesn't make it so,


      I thought we were in agreement on that much. You explained why Windows is a dangerous platform and why you have to be so careful using it (scanning all downloaded files, for example). Would you bother doing that on Linux?

      but it might make you feel better about which platform you vehemently defend.


      Excuse me? Which platform have I defended at all? Perhaps I've noted that I prefer OS X, but I dont' recall any defense, much less a "vehement" defense. Are you confusing me with someone else again? You're treating me as if I represent every person you've ever talked to that doesn't like Windows. Why is that? Why do I have to take responsibility for every comment ever made against Windows and for other platforms?

      -matthew
      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
  9. Great ... :-S by SplatMan_DK · · Score: 5, Insightful

    Great!

    Yet another piece of software that interferes with my network layer, slows my PC, and eats half my CPU cycles just to keep malware from infecting my machine.

    When will we see a REAL solution to these problems, and stop implementing obscure security work-arounds that eat more resources than the applications themselves? Anyone?

    When more than 50% of the CPU cycles in my PC go to security software (Antivirus, Antiphising, Antispyware, Antiadware, Antifraud, heuristics scanning, SPAM filter, personal firewall, strange DMZ browser-thingeys) during the display of a simple HTML page in a browser i would say that our current approach is broken. Totally.

    I need an Anti-security-bloatware product. And fast!

    --
    My security clearance is so high I have to kill myself if I remember I have it...
    1. Re:Great ... :-S by Anonymous Coward · · Score: 2, Insightful

      A fantastic solution exists -- it's called "not using Microsoft products".

    2. Re:Great ... :-S by apathy+maybe · · Score: 1

      Lynx (or Links) on GNU/Linux (or OpenBSD, or FreeBSD or whatever) (forget X, who needs it?). You get rid of the vast majority of (if not all) attacks made through the browser. The platform is more secure then Windows, and isn't used much, thus not getting much attention by Malware makers.

      Of course, it doesn't protect you from stupid acts, such as downloading scripts, 'chmod +x'ing them and running them.

      But then again, having GNU/Linux (or whatever) enables you to use chroot (or whatever) to test these u-beut scripts.

      Of course, you do loose a lot of the functionality of a GUI and a GUI based browser, but your browsing experience will be faster...

      (With functionality comes more code, more places where there might be bugs or problems, thus more potential security holes. If you want an email client that displays HTML email (for example), then you have to accept that you might have problems associated with that.)

      --
      I wank in the shower.
    3. Re:Great ... :-S by grub · · Score: 2, Insightful


      When will we see a REAL solution to these problems, and stop implementing obscure security work-arounds that eat more resources than the applications themselves? Anyone?

      You would have to ask Microsoft that. These bandaids fix a lot of MS' screwups. Or you could switch operating systems and use Windows only when necessary (games, etc.)

      --
      Trolling is a art,
    4. Re:Great ... :-S by SplatMan_DK · · Score: 1

      and isn't used much, thus not getting much attention by Malware makers.

      Hmm... With all respect, "sequrity by obscurity" (using an obscure OS with an obscure browser) doesn't really get any better by using an opensource OS. It is still not real security, and it is still a bad approach. I want a solution! An implementation, design pattern, method, whatever, that actually fixes the problem. Not a tip on how to use software nobody knows about. The lack of widespread use is not "security".
      --
      My security clearance is so high I have to kill myself if I remember I have it...
    5. Re:Great ... :-S by Ngarrang · · Score: 1

      Just add another processor! Soon, all home PCs will effectively have 8 processors (or, cores, if you prefer that terminology). Then all of those extra processes won't even make a tick on the usage scale.

      --
      Bearded Dragon
    6. Re:Great ... :-S by Webmasterguy · · Score: 1

      So is there anything left that Google has not bought yet?

      Speaking of buy outs I wonder when MS will finally suck it up and buy Yahoo

      Webmaster, http://www.seowebsiteadvice.com/

    7. Re:Great ... :-S by SplatMan_DK · · Score: 1

      I use openSUSE at home, Windows for Gaming and Windows at the office (no choice). So yeah, I know what you mean.

      It's still pretty lame though...

      --
      My security clearance is so high I have to kill myself if I remember I have it...
    8. Re:Great ... :-S by drinkypoo · · Score: 1

      When will we see a REAL solution to these problems, and stop implementing obscure security work-arounds that eat more resources than the applications themselves? Anyone?

      We have a solution. It's called capabilities, and it's implemented on Linux through an Open Source system called SElinux, developed by the NSA and released to the public. It's available for a number of Linux implementations, including Ubuntu (although no implementation of SElinux seems to have a decent userland/interface.)

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    9. Re:Great ... :-S by grub · · Score: 3, Insightful


      It's still pretty lame though...

      Yeah, absolutely. However Mom & Pop will still run down to BestBuy and buy a new "Norton IntraTubes MegaDefender 2008 Plus" for $69.99 instead of learning something new and refreshing. It's that kind of inertia that keeps a lot of the clowns in greasepaint and goofy wigs.

      --
      Trolling is a art,
    10. Re:Great ... :-S by apathy+maybe · · Score: 3, Insightful

      I know, it is just an added bonus of using a more secure browser (because of less functionality) with a more secure OS.

      As I said, you have the choice of security or functionality, and in many cases you can't even have either (the scenario of having all the anti-malware products eat up your CPU time, but still doing a crappy job).

      If you want real security, you unplug your computer from the network and remove all other forms of accessing it (including the keyboard). It just depends on what you are willing to put up with.

      Of course, it is perfectly possible to have a functioning MS Windows PC connected to the Internet and even have a decent browser and have no worries. You just need to have security culture and a firewall the rejects all connections from outside (except those related to web browsing, so that would be everything except port 80, and maybe whatever port FTP is on).

      A security culture is the most important thing, and comes from not randomly downloading and installing everything, deleting spam, not opening executable attachments in emails (including in some cases such things as Word Documents!),or at least verifying that the person who sent them to you, really did.

      My mother has managed to only (I think) get one virus (or worm, I'm not sure what it was actually) for years. Yet she runs MS Windows XP (SP1 I think). She has a firewall (outdated ZoneAlarm free I think), and she doesn't use IE (rather Mozilla, again outdated). No worries, because she practices security culture (to the best of her ignorant ability). She has an anti-virus, except because the signatures take so long to download (only slow dial up, no broadband in the country) it doesn't get updated so often. No worries though, because she doesn't run random stuff, doesn't go to random websites and doesn't use IE.

      Security culture will get you everywhere.

      (Also important if you are an anti-state activist. Got to watch out for them police...)

      --
      I wank in the shower.
    11. Re:Great ... :-S by 99BottlesOfBeerInMyF · · Score: 1

      When will we see a REAL solution to these problems, and stop implementing obscure security work-arounds that eat more resources than the applications themselves? Anyone?

      When will we elect politicians who are not so easily bribed and who will break up MS's abusive monopoly and restore competition to the desktop OS market? When will people educate themselves and vote the bums out? When will there be a level playing field for desktop OS's so vendors have to rely upon competing for our dollars by giving us the features we want and need instead of relying upon the fact that users are locked in?

      Maybe the EU will solve the problem for the US. I'll consider it payback for the help we gave them in WWII.

    12. Re:Great ... :-S by bvankuik · · Score: 2, Insightful

      You don't need any of it. Just work with a user account (not administrator/root), use firefox, thunderbird and don't install all that crapware.

    13. Re:Great ... :-S by nsebban · · Score: 1

      All the software you list, that take more than 50% of your CPU cycles, fight a human problem. Being the will of some people to hack your system, display ads to your eyes, have you read spam or things like that.

      It's not an easy problem to solve, because the source is the human nature and the will to make more money, get more power, annoy more people, you name it...

      --
      ____
      nico
      Nico-Live
    14. Re:Great ... :-S by Anonymous Coward · · Score: 1, Insightful

      A few years ago I bought a mac.

      Just this weekend, and largely due to my previous purchase, my dad decided to buy two macs to deal with his frustration.

      None of my immediate family uses MS now. Time to work on my aunts and uncles and friends.

      Of course, I also surf alot on my linux box too, without the bloat.

      I wonder what cpu % I spend on the protections. It isnt near 50%.

      Make the switch. MS will be plagued by this for a long time to come. Switch now before you go Vista, imho.

    15. Re:Great ... :-S by SplatMan_DK · · Score: 2, Insightful

      Actually they don't. Thats half of the problem. They expect me to come fix things when they stop working - but spend 69.99$ on a security app that really "does nothing" as far as they are concerned? Never!

      So to make matters worse, *I* am the one going down to BestBuy to pick up the latest Trend Micro Take-A-Pill PCCillin (Superinfused edition) because I get tired of saving their machine from the software pests they collect online... :-S

      --
      My security clearance is so high I have to kill myself if I remember I have it...
    16. Re:Great ... :-S by idonthack · · Score: 1

      Looking at top right now, ktorrent is running between 4% and 10%, amarokapp is running under 4% pretty much constantly, and konqueror spikes to as much as 16%, but only when rendering a page. Earlier, with it open but not doing anything, it didn't even make the top 17 processes, most of which actually list 0.0% as their CPU usage. Total CPU usage hovered around 10% and never went higher than 20%.

      --
      Why is it that when you believe something it's an opinion, but when I believe something it's a manifesto?
    17. Re:Great ... :-S by idonthack · · Score: 1

      I forgot to mention, my processor runs at 1.2GHz.

      --
      Why is it that when you believe something it's an opinion, but when I believe something it's a manifesto?
    18. Re:Great ... :-S by misleb · · Score: 1

      Hmm... With all respect, "sequrity by obscurity" (using an obscure OS with an obscure browser) doesn't really get any better by using an opensource OS. It is still not real security,


      So what? If it works, it works. Why does it have to be "real" security? Is the security ideal worth more than your personal comfort and/or sanity?

      You don't even need to go so far as using lynx in a text console. Simply running OS X or Linux is generally enough to sidestep the vast majority of nastiness that is out there. As for SPAM, just use an email service that has decent filtering. Using a spam filter doesn't stop the SPAM problem, but it certainly makes an inbox much more manageable...

      -matthew
      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
    19. Re:Great ... :-S by foobsr · · Score: 1

      When more than 50% of the CPU cycles in my PC go to security software (Antivirus, Antiphising, Antispyware, Antiadware, Antifraud, heuristics scanning, SPAM filter, personal firewall, strange DMZ browser-thingeys) during the display of a simple HTML page in a browser i would say that our current approach is broken. Totally.

      What do you expect when the asylum is run by those who should be the inmates??

      On a more serious note: All adds up to turnaround, and there we are at the core of all cycles involved.

      CC.

      --
      TaijiQuan (Huang, 5 loosenings)
    20. Re:Great ... :-S by spikedvodka · · Score: 1

      try AVG Free edition... I love it, and it does everything that an Anti-Virus program should do (And doesn't do what an AntiVirus program shouldn't do)

      http://free.grisoft.com/

      --
      I will not give in to the terrorists. I will not become fearful.
    21. Re:Great ... :-S by gad_zuki! · · Score: 1

      Heaven forbid after another virus/spyware clean up, geeks begin migrating their parents and friends to user accounts instead of letting them run as admin the whole time. I'd rather waste 30 minutes doing this and explaining how runas works then visiting again in a couple months.

    22. Re:Great ... :-S by empaler · · Score: 1

      Avira Anti-Vir Free Edition is also awexome. Free for personal use. http://www.free-av.com/

    23. Re:Great ... :-S by empaler · · Score: 1

      Make the switch. MS will be plagued by this for a long time to come. Switch now before you go Vista, imho. That's exactly what I'm doing. I've been too lazy to really put a lot of time into learning Linux until I saw the Vista betas.
    24. Re:Great ... :-S by Anonymous Coward · · Score: 0

      Webmaster, http://www.seowebsiteadvice.com/ This is relevant becaaaaaause?
    25. Re:Great ... :-S by rm999 · · Score: 1

      It's kind of like how the USA spends 4% of its GDP on the military - for many people, that is worth the comfort of living their lives without worrying all the time. (please don't respond to the previous paragraph, it was merely trying to create an analogy, not trying to spark a political debate...)

      In the case of computers, there is *no* easy way to stop malware without a strong defense. The problem stems from the fact that malware is usually a social engineering problem. Despite what many people think, majority of malware problems were caused by the stupidity of the user. Even a well-secured Linux computer can be tricked by a program requesting sudo access. The typical computer user doesn't understand the nuances of computer security like the typical Slashdot user; even I have been tricked by spoofed websites and malware programs.

      If malware can't be stopped at the source, it certainly can be defended against. If someone is willing to give up 4% of their CPU (or whatever) for the peace of mind that all their data won't be erased, that seems like a rational decision.

    26. Re:Great ... :-S by drsmithy · · Score: 1

      When will we see a REAL solution to these problems, and stop implementing obscure security work-arounds that eat more resources than the applications themselves? Anyone?

      A technical solution ? Never, because the *problem* largely isn't a technical one.

    27. Re:Great ... :-S by drsmithy · · Score: 1

      We have a solution. It's called capabilities, and it's implemented on Linux through an Open Source system called SElinux, developed by the NSA and released to the public. It's available for a number of Linux implementations, including Ubuntu (although no implementation of SElinux seems to have a decent userland/interface.)

      The end user can make modifications to enable additional access. Hence, it's not a solution, but effectively just another layer of "are you sure" dialog boxes.

      (Not to mention the problems around configuring it.)

    28. Re:Great ... :-S by drsmithy · · Score: 1

      When will we elect politicians who are not so easily bribed and who will break up MS's abusive monopoly and restore competition to the desktop OS market?

      First we need some competitors.

      When will people educate themselves and vote the bums out? When will there be a level playing field for desktop OS's so vendors have to rely upon competing for our dollars by giving us the features we want and need instead of relying upon the fact that users are locked in?

      Maybe you need to tell your vendor what features you want, if you want to see them implemented.

    29. Re:Great ... :-S by zhrinze · · Score: 1

      I agree with the idea of a security culture of sorts, but I must say that it is possible to make the system capable of completely blocking:

      Virus/trojan horse/backdoor mods/etc
      Spyware
      Adware

      The antiphishing aspect is really best handled by the browser I think.

      Why are still running systems with the assumption that programs and data must exist on the same drive? Why don't our installed programs run from a read-only drive that can only be made read-write by the flip of a switch on the computer itself, and why can't that immediately force the computer offline?

      Nearly all patches are for security issues. So, here's a thought - if the OS can't be impacted by outside manipulation in any meaningful way, why bother to patch? If a patch needs to be delivered, download it to the data side encrypted with the registered product code and have the user install in the offline mode by entering that code to do an MD5 and decryption.

      I run a prototype system like this. It gets checked once a month for modification for the apps and OS in a byte-for-byte comparison. In seven months, nothing has modified it. This, even though there is no software firewall, no antivirus software, no antiadware, no antispyware software of any kind.

      To be fair, I download patches to another machine to verify their safety, then I install them to the machine. Installing my apps and Windows XP required some substantial (and likely unmarketable) modifications on my part. But the system loads far faster than the "normal" machine and stays clean. We have reached the point where we are so stuck in a rut thinking that modifying the Von Neuman architecture is unthinkable. This is unrealistic. We need to revisit so things we used to do, and consider some things that we used to think were ridiculous. At the risk of using a cliche, we have to "think outside the box."

    30. Re:Great ... :-S by tokul · · Score: 1

      When will we see a REAL solution to these problems, and stop implementing obscure security work-arounds that eat more resources than the applications themselves? Anyone?
      Take a look at the mirror. Best protection is not implemented in software. It is implemented in user level.
    31. Re:Great ... :-S by SplatMan_DK · · Score: 1

      I disagree.

      The fact that we rely on software principles (and operating system principles) in which an "buffer overflow error" even exists and can be exploited, is clear a sign that we still have a lot to learn about designing software.

      With the right design pattern or the right foundation, it should be possible to avoid all this fuzz, where errors in programming code can be exploited as means to get deeper access into a computer or the core of an OS.

      While Linux/Unix is generally considered "more secure" it is still not at all "totally secure".

      I am not saying that I have a solution. Or that the task is easy. I am simply saying that in the future (maybe a decade or two from now) we will hopefully be ROTFL over the fact that we used to live in a world where SSH processes could compromise a server, an e-Mail could compromise an entire desktop PC, and a browser could compromise just about everything ...

      --
      My security clearance is so high I have to kill myself if I remember I have it...
  10. Google... by Mockylock · · Score: 3, Insightful

    Now, if only they would filter out the sites that CAUSE the malware and spyware. Not only that, but so many garbage/search sites come up when you search for simple things like drug names and such. You would think they could block out other automated crawlers that clog up bandwidth as well.

    --
    "Please, shut up. Just when I think you can't say anything more stupid, you speak again." -Archie Bunker.
  11. Neo-security Methodology by Nymz · · Score: 5, Funny

    1) Install every anti-virus, firewall, virtual sandbox DMZ, and toolbar that you can.
    2) Sustain 99% CPU usage.
    3) Protected!

    1. Re:Neo-security Methodology by Nappa48 · · Score: 0

      Hey if it stops that DAMN System Idle Process from stealing all the CPU, then i'm in!
      Damn System Idle Process... what a resource hog!

    2. Re:Neo-security Methodology by dealmaster00 · · Score: 1

      4) ???
      5) Profit!

    3. Re:Neo-security Methodology by k3vlar · · Score: 1

      Hey if it stops that DAMN System Idle Process from stealing all the CPU, then i'm in! Damn System Idle Process... what a resource hog!

      Huh? I don't see that. But kernel_task seems to be taking a lot of CPU... maybe I'll kill tha-#$%@NO CARRIER
      --
      Unlike porn, which yada yada rimshot hey-ooh!
    4. Re:Neo-security Methodology by empaler · · Score: 1

      Yeah, I even tried force quitting it (with an über-leet trick known best as "End Proces"), but I was told that "The operation is not valid for this process."
      No wonder Windows is so unstable - there's no way to be sure what runs and what doesn't!

  12. Your Graded Response by Anonymous Coward · · Score: 0

    Thanks for your timely response.

    Your grade for this response is: F

    Why you received an F:

    You need to answer the question rather than to simply pose another question, although it may have been more helpful to rephrase the question as follows:

    Is Google the next Enron? Discuss.

    ie. Suppose the question is: George W. Bush a war criminal? Discuss.

    Example response. To address George W. Bush's guilt as a war criminal, we first need to
    address what a war criminal is. Criminality in war is largely a product of the winners and losers in
    a war despite the limitations of considering war as a zero-sum game .....and so on and so forth.

    Help Democracy and Freedom: Imprison This Thug.

    1. Re:Your Graded Response by Anonymous Coward · · Score: 0

      No I think his response deserved an A. Especially, if graded on a curve that considers your last response. (Of course you may not be the same people...)

  13. Yea, Google is evil .. by rs232 · · Score: 1

    "Now, if only they would filter out the sites that CAUSE the malware and spyware"

    That would be the responcibility of the ISPs and the host providers.

    "so many garbage/search sites come up when you search simple things like drug names and such"

    Try the Product Search .. :)

    Google search on viagra (the high blood pressure drug formerly knows as sildenafil citrate and remarketed as an aphrodisiac) .. 64,300,000 hits ...

    was Re:Google...

    --
    davecb5620@gmail.com
    1. Re:Yea, Google is evil .. by Mockylock · · Score: 1

      I see what you mean.

      What I was actually referring to is simple searches on interactions or vital information without advertisements.

      I search for interactions between sleep meds and other sorts of drugs for myself, and it gets a bit frustrating with nothing but web crawler sites.

      --
      "Please, shut up. Just when I think you can't say anything more stupid, you speak again." -Archie Bunker.
  14. Re:Reap the whirlwind, MS by Anonymous Coward · · Score: 1, Insightful

    There IS a way to "sandbox" IE, and iirc, it even works on IE7:

    http://www.osnews.com/comment.php?news_id=9654&off set=15&rows=30

    RUNNING IE in a "runas limited user class" sandbox effect:

    "It is actually possible to run IE securely: just create a throwaway restricted user account for IE use alone. The restricted account user can't install software and can't access files of other users, so even if IE autoexecutes any nastiness, it can't do any damage.

    Of course, it's a hassle to log in as a different user just to browse the web. So we'd want to use "runas" to run just IE as a different user.

    Unfortunately, MS has made running IE as a different user a little harder than necessary. Rightclicking and using "Run as" doesn't seem to work. What did work for me was the following.

    Say the limited account is called "IEuser". Then create a shortcut to "runas /user:IEuser cmd". on your desktop. Double-clicking this will open a command prompt that runs as IEuser. Now you can manually start IE with "start iexplore". Or create a batchfile c:windowsie.bat that just contains the line "start iexplore" and you can start IE by just typing "ie". Remove all shortcuts to IE from you normal desktop and only run it from the restricted account. This way you can use IE without worry about any IE exploits"

    APK

  15. Re:Personally by Clockworkalien · · Score: 1

    I can't wait for the "All-Seeing Eye" Google toolbar for Firefox!

    --
    I am on the road crew. This is my stop sign.
  16. Test by setrops · · Score: 4, Informative

    Well I was asked to evaluate this product 2 years ago. At the time it was not very useful as there were some problems. But last year when they did their update it was a good improvement on speed and memory foot print. For what it does the product works well. And with Googles money and resources behind it, it can only get better.

  17. a REAL solution .. by rs232 · · Score: 1

    "When more than 50% of the CPU cycles in my PC go to security .. during the display of a simple HTML page in a browser i would say that our current approach is broken. Totally.

    Install DRDOS on Novell Netware circa 1993 and run Netscape off of diskless clients.

    Re:Great ... :-S

    --
    davecb5620@gmail.com
  18. Conflict of interest? by iminplaya · · Score: 1

    Buy a giant ad company, then this? What are they going to do? Poke some holes into it to let their stuff through? I guess I need to make my own crawlers if I want an effective search engine now. The big ones are becoming ever more useless. Can anybody tell me what a toolbar does that a bookmark can't? Besides look all purdy an' stuff? Put enough of them in there, and the web page only has enough space to show one line of text. It's like ESPN with all those stats on the screen completely blocking the action.

    --
    What?
    1. Re:Conflict of interest? by Anonymous Coward · · Score: 0

      You're either an idiot or paranoid. Probably a paranoid idiot.

    2. Re:Conflict of interest? by iminplaya · · Score: 1

      "Oh, thank you doctor."

      --
      What?
  19. Google spam .. by rs232 · · Score: 1

    "What I was actually referring to is simple searches on interactions or vital information without advertisements"

    Yea, a lot of hits are to fake pages with nothing but adverts and links to other search results. But that to do with website promotion where they put a lot a fake stuff in the meta tags.

    Re:Yea, Google is evil ..

    --
    davecb5620@gmail.com
  20. obligatory by lordxale · · Score: 1

    In soviet russia, google buys you!

  21. Sandboxie by Nappa48 · · Score: 2, Informative

    Read about this ealier, and as nice as it is, i'll probably stick with Sandboxie. Does the same thing as this, but also protects other programs.

    If you donate to the project, you can unlock a few more features that allow you to start any program under sandbox ALL the time, even without it being started before the protected program. (well, the main program, not the service)
    Its pretty good, but the file browser that comes with it could do some with some work... tends to lock up sometimes in large directories.


    Although, with this, if Google does find malware and crap like that, they could easily tag a site and alert a user/kill connection whenever it comes up, killing a connection only on cases where there isn't really a site to go to.
    Still don't want that horrible green border, sorry, that is just plain ugly. (Sandboxie just does [#] Window Title [#] on any sandboxed windows FYI)

  22. I can only wonder... by Mewtwo · · Score: 1

    ...if it will detect the Dell-branded Google toolbar as adware, and remove it?

    --
    09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 SU CK IT MP AA
  23. DAMNATION! by SplatMan_DK · · Score: 1

    DAMNATION!

    I forgot the Anti-crapware software! Why did you have to remind me of that!

    Aaaawwww.... :-/

    --
    My security clearance is so high I have to kill myself if I remember I have it...
    1. Re:DAMNATION! by bvankuik · · Score: 1

      Yah that stuff smells Danish PCs then craps all over the registry. Or /etc but only if you run the evil penguin OS.

  24. Qemu by flyingfsck · · Score: 1

    Hmm, that can be done with Qemu or VmWare and is known as a Kiosk. The trouble is that the machine can still do a lot of damage in between reboots.

    --
    Excuse me, but please get off my Pennisetum Clandestinum, eh!
  25. Squid, SpamAssassin and ClamAV by flyingfsck · · Score: 1

    You need a proxy server with a proper filter such as Dan's Guardian or Squidguard with Willowbark or Viralator. Never hook a naked Windoze PC to the internet - Windoze needs to hide behind a penguin.

    --
    Excuse me, but please get off my Pennisetum Clandestinum, eh!
    1. Re:Squid, SpamAssassin and ClamAV by jafac · · Score: 1

      Okay. Sounds like a good idea.

      For the vast majority of us; the question is - HOW?

      Is there a cheap, easy to set up piece of hardware that doesn't take up a lot of space, and doesn't burn 100+ watts? Is there a "Linux home network proxies for Dummies" book out there?

      --

      These are my friends, See how they glisten. See this one shine, how he smiles in the light.
  26. Re:Reap the whirlwind, MS by russ1337 · · Score: 1

    Say the limited account is called "IEuser". Then create a shortcut to "runas /user:IEuser cmd". on your desktop. Double-clicking this will open a command prompt that runs as IEuser. Now you can manually start IE with "start iexplore". Or create a batchfile c:windowsie.bat that just contains the line "start iexplore" and you can start IE by just typing "ie". Remove all shortcuts to IE from you normal desktop and only run it from the restricted account. This way you can use IE without worry about any IE exploits"
    Cue Windows vs Linux comments:

    "dude, and I thought Linux was hard"
    "With all that command line stuff we see Microsoft following in Linux's footsteps *again*"
    "If only it was this easy to install Java on windows..... oh wait."
    "With your mastery of the command line you are now ready to switch to Linux."
    "What's a batch file? Is that like a script?"
  27. I guess a newb submitted this by paulevans · · Score: 1, Funny

    Since when do slashdoters need to be informed that DMZ is short for "demilitarized zone".

    --
    "When I want your opinion, I'll give it to you." --leonstryker
    1. Re:I guess a newb submitted this by empaler · · Score: 1

      Posted by Zonk on 2007-05-29 18:01 CET Well...
    2. Re:I guess a newb submitted this by paulevans · · Score: 1

      Well... what? Seriously? "troll", comeon'. I just thought it interesting that on slashdot, of all places, the author thought it nessesary to inform the readers . . . on slashdot . . . that DMZ is short for demilitarized zone. And "newb" isn't a deragatory term, it simply means the person is new (in this case 'networking') to a subject and simple skills/knowledge aren't there yet. I was a newb once at all of this, and so were you.

      --
      "When I want your opinion, I'll give it to you." --leonstryker
    3. Re:I guess a newb submitted this by empaler · · Score: 2, Insightful

      Well, I bet we've all read /. summaries with abbreviations that we've wondered about. The summary just courteously saved those people a lookup, even if just to brush up.

    4. Re:I guess a newb submitted this by don_bear_wilkinson · · Score: 1

      Among intelligent and educated people it is widely understood that good writing style calls for the inclusion of explicit definitions for acronyms used. It's easy and helpful.

      Oh, and I find it necessary (not "nessesary") to say - only a newb would try to BS us by saying that the term 'newb' is not derogatory (not "deragatory"). Maybe that lie works with your intellectual peers but we know better. So does Wikipedia, the Urban Dictionary and many other sources.

      Back under your bridge, newb.

      --
      In Nature, stupidity is a capital offense. In human society, too many get off with less than a warning.
  28. Re:Reap the whirlwind, MS by Anonymous Coward · · Score: 0

    ...this is exacly the way I do (but with opera and other internet related apps as acroread, mail, ...). But simply "runas /user:xxx cmd" is not the best way to achieve process separation. If you have a look at the process tree you will see: system->smss.exe->winlogon.exe->services.exe->cmd. exe->iexplore.exe. A better way is to use the method described in Joannas blog http://theinvisiblethings.blogspot.com/2007/02/run ning-vista-every-day.html, see section: Do-It-Yourself: Implementing Privilege Separation. Using the psexec tool as described results in a "clean" process tree where iexplore.exe will show up directly under the root avoiding beeing a child process.

    This is my runopera.bat which runs opera as user internet:
    psexec.exe -d -u internet -p p4ssw0rd "cmd" "/d /D /c start /b Opera.exe"

  29. Two Problems by twistedsymphony · · Score: 1

    There are really two problems at the root here. One is the human drive to push all of that crap on anyone and everyone on the internet for some kind of personal gain. And the other is a combination of user stupidity to unknowingly accept it combined with software that doesn't always make it easy for your average user to understand what it is they're accepting.

    The way I've solved this problem.
    1. Use Firefox as your default browser with adblock and Noscript, ditch IE.
    2. Use a router with a firewall and ditch the Windows firewall.
    3. Ditch Norton AV or whatever else and use NOD32
    4. Switch to webmail system for sending/receiving your email.
    5. Don't install any software you get "free" with anything unless you actually intend to use it.

    Of course these only work if you're starting with a clean install.... I never see more then a small fraction of my resources being dedicated to background tasks and every few months or so I'll run Ad Aware or Spybot just to see if anything pops up only to find nothing more then a handful of cookies in the browser cache.

    Linux is great and so are Macs, I actually have a Linux box, but neither Linux nor Macs can run/don't have viable alternatives to a lot of the applications I use on a day to day basis. If web-browsing, word processing, and media playback were all I needed a computer for then they'd be great. Unfortunately I need it for a lot more then just that.

    1. Re:Two Problems by Anonymous Coward · · Score: 0

      Name an application (except games) that does not have a viable Mac alternative...

      I have been using a Mac now for almost a year and my problem is usually too many things to choose from.
      The usual complaints are for CAD (anything Autodesk), Statistical Analysis (like SigmaPlot) and MS products (Office, etc.)...
      But, I have found good replacements for them all (usually making the Windows users I work with envious), or else there is a Mac version (Office).

      And if you are really stuck and have to use windows for an application or two. There is Parallels desktop for Mac.
      In my case, I use Windows XP in Parallels for testing the Windows build of the application we develop, and also for running SigmaPlot.
      I am sure there is a replacement for SigmaPlot, but it is familiar to all the Windows users I work with so I adapted.

      That in my opinion is the hidden value of the Mac platform. Adaptability.
      In the long run, only the adaptable will survive.

      -BK

  30. Why not set a fucking example for once? by Anonymous Coward · · Score: 0

    First off, your comment has nothing to do with the article and it seems to gotten modded +5 insightful?.

    Secondly am tired of people defaulting to the lowest common denominator. What you described is the exact problem. Why should 'image change'? Google got it's image from the way it has always been, simple, useful, and unobstructive. Why now should it turn to evil? Was their "paradoxical set of goals" to own every piece of information on every person in the entire world in the long run when they started? I doubt it. Or was it to provide a better search to the world? The bottom line is google needs to keep setting a good example, and buying this company that will prevent infectons is doing just that. They censored China because they entire Chinese government was pressuring them to. When entire governments pressure you to do things you sometimes end up doing them, even if it means you look evil. But recently their board of directors voted to un-censor China, which shows google is against censorship unless a court steps in (damn courts). The google guys see having our information to make our lives better to provide us what we need. The general populace sometimes sees that as invasion of privacy, or 'evil'. People have different definitions of evil. They are'nt selling our information are they? And if no one is breaking any laws they are'nt giving our information out to the government right? So why is google going to become so evil? I don't get it. If the stock tanks its not googles fault. It's Joe Stock Markets who does'nt know dick about investing.

  31. Ultimate Goal by rmunaval · · Score: 1

    Now I know where we are heading to. The ultimate goal is to load your computer with as many anti-virus, anti-spyware,... etc so that the actual virus/spyware won't have any CPU cycles left to infect your computer.

  32. You make a good point, [offtopic] by empaler · · Score: 1

    but for pity's sake, please: it's aren't. Because the not is abbreviated. TY.

  33. Google ignores yet another Memorial day, politics by Anonymous Coward · · Score: 0, Offtopic

    It has been noted that Google chose not to recognize Memorial Day with an altered logo, as they do with many other holidays.

    A reader forwarded the following reply from Google, about their continuing failure to mark Memorial Day; it's the same reply they've given for at least three years running.


            Thank you for your note. We appreciate your interest in seeing a Memorial Day Google logo. If we were to commemorate this holiday, we'd want to express reverence; however, as Google's special logos tend to be lighthearted in nature, this would be a particularly challenging design. We wouldn't want to create a graphic that could be interpreted as disrespectful in any way.

            We have a long list of holidays that we'd like to celebrate in the future. We have to balance this rotating calendar with the need to maintain the consistency of the Google homepage. We really value your feedback regarding the Google logo, and please be assured that we're actively pursuing ways in which we can acknowledge Memorial Day and other such occasions in the future.

            Regards,
            The Google Team



    By "in the future," they apparently mean sometime in the next century or so.

    As for their claim that they want "lighthearted" logos, how "lighthearted" were those melting glaciers they used on Earth Day?

    Here was Google's reply in 2005 when people asked why they didn't mark Memorial Day.


            We have to balance this rotating calendar with the need to maintain the consistency of the Google homepage.

            Furthermore, Google's special logos tend to be lighthearted in nature. If we were to commemorate Memorial Day, we would want to express reverence, rather than mirth. This would be a particularly challenging design. We would not want to, in any way, create a graphic that could be interpreted as disrespectful. In light of the mail we have received about this, we are actively considering designs we could display on this day next year. We welcome any suggestions you may have.


    To show you how transparently false this excuse is, here's the logo Google used for Australia's ANZAC Day, the Aussie equivalent of Memorial Day.

    And here's their logo for Canada's Remembrance Day, which they've been running for several years:

    In truth, Google is willing to honor the fallen of every country--except their own.

  34. Regarding Google and malware... by Anonymous Coward · · Score: 0

    I just realized that Microsoft's best weapon against Google is actually Windows' terrible security track record (*): due to that there are botnets out there compromised of hundreds of thousands of Windows machine... And some are used for click fraud.

    So botnets of (insecure) Windows machine could actually kill Google's whole business. Quite scary uh!? Google for the recent Google paper "The anatomy of ClickBot.A": they spotted a botnet made of 100.000 Windows machine. This is hurting Google's main revenue line and, suddenly, you start to understand why Google would like Windows users to use a secure system to surf the Internet.

    Well, of course I'm exagerating: once Google starts to move to an "CPA" scheme (Cost Per Action), then real transactions backed with real money can (and will) be traced... And suddenly all these clickbotnets go "poof"! (in the end, to cheat on a CPA scheme you must, at one point or another, pay with stolen money... which is way more difficult than simulating fake clicks here and there, not too mention way more illegal).

    (*)Insert logical fallacy here concerning the "monocrop" argument blah blah blah" (no, I don't buy the "because Windows is the most used, it is the one with the most security holes". If such an argument was true then it would mean all OSes would be equal with regard to security, which is a broken belief)

  35. Re:Reap the whirlwind, MS by Anonymous Coward · · Score: 0

    "But simply "runas /user:xxx cmd" is not the best way to achieve process separation. If you have a look at the process tree you will see: system->smss.exe->winlogon.exe->services.exe->cmd. exe->iexplore.exe. A better way is to use the method described in Joannas blog http://theinvisiblethings.blogspot.com/2007/02/run ning-vista-every-day.html, see section: Do-It-Yourself: Implementing Privilege Separation. Using the psexec tool as described results in a "clean" process tree where iexplore.exe will show up directly under the root avoiding beeing a child process.

    This is my runopera.bat which runs opera as user internet:
    psexec.exe -d -u internet -p p4ssw0rd "cmd" "/d /D /c start /b Opera.exe""
    - by Anonymous Coward on Tuesday May 29, @02:46PM (#19312139)

    Very, VERY nice!

    (I state that, mainly because I am an Opera user (and, a Joanna R. fan too))! /. mods - mod his reply UP!

    (His/her technique is probably superior to the one I posted, based on his explanation I quoted above, because it makes 100% sense)

    However - Either way, EITHER way: Both SHOULD do the job for folks worried about this stuff & help protect them more!

    APK

    P.S.=> Now, onto .rtf files being hijacked (man, what's next) -> Rich Text Malware

    http://www.avertlabs.com/research/blog/index.php/2 007/05/25/rich-text-malware/

    Heh, & I use these like mad (to avoid infecting others, & it is as pretty as WORD .DOC types imo, but lacking the macro virii possible in them), but it is appearing more & more that .txt IS "THE WAY" to be safe @ a 110% level! apk

  36. New Business Model by jshriverWVU · · Score: 1

    1.) Create website for vaporware 2.) Promote it and put lots of google ads on it 3.) Collect google money to fun actual development 4.) Give away product for free to make it popular 5.) Sell company to google for millions 6.) Retire at age 20 :)

  37. Re:Google ignores yet another Memorial day, politi by Kalriath · · Score: 1

    To show you how transparently false this excuse is, here's the logo Google used for Australia's ANZAC Day, the Aussie equivalent of Memorial Day. Need I remind you that ANZAC day stands for Australia and New Zealand Army Corps day, and is not "the Aussie equivalent of Memorial Day" - it is noted in BOTH countries, and is not "Australia's" alone
    --
    For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
  38. Re:Reap the whirlwind, MS by Kalriath · · Score: 1

    There IS a way to "sandbox" IE, and iirc, it even works on IE7:

    http://www.osnews.com/comment.php?news_id=9654&off set=15&rows=30

      Note that on Vista this is not necessary, as Vista automatically sandboxes any running IE instance with Protected Mode enabled in Internet Options (or for that matter, any app which uses the protected mode API - Microsoft keep asking the Opera team to implement this).

    --
    For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
  39. Re:Google ignores yet another Memorial day, politi by Anonymous Coward · · Score: 0

    Helen Clark didn't get rid of that in NZ? :)

  40. OT: DMZ specs / whitepaper? by CoopersPale · · Score: 1

    Sorry to go off topic here, but do you or anyone have a link to good resources on DMZ design?

    I've looked aroud, but havn't found anything that comes from a reputable source, but remains simple enough for the network guys at my work to understand :-)

    A bit of background - I work for an organisation with several web applications that are accessed by external users by them first logging into our network through a VPN, then separately logging into whichever web app they need. Not the best situation I think you'd agree!

    Cheers
    Tim

    1. Re:OT: DMZ specs / whitepaper? by Volante3192 · · Score: 1

      Not really. I'm more familiar with the theory than actually putting it in practice.

      If those internal webapps are only meant to be accessed internally, a VPN is better than leaving the webapps open to the world. At least, from a security point of view; you don't need a DMZ persay, you just tunnel into the private network. (Ideally, I think, you'd tunnel into a more secure DMZ...a Green Zone of sorts, but I just like adding as many layers as possible.) Course, if you've got upper management clamouring to get rid of the extra step, what can ya do?

      Long story short, you basically make the first firewall allow only what's necessary to allow traffic between the boxes between the DMZ and the public internet. Specific ports allowed (like 443 I'd imagine), private IP ranges are blocked. The second firewall only allows the necessary traffic between the internal network and the DMZ. Necessary ports allowed and public IP ranges are blocked, and only the necessary private ranges allowed.

      As far as authenticating with the webapp and if you use Apache or IIS or AD integrated with IIS...you're on your own there.

  41. Re:Reap the whirlwind, MS by Anonymous Coward · · Score: 0

    "Note that on Vista this is not necessary, as Vista automatically sandboxes any running IE instance with Protected Mode enabled in Internet Options" - by Kalriath (849904) on Tuesday May 29, @07:18PM (#19315781)

    Interesting, & granted, you are most likely correct on VISTA on this account. Vista does possess many "under the covers" enhancements in those 7,000 new API calls present in it, as well as features for security.

    E.G.-> In terms of 'security benchmarks' (for what they're worth, I have YET to find one that is TOTALLY "perfect" in ALL regards (& I have tested ones like BELARC ADVISOR, & CIS TOOL 1.0 (best one yet in this latter one)), I ran CIS Tool 1.0 over VISTA, & it BLEW AWAY Windows XP... as far as "security rating outta the box".

    However, iirc, VISTA scores into the mid 60's range out of the box.

    By way of comparison - I run a custom-hardened Windows Server 2003 SP# 2 that scores 84.735...

    (Via security policies, ip security policies, ip port filtering, software & hardware (true CISCO-LinkSys NAT tech), & customized registry .reg file hacks, + SCW & some other things (good practices in email & browsers, turning off ActiveX/ActiveScripting/Java/Javascripting - and, I don't use IE, but instead Opera).

    Still, VISTA via things like Address Space Randomization, WIC, (& more) is a HUGE step in the right direction and improves upon XP, by far.

    Even in its version of IE 7 (which is a step above on Windows Server 2003, via its special hardened configuration, which anyone can emulate (turning offs scriptings & ActiveX/Java as noted above on ANY Win32 OS), as YOU pointed out.

    "Options (or for that matter, any app which uses the protected mode API - Microsoft keep asking the Opera team to implement this)." - by Kalriath (849904) on Tuesday May 29, @07:18PM (#19315781)

    Would be nice to see, & if anyone/software oem/publishing house can do it, it's the folks from OPERA!

    APK

    P.S.=> Great discussion guys, not a wasted day, as I learned about using psexec to isolate processes, rather than the runas commandline I initially pointed out that CAN isolate IE... apk

  42. Re:Personally by larry+bagina · · Score: 0, Troll
    --
    Do you even lift?

    These aren't the 'roids you're looking for.

  43. More unstable security software by Myria · · Score: 1

    Just what we need, Google making unstable security software. I have not used this particular brand, but in general, such programs are irritating at best, unstable and exploitable at worst.

    Once, I had a bug in my program that caused my XP development system to bugcheck (BSOD). It puzzled me how a bug in my lowly non-Administrator user-mode program could bring down the entire system. I attached a serial cable to WinDbg it and traced to the system calls. It turns out I was passing a bad pointer to a system call. I traced it further and found that some code in the kernel was doing an unprotected read of my pointer.

    But it wasn't Microsoft's. It was a rootkit installed by an "enterprise-level intrusion detection system" that our company makes us all use. Apparently, this vendor doesn't know how to develop NT kernel code, since they weren't using __try let alone ProbeForRead. With code quality like that, I'm sure if someone cared they could find an exploit to get ring 0.

    Microsoft decided to make PatchGuard because rootkits like these make Windows appear more unstable than it really is. Helps a bit with DRM too.

    --
    "Screw Sun, cross-platform will never work. Let's move on and steal the Java language." - Visual J++ Product Manager
  44. Re:Google ignores yet another Memorial day, politi by Kalriath · · Score: 1

    Not yet. We're waiting though. She wont want to remind us that we HAD a military force before she came in ;)

    --
    For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
  45. Re:Google ignores yet another Memorial day, politi by Anonymous Coward · · Score: 0

    You are still doing much much better than Canada.

  46. Re:Google ignores yet another Memorial day, politi by Nqdiddles · · Score: 1

    Hmmm... As an Aussie, I quite like the Anzac Day logo. It's simple, shows an image that every Australian and New Zealander can connect with the day and what it represents, and can tastefully show a logo that looks almost joyous.
    I'm not familiar enough with US symbols to know what they'd do for Memorial Day, but perhaps you could make some recommendations to them about what would be tastefully appropriate?
    I know google is reputedly all powerful, but I'm struck by the thought - after reading your comment - that you could find some use as a solution to this problem... offer your advice. Crank up whatever open source image editor you use and give it a go.

    --
    And that kids is how I met your mother.
  47. Re:Google ignores yet another Memorial day, politi by Anonymous Coward · · Score: 0

    Google Memorial Day Logo Design Contest

    http://www.zombietime.com/google_memorial_day_logo /

    Some of them are rubbish. Some of them are good.

  48. Re:Sandboxie link? by Bearhouse · · Score: 1

    Thanks for the tip, i'll try it out.

    For the lazy, here's a link: www.sandboxie.com