Originally posted by zebedeeboss
View Post
Unlike Windows 7, Linux does not have "ActiveX" controls which can fire off executables without your permission. UAC doesn't increase security as much as it transfers responsibility/blame -- most users don't know if a UAC request should be honored or not because most requests do not identify the purpose for an executable, or the reason given may be false. That's why many Windows users turn off the UAC ... it annoys them. Microsoft has gone a long way toward security by offering "Microsoft Security Essentials" (which, IMO, is the best AV available for Windows) with automatic updates free of charge to Windows users but that approach still suffers from the fact that MSE cannot detect malware which is not in its signature database. To get into that database a malware must infect tens to thousands of Windows boxes and be noticed, somehow, so that Microsoft and/or security houses can isolate it, create a recognition signature, and add that signature to the next vaccine database update. Your box could be one of those "tens to thousands", and it could cost you plenty. Months can pass between release of a virus and the inclusion of its signature in a vaccine database that gets downloaded and installed on the user's machine, unless it is so serious Microsoft puts it on the "Zero Day" fast track and makes it the topic of a widely disseminated PR campaign.
In Linux the steps necessary to get an infection from an email payload are:
1) Save the attachment as a file on the HD (Linux can only execute files saved on the HD)
2) Add the execute permission to that file.
3) Open a Konsole and execute that file.
About the only way those three steps can be taken is if the user has been conned (social engineering) into doing so. (Promises to see porn or get rich prompt lots of folks to do stupid things).
Also, like Windows, you can infect your Linux box if you run as root, especially if you browse the Internet and visit dodgy sites. NEVER run as root!
Also, like Windows, your Linux box can get owned if you use to weak a password, or if you run without a firewall to protect against hacking on your back ports. Kubuntu comes with a firewall installed which blocks all ports, so that shouldn't be a problem.
Also, like Windows, your Linux box can get infected if you download programs/applications from dodgy sites. That's why it is recommended when first using Kubuntu that you only install application from the repositories, or from sites like Oracle, Adobe, Nokia, Launchpad, etc...
AND, no matter what that "scanner" tells you when you open a website, there are NO viruses on your computer that need their nifty removal tool to clear up.
Originally posted by zebedeeboss
View Post
Originally posted by zebedeeboss
View Post
Comment