Slashdot Mirror


Tavis Ormandy Criticizes Meaningless Antivirus Excellence Awards (softpedia.com)

An anonymous reader writes: A Google security expert (Tavis Ormandy) has become annoyed with antivirus products receiving awards a week after he finds huge security holes in their software. He's talking about Comodo who received an "excellence" award from Verizon, after the researcher discovered 4 security issues in the past four months, and is in the process of submitting a fifth. His criticism of Comodo and Verizon's silly awards is also validated by the fact that during the past year, he discovered security flaws in numerous antivirus and security software such as Avast, Malwarebytes, Trend Micro, AVG, FireEye, Kaspersky, and ESET.

72 comments

  1. The awards by invictusvoyd · · Score: 1

    were for the holes.

    1. Re:The awards by Anonymous Coward · · Score: 0

      Does an award from Verizon actually count as an endorsement, or is it more like a badge of shame?

  2. Bloatware by Anonymous Coward · · Score: 4, Interesting

    Many antivirus products started as small, useful tools which genuinely helped detect and neutralize viruses, at least still in the 90s and early 2000s. For some reason which I can only compare to gluttony for more "features" and attention, most have grown to bloatware with flashing popups, nagging screens and award stickers collected like flairs which are supposed to validate their usefulness, but are meaningless. When friends ask me to set up a newly purchased laptop, one of the first things to do is remove all that antivirus crap and educate them on PC hygiene.

    1. Re:Bloatware by rudy_wayne · · Score: 4, Informative

      Most AV programs have not only become bloatware, adding more and more useless "features", but they have actually become malware themselves.

      For example:

      The AVG Web TuneUp Chrome extension, forcibly added to Google Chrome browsers when users install AVG antivirus, is vulnerable to trivial XSS (cross-site scripting) attacks.

      "This extension adds numerous JavaScript APIs to Chrome, apparently so that they can hijack search settings and the new tab page. The installation process is quite complicated so that AVG can bypass the Chrome Store malware checks, which specifically tries to stop abuse of the Chrome Extension API."

    2. Re:Bloatware by Anonymous Coward · · Score: 0

      Yes to bloatware ... NO to removing any protection ... I mean even a 50 % chance of stopping malicious behavior is better than Zero

    3. Re:Bloatware by Anonymous Coward · · Score: 0

      Essential rules for AV/securiy software since early 2000's:
      1) Every product must have it's own UI, using the native and lightweight UI is forbidden
      2) Adding new "features" every year is mandatory

      Even avira replaced the tray icon menu with some useless mobile-like popup thing

    4. Re:Bloatware by idbeholda · · Score: 1

      No real surprise in all of this, tbh. ~15 years of writing AV stuff getting me absolutely nowhere, and I got burned out, hence pulling the plug. I've said this many times, but there needs to be a centralized database that vendors pull their info from. The next step is seeing which AV vendor can write the most efficient detection algorithm. The only thing I brought table with my project was a bare minimum standard of efficiency. The result was this:

      1 Dependency installer
      No further "installation" needed
      Comprehensive databases (Whitelist, blacklist, port list, API calls, filenames/sizes (forensic blacklist/whitelist), default install paths - ~400 million unique matches)
      Fast data access times (only limited by hardware and internet latency 0/0000-F/FFFF hash database format @ avg 220 bytes per file, 17GB overall)
      Small frontend with low overhead (5MB package size, ~2MB overhead)

      http://www.softpedia.com/get/A...
      And sauce - https://www.planet-source-code...
      This particular industry is indeed a popularity contest. At this juncture, I can at least prove I know what I'm talking about.

    5. Re:Bloatware by castionsosa · · Score: 1

      The conventional antivirus has became all but useless to deal with the latest zero-day threats. At best, an AV program is useful for scanning a download for a potential Trojan... but even with that, one is better off just using VirusTotal if the executable is small, or use the MD5/SHA hash if the file is bigger.

      I'd like to see an AV program actually do something useful:

      1: Filter by IP address. This is especially useful with third party malvertising which is a large infection vector.
      2: Set kill bits and disable site cookies, similar to SpywareBlaster's functionality.
      3: Scan via executable signatures and look for unsigned stuff that isn't whitelisted by the user.
      4: Boot from Windows PE so Bitlocker can be unlocked, scan the machine offline.
      5: Have the ability to run on the hyperviser level, so VMs can be checked for RAM-resident stuff and suspended/rolled back.
      6: Have the option to act as a "file firewall", (turned off by default, so a user doesn't get used to blindly clicking 'allow' as with the earlier ZoneAlarm type software) so software that isn't normally set to access a certain filetype (for example a game grabbing Word documents in the user's Documents directory) would prompt the user with the details of what is being done (reading, overwriting, etc.) This would act as pushback against ransomware.
      7: Offer more than just AV functionality. Having the program also be able to function as a client so a user can have a backup server that "pulls" documents as further protection from ransomware would be nice.
      8: Money is important, but perhaps do like some programs, allow manual updates, and charge for automatic updates/automated scanning, cutting the annoying dialogs to as low as possible. For minimizing impact on servers, signed binary diffs for the signature files can't hurt. Having enterprise versions with no expiration of signatures can't hurt.
      9: Offer enterprise functionality, such as pulling signatures from a local server, audit logs, and other items to help organizations with compliance. This should be available in every version, not just "enterprise" versions.
      10: Focus on being out of the way... software that is designed to be made part of a WIM install image where it is installed and forgotten about... until there is a meaningful alert.

    6. Re:Bloatware by Bert64 · · Score: 1

      Welcome to capitalism...
      You can't keep selling the same product, you have to offer perceived "improvements" or people won't upgrade, and under the hood improvements are not visible to users so won't compel them to buy more - only highly visible and flashy features will make clueless users think they're getting value for money.

      Another thing to consider, is should users have to be educated about hygiene and learn how to deal with such things? For the vast majority of users that is wishful thinking, and they'd be much better off with a device that is managed by someone else.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    7. Re:Bloatware by Bert64 · · Score: 1

      1, this is what a firewall does...
      3, OSX does this by default - although signed binaries is not a perfect solution
      5, i scripted something similar for a linux kvm based hypervisor setup, it mounts each of the vm disk images readonly and scans them... you can also scan your backups in this way which gives your backup server something to do during the day when its not actually making backups.
      6, selinux/apparmor policies do this - access to unexpected locations are logged and/or denied, the problem with windows is that the filesystem is more messy and users often store files in ridiculous locations.
      7, if the server can pull backups then it can take whatever it wants from your machine at any time, push backups aren't necessarily a problem if done correctly - ie retention should be controlled by the server and the client should not be able to overwrite or remove old backups.
      10, its too hard to define "meaningful"... if you alert too frequently users get annoyed and ignore or disable the alerts, if the alerts are too insensitive then its easier for malware to avoid attracting attention... it also depends highly on the skill level of whoever receives the alerts.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    8. Re:Bloatware by Anonymous Coward · · Score: 0

      one of the first things to do is remove all that antivirus crap and educate them on PC hygiene.

      To maintain optimal PC hygiene how often should I douche my I/O ports?

    9. Re:Bloatware by Anonymous Coward · · Score: 0

      "one is better off just using VirusTotal if the executable is small"

      When VirusTotal, which uses every possible AV solution out there, is using known vulnerable virus scanners, I don't trust it.

      In fact, you shouldn't trust any company APK mentions.

    10. Re:Bloatware by Anonymous Coward · · Score: 0

      Douching can be damaging to your I/O ports and is no longer recommended. The I/O ports evolved to naturally repel foreign substances and keep themselves clean. Now, some people think that cutting up the I/O ports at manufacture and removing or blocking certain pinouts will prevent the transmission of different viruses or is somehow "cleaner." However, the "science" behind that is wobbly at best. In the civilized world, mutilating the I/O ports at manufacture is considered criminal abuse. Plus, every now and then when somebody cuts up an I/O port at manufacture, it goes horribly wrong. Would you want a computer with an I/O port that either had to completely removed or is otherwise damaged beyond repair because of an unnecessary procedure?

      Oh, we were talking about computers! Never mind me. I must have been triggered or something.

    11. Re:Bloatware by Coren22 · · Score: 1

      Since Windows 7, Microsoft has included Windows Defender in the installation package. Windows Defender was a #1 virus scanner that MS bought out. Do you really need to disable Defender and install another virus scanner?

      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
    12. Re:Bloatware by cbhacking · · Score: 2

      Technically, Windows Defender in Win7 is was built from Giant AntiSpyware and only provided anti-spyware/anti-adware protection; it doesn't have detection for things like worms and other sorts of malware. For that you need the (free, but optional download) Microsoft Security Essentials. However, starting with Win8, Defender (the built-in thing) includes the MSE scanning engine and signatures.

      The obvious difference between Win7 and Win8 in this regard is that when Win7 came out, MS was still under some anti-trust restrictions against bundling software that competed with commercial offerings (and anti-virus would definitely count). Those restrictions expired before Win8 was released, so they could bundle the full scanner instead of requiring that people go seek it out on their own.

      --
      There's no place I could be, since I've found Serenity...
  3. Awards? by Anonymous Coward · · Score: 0

    Some of these awards are being paid for, FYI

    1. Re:Awards? by ole_timer · · Score: 1

      ALL the awards are paid for, how do you think ICSA Labs survives?

      --
      nothing to see here - move along
  4. Excellent Award! by bickerdyke · · Score: 1

    We've been there before. (17 seconds clip and it's NOT Rick Astley)

    --
    bickerdyke
    1. Re:Excellent Award! by Anonymous Coward · · Score: 0

      Verizon know no math either, they must be equally qualified to judge anti virus software: https://www.youtube.com/watch?v=MShv_74FNWU

  5. Why did Cisco kill Immunet? by Anonymous Coward · · Score: 0

    The article points out that Tavis Ormandy is at a disadvantage in doing a security evaluation of the AV products since he doesn't have access to any of the source code. It seems like AV badly need to be an open source community effort so the best of the security community has a chance to modify he product.

    When Cisco took over SourceFire, they also acquired the Immunet anti-virus software which in turn leverages the ClamAV database. But two years ago, they stopped updating it. At this point, it seems clear that Immunet AV is abandonware. If Cisco where to release the source code, it could help jump start a community open source AV and possibly help improve the Cisco brand name among the security community.

  6. And The Best AntiVirus is.... by FudRucker · · Score: 4, Insightful

    switching to an Operating System that is not the target of virus writers, or at least less of a target

    Linux is your best bet for a general purpose operating system

    --
    Politics is Treachery, Religion is Brainwashing
    1. Re:And The Best AntiVirus is.... by Anonymous Coward · · Score: 0

      switching to an Operating System that is not the target of virus writers, or at least less of a target

      But if everyone does that then the market share increases drastically and makes it the new target. If not everyone does that then sure, you'll probably be safer, but it doesn't stop the broader issue.

    2. Re:And The Best AntiVirus is.... by Anonymous Coward · · Score: 1

      Linux is your best bet for a general purpose operating system

      Oh, you're killing me. Do you do live stand up too, or just hilarious Slashdot posts? Linux is a geek's operating system. It is your best general purpose operating system only if your purposes aren't mainstream and general. Is Linux a good OS? Of course - it certainly is. Best for general purposes? Haha, that's a good one.

    3. Re:And The Best AntiVirus is.... by KGIII · · Score: 1

      I don't know about all that... As the phrase in use here is general purpose then I can say that I am content to use Linux for my computing needs - all of them. I'm not a gamer so I don't care about that. However, the term is general purpose and not gaming purpose so I'm thinking it doesn't much matter.

      Note: I did not say that it has or should have (or even will have) mainstream acceptance. I'm okay with that. I don't really care if there's a year of the Linux Desktop. Hell, I don't even actually care what operating system you (or anyone else) uses just so long as you made informed consent to use it and made the choice you wanted to make without duress.

      --
      "So long and thanks for all the fish."
    4. Re:And The Best AntiVirus is.... by MightyDrunken · · Score: 1

      Therefore GNU Hurd. In fact if you want to get malware you have to write it yourself.

    5. Re:And The Best AntiVirus is.... by Anonymous Coward · · Score: 0

      Head, sand, much. The main linuxen are so mainstream that recent changes to emulate windows behaviour have resulted in a large percentage of the geeks you say are its only users to migrate away from it. Trust me, it's mainstream.

    6. Re:And The Best AntiVirus is.... by Bert64 · · Score: 1

      Which is why we need diversity, a variety of different systems being used with interoperable data files between them... If no single system has more than 30% market share then malware writing will become far less profitable.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    7. Re:And The Best AntiVirus is.... by Bert64 · · Score: 1

      All the big operating systems are aimed at geeks, the average user is not really capable of managing a complex general purpose computer system and that's the whole reason why such problems as malware are so prevalent.

      But there's also the fact that very few people actually need a general purpose system, most people do a small subset of things so devices built to do these things are a far better choice for most people. Think games consoles, chromebooks, tv sets, phones, routers etc... And a lot of these special purpose are running linux underneath, just that the user doesn't ever have to deal with the underlying system.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    8. Re:And The Best AntiVirus is.... by TheDarkMaster · · Score: 1

      Grow Linux desktop usage above 10% and he WILL be a target for script kiddies with viruses.

      --
      Religion: The greatest weapon of mass destruction of all time
    9. Re:And The Best AntiVirus is.... by Anonymous Coward · · Score: 0

      Well, someone's got long toes. Guess what, downmodding critical posts on /. isn't going to improve Linux one iota and isn't going to get Linux more broadly accepted.

    10. Re: And The Best AntiVirus is.... by Anonymous Coward · · Score: 0

      "the average user is not really capable of managing a complex general purpose computer system and that's the whole reason why such problems as malware are so prevalent."

      This!!

  7. AV worthless for most user by Anonymous Coward · · Score: 0

    I laugh at how AV is always touted as catching stuff. In fact its designed to make users think its catching important stuff. In fact what you see it catching is normally benign stuff such as month or years old malware that has long since been patch by software or operating systems. Its like putting down a mouse trap to catch dead mice. The zero day exploits come and go, and effectiveness of any security suite comes into question. This is why many have resorted to other features like file cleanup, disk management, checking for outdated software, and privacy and password protection. It's because anti virus protection is a joke these days. Sure install as much of it as you want, and let your PC slowly creep to a halt while it scans your drive in a methodical way in order to give you that false sense of security.

  8. Nekkid emperor is still nekkid by Anonymous Coward · · Score: 0

    That's the computer security industry for you. Too busy selling "haxx0r-pr00f" bullcrap to notice the ointment they're selling is in fact stinky crap and therefore does indeed stink. This includes the likes of softpedia, who keep on telling the "haxx0r" narrative designed ultimately exactly to sell the bullcrap that introduces at least as many holes as it purports to protect against abuse.

    Did I just call the entire computer security industry a scam? Why yes, I did. Tell me I'm wrong please, and try and add a believable argument. I haven't seen anybody even try in a long time, n'mind succeed.

    1. Re:Nekkid emperor is still nekkid by GrumpySteen · · Score: 1

      Did I just call the entire computer security industry a scam? Why yes, I did. Tell me I'm wrong please, and try and add a believable argument.

      Okay. You're wrong.

      You've painted the entire computer security industry as being nothing more than virus scanning software. For an example of how just wrong this is, you need to look no further than the summary; "the researcher discovered 4 security issues in the past four months, and is in the process of submitting a fifth." Security researchers who find flaws, the programmers who implement encryption algorithms to keep your data safe, the manufacturers of firewalls that help protect everyone's systems... the group of people you've dismissed as virus scanner scammers would be enough to fill a large city.

      Let me illustrate what you're suggesting in a different way. Do a search for "internet of things exploit" and "internet of things security." You'll get tens of thousands of results. Read a few. You'll find that, to borrow a line from Ars Technica, âoeInternet of Thingsâ security is hilariously broken and getting worse. If the entire computer security industry was nothing but a scam, that is what all computer security would look like.

    2. Re:Nekkid emperor is still nekkid by Anonymous Coward · · Score: 3, Informative

      He may be inarticulate, but he's not wrong.

      The entire "computer security industry" is little more than scammers selling nothing but snake oil, i.e., security products which themselves are full of exploitable vulnerabilities and in many cares are very close to being malware.

    3. Re:Nekkid emperor is still nekkid by shawn2772 · · Score: 1

      He may be inarticulate, but he's not wrong.

      The entire "computer security industry" is little more than scammers selling nothing but snake oil, i.e., security products which themselves are full of exploitable vulnerabilities and in many cares are very close to being malware.

      This argument is why terms need to be defined. You and the GPP are defining "computer security industry" as the set of people and companies that build and sell security products. Even with that definition, the accusation of snake oil is overly broad; there are a few security products which are actually useful. The GP is defining "computer security industry" as the set of people and companies that work on and around computer security, including security researchers that find vulnerabilities, and engineers that fix them and design and build secure systems.

      The computer security industry includes a lot of crap, but it also includes a lot of good people and organizations doing good work. Tavis Ormandy is a part of that industry.

    4. Re:Nekkid emperor is still nekkid by Bert64 · · Score: 1

      No it's just that the scammers selling snake oil are noisier, have bigger marketing budgets and are more trusted by those who don't know any better...

      There are plenty of competent people out there, doing research, finding and fixing security holes, trying to write secure code themselves and trying to improve the coding and general security practices of others. The problem is that setting things up securely or building secure code requires a high level of (expensive and rare) skills, whereas trusting the snake oil salesman and buying his product does not.

      To someone who doesn't understand the technical details, buying a product that claims to magically solve all your problems costs much less than employing people to actually address them.
      Plus being horrendously insecure doesn't necessarily mean you will suffer a high profile breach, most organizations have gaping security holes but are either lucky and don't get hacked, or do get hacked but never find out about it. It only becomes a problem if a high profile breach occurs and goes public.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    5. Re:Nekkid emperor is still nekkid by Sloppy · · Score: 1

      Did I just call the entire computer security industry a scam? Why yes, I did. Tell me I'm wrong please, and try and add a believable argument.

      Maybe you're right, but I still can't figure out how these guys are scamming us. They sure look innocent.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    6. Re:Nekkid emperor is still nekkid by Anonymous Coward · · Score: 0

      Nice one!

      The problem with them is that they have a very narrow definition of "security" and they're really only working within that definition. Compare DJB's software: Pretty good if your universe sufficiently resembles DJB's universe, not so much otherwise.

      For security such a narrow approach strikes me as, well, I think their threat model is insufficient. A bit like hardening the front door but forgetting about the windows, the balcony doors, the walls, the roof, and so on, and so forth. Hyperbolic to make a point, but given that in eg. crypto even a single leaked bit can compromise the entire premise, and poof goes your security... yeah.

      As an example of the way they work, their "openntpd" is not in fact an ntpd, since it serves sntp. Sufficient if you care about having vaguely correct timestamps in your router logs, but not so much if you actually need sub-microsecond syncing accuracy. And yes, for some people that really is very important. The openbsd folks really don't care, for they aren't time nerds. They don't have to care. They're security geeks. This is a recurring theme in what they do.

      I think the openbsd folks could be a bit more open about the universe they live in, but I have a sneaking suspicion not all of them fully understand what's going on in their working assumptions. That makes (would make) them "security"-cult-ish, even if they aren't exactly low hanging fruit compared to some of the others in this space. It means they and their users are maybe wearing imperial gauze instead of imperial nothing. We still have a long way, and a long time, to go.

    7. Re:Nekkid emperor is still nekkid by Anonymous Coward · · Score: 0

      This argument is why terms need to be defined.

      Semantics are important? You don't say. Tell me then why it is exactly the computer security industry that abused "hacking" to mean essentially "the cyber bogeyman did it"*, then went on to argue who was more bogeyman-like and who was really more righteous because "ethical" or wearing a lightly coloured hat? That's semantic games designed to confuse right there. Highly succesful too, since it all confused everyone, even themselves.

      The computer security industry includes a lot of crap, but it also includes a lot of good people and organizations doing good work. Tavis Ormandy is a part of that industry.

      Well, no. The "good work" even in the best of cases still consists of labouring over the tiniest nuggets and making a big deal about it. That's the best case. The usual case is that there's no actual nugget of improvement, just the noise. And it goes downhill from there. But saying he's "good people" because he manages to dig up the occasional nugget? No sir, I don't agree with that.

      It comes down to convincing ourselves that shitty software is the norm and that fixing it is unaffordably expensive because even the tiniest nuggets are such big deals already. It's good eats for him and his ilk, to the point that there's lots of bottom feeders (some of which he's calling out), but it doesn't really solve anything. It tries to heroically go the least bit forward to keep the easy dough coming. You know, like politics. This is what's happening, even if the people involved don't say so, maybe haven't even noticed because they haven't understood what should've been happening instead.

      * Originally coasting on undeserved stolen connotations of technological creativity and praise of achievement, now entirely eclipsed, depriving us of an actually useful term.

    8. Re:Nekkid emperor is still nekkid by TheDarkMaster · · Score: 1

      And the security people who know what they are doing cost more to hire than the H1B's

      --
      Religion: The greatest weapon of mass destruction of all time
  9. Newsflash by Anonymous Coward · · Score: 0

    every security software has, by definition, at least one security flaw. Making a lot of noise about finding security flaws in security software is also meaningless. Just do what you can to see the flaw remedied, and leave it at that.

  10. Verizon by wkwilley2 · · Score: 1

    Well you know, it is Verizon handing out the rewards.

    It's much easier to be skeptical after realizing that.

    --
    Have you ever fallen asleep at the keybhanusdiog?
  11. "Meaningless"? by jargonburn · · Score: 1

    I should think not! They paid good money for that award!

  12. Meanwhile, closer to home... by msauve · · Score: 1

    Perhaps said Google employee should focus on Google, which tends to be clueless about a lot of things. If you install a private CA cert, your Android phone will then start lying to you, claiming "This network may be monitored by an unknown party." (or similar). Nope. I who they are, I deliberately installed the cert, and your incorrect message only makes me tend to ignore any warnings you give in the future. OTOH, it also comes pre-loaded with a shitload of enabled CA Certs, most of which I likely have no use for, and which Google expects me to simply accept as trustworthy. WTF is "Government Root Certification Authority?" certainly sound like someone I wouldn't want to trust. Anyone remember Diginotar?

    --
    "National Security is the chief cause of national insecurity." - Celine's First Law
  13. WTF by Anonymous Coward · · Score: 0

    I get that lots of people make bad shit with security holes in it, what I don't get is that the people paying him (i.e. google) are one of those groups making a lot of shit with security holes so why is he spending so much time researching other peoples problems instead of fixing the shit google got wrong? those in glass houses shouldn't be throwing stones. Is this really just negative PR campaigning by google?

  14. Who watches the watchers? by QuietLagoon · · Score: 1
    The A/V companies made the significant strategic error of starting a race to add more and more features to their products, resulting in insecure bloatware that is tasked with monitoring our PCs for malware.

    .
    One A/V product pokes around my network trying to find my router and determine whether or not I have it configured properly? Give me a break. Focus on the reason I purchased the product, and stop surveying my network. If the router settings have changed, then the A/V product failed in its core goal. Why not focus more effort to preventing malware from getting on my PC and less effort in trying to clean up what happens when they fail in that task.

    1. Re:Who watches the watchers? by AHuxley · · Score: 1

      The AV product just looks for the standard factory set admin password and suggests a change as malware has been found using the default hardware password lists.

      --
      Domestic spying is now "Benign Information Gathering"
  15. Anti-virus protects you from silly mistakes only by Anonymous Coward · · Score: 0

    It is most definitely not a replacement for common sense. Anti-virus should be a backup for those stupid moments where you accidentally forget to test an unknown executable in a sandbox/virtual machine before running it.

    Common sense and a sandboxed browser are far more effective solutions than any anti-virus product on the market.

  16. What is the best then? by Anonymous Coward · · Score: 0

    If you guys had to recommend a solid setup for anti-virus or anti-malware, what would you go with?

  17. background bloat by phorm · · Score: 1

    Antivirus was most useful in the days prior to it needing to be always running. TSR's started down the path towards bloat and instability, but prior to that it was quite helpful to be able to pop in a read-only floppy with antivirus and run a scan on your local drives.

    Once they started running as TSR's (background programs), they became a constant hog of system resources oft-times worse than the viruses themselves. The internet furthered this in many ways because - previously - viruses generally spread through physical transfer.

    In the "good ol' days", you got a virus by either running an infected file, or once MBR virii came around by inserting infected media into your PC. Those viruses were like blood/fluid born viruses in the human world, of-times nasty, but you wouldn't get computer-herpes without touching somebody elses infected junk. Sure there were networks, but infection usually stemmed from somebody running a trojan and having write access to files on a shared drive.

    Nowadays, modern viruses are like an airborne version of ebola. You don't need to download anything, or insert anything. Visiting a legit site with a bad advertisement is enough to get you, or sometimes even just being online with a machine that has an unpatched vulnerability. That leads to constant-running A/V that is basically trying to scan memory of active software trying to catch viruses before they can dig in. That's fine for older viruses but new still the AV misses entirely, and unlike the days of physical transfer a new viruses can go from the creator's PC to a thousands of victims within seconds of being written.
    At this point, your AV is flu-shot. It works on some known infections and possibly close variations, but many people who have it still get sick from new stuff.

  18. Shady Industry by wjcofkc · · Score: 1

    An AC posted in reference to AV software once being nimble and useful before mutating into the crapware we see today. This is of course true. Things have escalated to such a level of what the fuck, I have been wondering if some AV companies are not covertly writing virus and malware software themselves, concurrent with the patch so that once they manage to get the virus\malware propagating out of the dark web, they can demonstrate how quickly they are able to update their software and better "protect" their customers. This would at least mitigate all the times AV companies get blindsided resulting in countless millions of infections. I was going to include an explanation as to why that is not as crazy as it sounds, but reading my own words it doesn't sound crazy at all.

    Of course no AV company could ever keep a lid on that, but we already know we are talking about management making less than brilliant decisions about their software. I would not be the least bit surprised to see that as a Slashdot headline after someone squeals.

    --
    Brought to you by Carl's Junior.
  19. Missing the point. by westlake · · Score: 0

    switching to an Operating System that is not the target of virus writers, or at least less of a target
    Linux is your best bet for a general purpose operating system.

    You don't chose an operating system because it is free of risks.

    You chose it because it supports the programs and services you want and need to run on the hardware you find attractive and affordable. You chose it because it is a comfortable fit for your level of interest and involvement. Not everyone enjoys spending time under the hood.

    It's telling that the only flavor of Linux to achieve mass-market status is the malware-ridden Android platform.

    1. Re:Missing the point. by Desler · · Score: 0

      No, that's what normal people do. People like the GP use OSes as a form of epeen status.

  20. Meaningless awards by Bert64 · · Score: 1

    An "award" is totally arbitrary and meaningless anyway, anyone can provide an award, for anything, based on any criteria and don't have to even disclose the criteria on which the award is based.
    The problem is that people think any of these awards have any value whatsoever, so vendors will take steps to acquire them and use them in marketing material.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    1. Re:Meaningless awards by ripvlan · · Score: 1

      Yes - thank you. For example - did Verizon feel that the winner responded to issues in a timely fashion? Was this company somehow ahead of the others in either securing systems or repairing issues quickly?

      Nobody has perfect AV/firewall software. Do some companies do a better job at doing their best? Do they fix the underlying problem or issue lots of hot-fixes?

      It's a beauty contest. Next Verizon will announce that product as being the Select Vendor or it's already in use within their cloud. And - Hey! - it has also garnered awards >_

  21. What's the alternative to Linux? by Anonymous Coward · · Score: 0

    Linux is a geek's operating system. It is your best general purpose operating system only if your purposes aren't mainstream and general.

    What else is there? Remember: you don't have to outrun the bear, you just have to outrun the other guy(s). And Ubuntu rather easily outruns the other guys.

    Saying Linux sucks for mainstream users is totally fine. You're right: it does suck for mainstream users. Alas, Windows sucks even more for mainstream users: you have to be an expert to in order to use it safely. And then MacOS is ok, but then if you do anything non-mainstream, even if you are otherwise 95% mainstream, then it lags behind both of those other two.

    What else might you be talking about? ReactOS?(!?!) Haiku?

    Face it, if your computer-averse mom needs a computer, you're probably going to get her Linux, just so you don't have to constantly spend all your time supporting her drama-of-the-day. Linux is fire-and-forget.

  22. Almost Anything Else is Better by EndlessNameless · · Score: 1

    Antivirus is borderline useless these days.

    Application whitelisting, generally by publisher certificate, is the only way to lock things down meaningfully. Use hash-based exceptions for unsigned apps. Too bad all the tools are priced for enterprise.

    SELinux is good, but it takes a lot of work to get it into shape if you are doing anything that lacks an out-of-the-box config.

    Behavior-based anomaly detection is the next big thing. But the last I checked, it takes forever to establish your baselines, and false positives are the norm. Too many false positives is like crying wolf. People stop checking the alerts, admins create exceptions with little or no justification, or sometimes there are just too many to investigate individually.

    But almost all of these alternatives are better than bloated crapware that only protects you against the oldest and least sophisticated threats. Most malware is spread over half the planet before there is a signature for it.

    --

    ---
    According to the latest ruleset, this post should be modded as Vorpal Flamebait +5.
    1. Re:Almost Anything Else is Better by DigiShaman · · Score: 1

      Application whitelisting, generally by publisher certificate, is the only way to lock things down meaningfully. Use hash-based exceptions for unsigned apps.

      Agreed 100%.

      Too bad all the tools are priced for enterprise.

      It's already in OSX. I've had to grant the exception for one app, but it's rare.

      Allow app downloaded from:
      -Mac App Store
      -Mac App Store and Identified developers (what I keep mine set too)
      -Anywhere

      --
      Life is not for the lazy.
    2. Re:Almost Anything Else is Better by Anonymous Coward · · Score: 0

      Antivirus is borderline useless these days.

      Application whitelisting, generally by publisher certificate, is the only way to lock things down meaningfully. Use hash-based exceptions for unsigned apps. Too bad all the tools are priced for enterprise.

      This is one of several techniques Norton uses, and has used for a very long time. You're only about a decade late.

    3. Re:Almost Anything Else is Better by Anonymous Coward · · Score: 0

      Behavior-based anomaly detection is the next big thing.

      Oh, Norton uses that too. 1999 called, they want their ideas back.

    4. Re:Almost Anything Else is Better by cbhacking · · Score: 1

      AppLocker, in recent Windows versions (and building on Software Restriction Policies, dating back to XP), provides similar controls. It's actually a lot more fine-grained than that, though it can be made to act much like how you describe.

      --
      There's no place I could be, since I've found Serenity...
    5. Re:Almost Anything Else is Better by Anonymous Coward · · Score: 0

      Application whitelisting, generally by publisher certificate,

      Yes, because the fact that we know that this copy of the Adobe Flash player was 100% for certain published by Adobe completely prevents it from doing anything we wouldn't like it to do, and also prevents it from having any bugs which may be exploited to cause it to do things that Adobe didn't intend it to do.

      The only real solution is for our operating systems to stop considering "application permissions" and "user permissions" to be the same thing. If I download a new word processor from the internet, there's no reason my OS needs to give that word processor access to every file I have access to, nor does it need to give it access to my network. At most my OS should provide it with a file open API which pops up a window to me to allow me to select which of my files it should be granted access to, and perhaps also its own folder in which to store its own files (like the ~/.whatever folders in Linux, or %APPDATA% in Windows) where it can create and access files, and if it wants network access, my OS should pop up a dialog to ask me to what degree it should allow it to have network access.

      However, creating OS security like that is too hard, so instead we're fucking around with user-blaming in the form of "you shouldn't execute untrusted applications," as if people can psychically know what a piece of software is going to do before they execute it, or even know what it has done after they have executed it given that OSs make no attempt whatsoever to make an application's activities (network usage, file access, etc.) transparent to users. So all people can really do is not execute software at all, and asking them to do that is retarded since the whole point of having a computer is to execute software.

      It is ridiculous that no modern OS design supports the secure execution of random software. The only way to even come close is to create a new user account for every piece of software one wants to use because we're still in the mindset of DOS where it's believed that the job of the OS is to provide access to the entire computer for every piece of software that a user executes, and so the only security that exists is there to keep users from doing things, meanwhile the applications a user might execute are free to do whatever the hell they please and the user has no control over it whatsoever.

  23. The best antivirus! by Anonymous Coward · · Score: 0

    I see that neither McAfee or APK Hosts File are on the list of bad antivirus, so by exclusion, they must be the winners!

  24. How did this get modded "Insightful" by Anonymous Coward · · Score: 0

    Thanks, Captain Obvious. Keep providing that insight.

    Sincerely,
    The Choir

  25. Over Hyped and improper focus... by MindlessGenius · · Score: 0

    Antivirus relevancy is rapidly decreasing...
    Considering that Windows 10 includes, Windows Defender now enhanced with Security Essentials (Anti Spyware / Anti Virus) (Free and built in to the O.S.) Not including that the real "Protection" to the file system "Internals" is the windows MRT.exe another built in tool that Microsoft upgrades monthly and quietly runs invisible in the background each time you boot the box.

    These are largely all anyone really needs, to "Protect" Windows. as far as Windows "Protection" is concerned.

    The real tool-kit required to have is knowledge of the Microsoft SFC (System File Check) as the SFC is how you can find out which files are corrupted by malware and need to be replaced. That is the secret sauce ingredient to any good system clean-up recipe.

    SFC: https://support.microsoft.com/...

    Also In the largest number of cases the users typically are led to unwittingly "Chose" to install malware on their system.
    Either due to technical ineptitude or a total lack of awareness of their own online behaviours.

    This even when A.V's tell them not to install something.
    The other real trouble with A.V.'s is that the largest hole in the security equations is Web browsers server side scripts bidirectional interactions. Meaning sites average around 10 to 25 scripts, pulling everything from profiling data, and advertising or marketing propaganda, to direct control of user system functionality and even drive video game within the web browser. Some Exotic new malware (and spyware) now exploit these extensively.

    This is significant since most modern exploit are web browser centric. This is the real weak point where user behaviours are socially engineered into functional obfuscated exploits. Typically via embedded scripts, mingled with Adverts and privacy busting data gathering by businesses.

    The safe route for joe average is Linux, with Firefox configured with NoScript, not add blockers but an actual "Extensive" script management system that provides full visibility and granular control to the user this will then elevate their awareness to the point where visibility grants administrative access over ones own privacy and security.

    The only remaining issue is what can be cleanly embedded within PHP and kept obfuscated to the users while permitting access to remote processing on visiting machines...

    As for the real security issues facing us, I don’t think I ever wrote a better explanation as the one here:
    https://hermes-computers.ca/ar...

    1. Re:Over Hyped and improper focus... by campuscodi · · Score: 1

      Nobody is arguing with you after that response.

  26. Paid for awards by Anonymous Coward · · Score: 0

    Verizon promotes an Security product to its customers, gets kickback per sale. Security product gets "award" from Verizon to promote their brand with.

    Bought, paid for, utterly garbage.

    Pretty much any "award" from a major corporation is nothing more than a marketing agreement. My ISP has variously promoted Norton, McAfee, AVG and at least one other. Never installed any of them due to known problems at the time the ISP began promoting them. not even when they offered free for a year cause I don't need nagware desperately trying to do nothing more than get me to give it money.

  27. Better antivirus than antivirus by Anonymous Coward · · Score: 0

    APK Hosts File Engine 9.0++ SR-4 32/64-bit http://www.bing.com/search?q=%...

    * Less power/cpu/ram+ IO use vs. local DNS servers + addons w/ less security issues vs. DNS + routers. Less complex vs firewalls (needing layered filtering drivers - hosts don't + firewalls block less used IP addresses, hosts block more used host-domain names) complimenting 'em. Antivirus = reactive. Hosts = far more proactive, blocking infection BEFORE you get it. Gets its data from 10 reputable security community sites.

    APK

    P.S. - Hosts get you more speed (hardcodes + adblocks) & faster vs. addons, security (vs. bad sites/dns security issues), reliability (vs. downed/poisoned dns), & anonymity (dns requestlogs/trackers) vs. other "so-called -solutions'" w/ what you natively have. Unlike Adblock/UBlock/Ghostery, hosts != blockable by ClarityRay/BlockIQ... apk