Lost Password?

Go Back   CodeCall Programming Forum > Software Development > Software Security

Software Security Information to inform users on how to protect their personal software / applications. Learn how to protect against software crackers.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #21 (permalink)  
Old 06-26-2008, 10:36 PM
Aereshaa's Avatar   
Aereshaa Aereshaa is offline
Programmer
 
Join Date: Apr 2008
Posts: 159
Rep Power: 5
Aereshaa has a spectacular aura aboutAereshaa has a spectacular aura aboutAereshaa has a spectacular aura about
Default Re: Are anti-virus programs a real necessity?

Quote:
Originally Posted by Xav View Post
It's not just Windows viruses are written for. Macs and Linux both suffer from viruses, albeit on a lesser scale, and even things like Xbox 360s have been subjected to viruses.
This is a common misconception. The simple fact is that on a unix-based OS, it is IMPOSSIBLE for a website to create executable files. A file must be chmod'd +x before it can EVER execute. Unix, when implemented properly (linux, bsd (which includes mac os X)) is effectively virus-proof. The only threat to a unix-based system is that of trojan programs, which can easily be detected. And even if I did execute a virus, it would only be able to corrupt MY files, and not system files or others whose permissions prevent my userid from editing them.

for more info, try:
File system permissions - Wikipedia, the free encyclopedia
Note to new Linux users: No antivirus needed
The short life and hard times of a Linux virus
Linux vs. Windows Viruses

... that seems enough.
Ha, wow, I usually don't cite sources.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old 06-27-2008, 09:04 AM
MeTh0Dz MeTh0Dz is offline
SLICE OWNZ YOUR SOUL
 
Join Date: May 2008
Posts: 294
Last Blog:
Ternary Operator CPP
Rep Power: 0
MeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura about
Default Re: Are anti-virus programs a real necessity?

Quote:
Unix, when implemented properly (linux, bsd (which includes mac os X)) is effectively virus-proof.
That is simply not correct. I will find some sources on viruses that have appeared on these systems, because they have.

A List of Linux Viruses... Linux malware - Wikipedia, the free encyclopedia

Mac Virus Links...
Macs no longer immune to viruses - Security - MSNBC.com

Viruses and the Mac FAQ
If you don't want to read that entire thing ^^^, it says there are about 40 known Mac OS viruses.

Mac Viruses By The Numbers - Word Macro: 553, Classic Mac: 26, OS X: Zero || The Mac Observer
This site says that McAfee has 612 virus in their library, then they do some figuring and say there may be as little as 26 actual viruses though, as a result of hoaxes and other things.

Last edited by MeTh0Dz; 06-27-2008 at 09:10 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 06-27-2008, 10:53 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 5,263
Last Blog:
Web slideshow in JavaS...
Rep Power: 45
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: Are anti-virus programs a real necessity?

And to back up mine and Methodz's statements, I read in a computer magazine the information that I posted. All popular operating systems are open to malware - the most popular receives the most attacks, because lots of people use it.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24 (permalink)  
Old 06-27-2008, 10:59 AM
TcM's Avatar   
TcM TcM is offline
Moderator
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 7,327
Rep Power: 66
TcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud of
Default Re: Are anti-virus programs a real necessity?

Yup, all Operating systems are vulnerable. It's impossible, everything has flaws, bugs, security issues etc...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25 (permalink)  
Old 06-27-2008, 11:02 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 5,263
Last Blog:
Web slideshow in JavaS...
Rep Power: 45
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: Are anti-virus programs a real necessity?

Windows is not attacked more than Macs because it is more vulnerable. It is attacked because 90% of the world uses Windows, so attacks have more impact.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #26 (permalink)  
Old 06-27-2008, 11:12 AM
TcM's Avatar   
TcM TcM is offline
Moderator
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 7,327
Rep Power: 66
TcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud of
Default Re: Are anti-virus programs a real necessity?

Quote:
Originally Posted by Xav View Post
Windows is not attacked more than Macs because it is more vulnerable. It is attacked because 90% of the world uses Windows, so attacks have more impact.
Never said otherwise

