Re: Comptuer Virus Help
- From: kurt wismer <kurtw@xxxxxxxxxxxx>
- Date: Wed, 15 Nov 2006 18:50:08 -0500
Sebastian Gottschalk wrote:
kurt wismer wrote:
Sebastian Gottschalk wrote:
[snip]
Real protection against viruses is provided by ACLs, implementing a globalby acls i imagine you're making a reference to least privilege... fred cohen's early experiments with viruses demonstrate fairly unequivocally that least privilege does not stop viruses... it is a speed bump, not a road block - it will interfere with those viruses that were made with the assumption of having admin access and that's about all...
no-exec policy and by not allowing automatic code execution.
ACLs that are set such all write access to binaries is denied will stop
viruses totally: they can't spread.
you must have an interesting definition of 'binaries'...
as for trying to control execution, determining executable data from non-executable data is undecidable in the general case...
That's why such policies also have to be enforced by programs. If you allow
the users to execute perl.exe, well, then you have a problem.
i'm sorry, i obviously wasn't clear... i meant undecidable in the computational complexity sense of the word... the computer can't figure such things out (which, by the way, is part of the reason why we 'tend' to mark executable content with special file extensions in dos/windows or execute flags under *nix)...
perl is not the only complicating factor, many tools are scriptable in some sense these days... ms word or alternatively open office are susceptible to viruses - are you going to disallow opening documents too?
they can be valuable additions to a defense in depth approach, but they are not, by themselves, a solution to the virus problem...
They are. Trivially.
it's interesting that you think a problem widely known to be unsolvable has such a strait-forward solution...
--
"it's not the right time to be sober
now the idiots have taken over
spreading like a social cancer,
is there an answer?"
.
- References:
- Comptuer Virus Help
- From: herbdove
- Re: Comptuer Virus Help
- From: erewhon
- Re: Comptuer Virus Help
- From: kurt wismer
- Comptuer Virus Help
- Prev by Date: Re: deleted files
- Next by Date: Re: Comptuer Virus Help
- Previous by thread: Re: Comptuer Virus Help
- Next by thread: Re: Comptuer Virus Help
- Index(es):
Relevant Pages
|