vote up 6 vote down star

As programmers we have special needs. I have been frustrated by aspects of the virus protection/internet security that I've used. Do you know a good choice?

flag
show 4 more comments

closed as not programming related by blowdart, Neil Butterworth, Chris Farmer, skaffman, sth Jul 26 at 23:23

50 Answers

prev 1 2
vote up 0 vote down

Avast. It slows down boot, but isn't a bother after that.

link|flag
show 1 more comment
vote up 0 vote down

Whilst I agree with previous posters that common sense is the best defence, I have two teenage daughters who use the internet and email. I have tried to talk to them about virus issues but, heck, they are teenagers! I figure that some protection is necessary and use Bitdefender which scored quite well at the time in magazine reviews.

link|flag
vote up 0 vote down
link|flag
vote up 4 vote down

i am using avira antivirus (free edition, http://www.avira.com) and the winxp firewall. for unix i most of the time write my own iptables.

ever thought about that a non-open port does not need firewalling?

link|flag
vote up 1 vote down

I use the free version of Avast!, combined with the free ZoneAlarm firewall. They don't particulary bother me while programming. ZoneAlarm might end up blocking your apps when you're doing some networking stuff, but it only takes a click to allow network/internet access so that's no biggy.

link|flag
vote up 0 vote down

I use either Avast or AVG.

link|flag
vote up 6 vote down

I use NOD32 for virus protection + OpenBSD firewall. I still think that avoiding running potentially unsafe applications from untrusted sources is the best antivirus solution yet.

link|flag
vote up 9 vote down

By far the best AV software I've found is Avast (http://www.avast.com). I found it much better than AVG and have never had a problem with it. It's also light on the system, unlike a lot of other scanners which slow your entire pc down.

There is a free Home version which requires a key that expires after a year. Once its up, you just re-register and they send you another key for another year.

You can tell it that you don't want any notifications about updates, etc and it sits there quietly keeping up to date. The only time you hear from it, is the alarm sounding when it stops a connection to a bad script or if it finds a virus in a file.

link|flag
1  
+1 - I have been using Avast Professional for several years now, and I have been very pleased with it. – Dana Holt Mar 26 at 13:21
show 1 more comment
vote up 0 vote down

I ran without AV for a bit recently and although I'm a careful user with sandbox VMs behind a NAT gateway I still managed to get a viruses and didn't notice for a while. The infection appeared to come via my browser so I ho-hummed and re-installed Avira.

link|flag
vote up 5 vote down

I don't use any. Anti virus is very ineffective against new malware threats, which are the ones I care about because a)I keep my system patched and b)I don't run as admin.

And even then, I'm not convinced that a virus could drain more performance out of my machine than antivirus could.

link|flag
show 1 more comment
vote up 0 vote down

I'm using AVG Free which seems to be the best of an average bunch.

Firewalls have been a less obvious choice.

I have flopped from Zone Alarm Free, to Tall Emu Online Armour, as it was rated the best protection against leak attacks, however it doesn't have automatic updates for the free version.

I eventually switched to Comodo, which is a little talkative, but has some nice functionality for a free firewall (Install/Update mode, trusted applications as well as trusted actions, treat as webbrowser etc) and is also very secure.

I also use a secure hardware router with Network Address Translation, but I am a bit paranoid I guess. Paranoia also lends towards a 'Don't Be Stupid' methodology of websurfing, so I also agree with the good judgement arguement

link|flag
vote up 0 vote down

At the moment I have the free version of AVG running.

link|flag
vote up 0 vote down

Out of all the scams however, these two seem to work well and don't hog the system:

link|flag
vote up 0 vote down

I haven't installed any AV and probably wont. I prefer to use something like http://housecall.trendmicro.com.

link|flag
vote up 4 vote down

I also don't use any. I have installed Vista so that everybody at my home runs as a normal user. I have also disabled Defender and Firewall. The reason for the disabled firewall is the fact that my Linksys router already has a firewall (that I configured).

I also don't think that antivirus software will be able to protect you from new viruses. It usually takes days for antivirus companies to update the software while it takes hours for a good written virus to spread across computers. I know that some programs have some AI to look for software that looks like a virus but I also think that those are based on known patterns. If a new virus appears that doesn't match any of this patterns even the antivirus program with a sophisticated AI will fail to recognize it.

link|flag
vote up 0 vote down

Windows XP: Avira Antivirus & Comodo Personal Firewall

Ubuntu 8.04: iptables with Firestarter

link|flag
vote up 0 vote down

I'm using AVG Free as well. But there are plenty other good solutions. Good firewall and adblocker also is usefull especialy if you browse net a lot :)

link|flag
vote up 56 vote down

I use none. Instead I use my own judgment to avoid running dangerous applications, and my computers are behind a router (so they are not directly on the internet). In the ~15 years I've been using the internet I have only gotten a virus/worm once, when my laptop was infected by sasser while I was on dialup, though I was able to detect and clean up that problem very quickly.

At best anti-virus / personal firewall systems are secondary defenses, the primary defense has to be sound common sense by the user.

Edit, some additional advice:

There are different levels of vulnerability when you are using a computer. When you are using a "workstation" which is behind a router and has no ports accepting connections from the internet then you have a great deal of control over what sorts of code has access to your computer. Meaning, generally only the applications you decide to run will touch your computer, so avoiding running unknown applications from questionable sources greatly reduces the chances of your system being compromised by viruses etc. Note that you are still vulnerable to a wide variety of exploits (such as phishing, cross site scripting, plug-in vulnerabilities, browser vulnerabilities, etc.) through your regular activities, especially browsing. You can still minimize that by understanding the threats and tailoring your activities accordingly. For example, avoid clicking on links in email, use the NoScript plug-in to control which sites you allow to run javascript, take security into account when choosing a browser, carefully configure your browser to have appropriately safe settings, disable features you don't need that you feel compromise your security, etc.

On the other hand, if you have a system which is directly on the internet then there is an entirely different level of vulnerability. This can be intentional such as if you have a server that is internet accessible. But this may be unintentional.

If you are connected to the internet via dialup through a modem in your pc, if you are directly connected to your cable modem, or if you have a cable or dsl modem in your pc providing internet access then your system is directly connected to the internet though you may not intend it to be. In this situation the entire world has access to the services you may not even know are running, and if there are vulnerabilities in those services (as experience has indicated there almost always will be) your system could become compromised. If you find yourself in this situation there are several ways to make yourself safer. The best way is to put a router between you and the internet, any modern wireless access point will serve as a router, connect that to the internet then connect to the internet through your router. If that's not an option you can turn off services you don't need and seek additional steps to harden your system.

If you are running a server you also want to keep security in mind but that is beyond the scope of this discussion.

link|flag
2  
I download open source software, and I run it (or compile it) without reading the code first. It only requires one malicious check-in! Regardless of how much a sham it is, or how cautious you may be... run a decent anti-virus package anyway. Schadenfraude will be well=placed after a post like that. – DavidK Sep 28 '08 at 21:56
show 4 more comments
vote up 15 vote down

Usually nothing. Virus scanning software is half scam.

Edit: Wedge's answer up at the top better channels what I was really thinking. I also haven't had a virus on any of my PCs in years - at least 7, but probably really more like 9. People ask me what I do for virus protection, and I tell them with a perfectly straight face: I don't get viruses.

link|flag
vote up 17 vote down

AVG Free. They'll try and hawk you the paid version but the free one is pretty good.

http://free.avg.com/

link|flag
show 2 more comments
prev 1 2

Not the answer you're looking for? Browse other questions tagged or ask your own question.