Although, yeah, we all know Windows is kinda... more.. vulnerable
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27 (permalink)  
Old 06-27-2008, 11:13 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 5,263
Last Blog:
Web slideshow in JavaS...
Rep Power: 45
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: Are anti-virus programs a real necessity?

I'm not so sure. Despite being the subject of much abuse, I honestly don't believe Microsoft's OS is more vulnerable. If everybody used Mandriva Linux, then all the viruses would be for Mandriva.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28 (permalink)  
Old 06-27-2008, 01:13 PM
Aereshaa's Avatar   
Aereshaa Aereshaa is offline
Programmer
 
Join Date: Apr 2008
Posts: 159
Rep Power: 5
Aereshaa has a spectacular aura aboutAereshaa has a spectacular aura aboutAereshaa has a spectacular aura about
Default Re: Are anti-virus programs a real necessity?

Ha. Wrong on that count. Consider this: In its default configuration, a Windows computer connected to the internet will be compromised within a few minutes. Compare that to mine, where I have no firewall, no antivirus, no protection WHATSOEVER besides unix's inbuilt security, and more, have been continuously connected to the net for almost a whole year, with absolutely no problems.
Because windows has no separation between system and user files, and most users run with system priveliges all the time, users bring their computers close to being zombified just by turning them on!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29 (permalink)  
Old 06-27-2008, 01:16 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 5,263
Last Blog:
Web slideshow in JavaS...
Rep Power: 45
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: Are anti-virus programs a real necessity?

That's beside the point. If Unix was what everybody used, then Unix computers would be this much more open to attack.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30 (permalink)  
Old 06-27-2008, 04:37 PM
Aereshaa's Avatar   
Aereshaa Aereshaa is offline
Programmer
 
Join Date: Apr 2008
Posts: 159
Rep Power: 5
Aereshaa has a spectacular aura aboutAereshaa has a spectacular aura aboutAereshaa has a spectacular aura about
Default Re: Are anti-virus programs a real necessity?

I realize I just made several arguments. For the sake of confusion, I've numbered them.

I.
An operating system's vulnerability has no relation to how much it's used. Explain how Windows can have so many exploitable security holes, and linux or bsd so few, if linux' and bsd's entire sources are available freely to anyone, and windows' is kept under lock and key. The thing is, sites like Google use unix exclusively. You can't tell me google is less of a profitable target than you are! If unix was what everyone used, that wouldn't change the quality of the security.

II.
Another reason linux in particular is secure is because updates are released so quickly. When a vulnerability is found, any programmer with time on his hands can help fix it, and in no time, a fix is released, and it's over. Compare that with windows, where you have to wait until a service pack is released half a year later!
And this will only get worse, because XP will go out of support in a year or so, and then what will XP users do? Switch to vista? For most, no.

III.
A virus must become executable in order to be run. A virus cannot run itself or cause itself to be run. A virus runs only with the privileges of the one who runs it, and therefore can only affect that person's files. Perhaps you have never used a unix. let me elaborate. On linux, there are several users which I the owner can log in as, for example there is Aeresha, who is a user-level user with no permissions. If I run a program as Aereshaa, it can only affect the files which are set to be owned by the account Aereshaa.
Derived from the above, a virus cannot affect system files unless run by Root, the system account, which I only log in as in order to install programs. Therefore a virus must be able to trick me into downloading it, then trick me into making it executable, and then trick me into running it as root. That's a lot of trickery to try on a fairly intelligent and sensible person like me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tutorial to Remove the Virus "Trojan horse Startpage.ADE" clookid Tutorials 9 01-09-2007 09:39 PM
recommended anti virus ravs2k6 General Programming 5 07-03-2006 08:26 PM


All times are GMT -5. The time now is 12:42 AM.

Contest Stats

John ........ 223.00000
dargueta ........ 168.00000
Xav ........ 164.00000
LogicKills ........ 20.00000
gaylo565 ........ 18.00000
WingedPanther ........ 15.00000
|pH| ........ 15.00000
Johnnyboy ........ 3.00000
navghost ........ 1.00000

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 67%

Ads