Re: EFS and IIS
From: BB (Bernard_at_3exp.com)
Date: 12/25/02
- Next message: BB: "Re: Generating keys in IIS"
- Previous message: Agustin Chernitsky: "IUSR trying to run cmd.exe... who is it?"
- In reply to: Karl Levinson [x y] mvp: "Re: EFS and IIS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "BB" <Bernard_at_3exp.com> Date: Wed, 25 Dec 2002 11:27:35 +0800
and for you source code, use asp for presentation,
and com+ for business logic.
or another use compile dll format in .Net Framework.
Rgds.
"Karl Levinson [x y] mvp" <levinson_k@excite.com> wrote in message
news:OSW35T3qCHA.428@TK2MSFTNGP09...
> NTFS permissions should be as secure as EFS for this purpose, I would
think
> [unless the server was physically stolen].
>
> Neither NTFS nor EFS necessarily protect against remote attacks such as
IIS
> buffer overflows where the attacker is able to gain System-equivalent
> permissions, if System is required to have permissions to those files.
>
> Also be sure to take the usual precautions, such as delete sample files
such
> as showcode.asp, save your include files as .ASP instead of .INC, etc.
etc.
> The typical stuff as mentioned at:
>
> http://securityadmin.info/faq.htm#harden and
> http://securityadmin.info
>
>
> "Jeremy Byrski" <Jeremy.Byrski@NOSPAM.vico-solutions.com> wrote in message
> news:uo$FG51qCHA.572@TK2MSFTNGP12...
> > Thanks Karl,
> >
> > The reason why we want to encrypt the files (they are actually ASP
files)
> is
> > that we are co locating in a hosting envirmoent, which is new to us.
> >
> > We want to try and protect the source code (ASP files) as much as
possible
> > from prying eyes..
> >
> > Can you think of any otherways apart from using EFS???
> >
> > Many thanks,
> > Jeremy
> >
> >
> > "Karl Levinson [x y] mvp" <levinson_k@excite.com> wrote in message
> > news:#xTrlr1qCHA.2296@TK2MSFTNGP09...
> > > This doesn't sound like such a great idea, since AFAIK this isn't very
> > > commonly done and there's probably not a lot of documentation on this.
> > > Also, IIS may want to impersonate other identities at some future
point.
> > > For example, if Application Isolation on those files or folders is set
> to
> > > medium or high in the MMC, then the IWAM account is probably going to
be
> > > used instead of IUSR to run script such as .ASP You'd probably also
> have
> > to
> > > change or disable EFS if you wanted to use any other authentication
> > methods
> > > besides Anonymous, such as Basic or Windows Integrated. With just
> > > Anonymous, it's trickier to control who has permissions to see what
> file,
> > > everyone by default gets the same permissions without extra coding and
> > your
> > > own authentication scheme.
> > >
> > > Last, unless you're using SSL / HTTPS, your files are being decrypted
> and
> > > sent in plain text across the wire, and even if you are using SSL, the
> > files
> > > are most likely going to be cached on the local hard drive in plain
> text.
> > > Encrypting the files in one place while there are hundreds of other
> copies
> > > floating around on various client hard drives is arguably of limited
> use.
> > >
> > > To try to investigate your problem, you could try enabling auditing on
> the
> > > files to confirm that the account you think is being used is the one
> that
> > is
> > > really being used.
> > >
> > > http://securityadmin.info/faq.htm#auditing
> > >
> > >
> > >
> > > "Jeremy Byrski" <Jeremy.Byrski@NOSPAM.vico-solutions.com> wrote in
> message
> > > news:#ALGoi1qCHA.2476@TK2MSFTNGP10...
> > > > Hello,
> > > >
> > > > Has anyone have an experience of encryping webpages (HTML) using EFS
> on
> > a
> > > > Windows 2000 Server Running IISv5.
> > > >
> > > > I've encrypted a website, as Iusr_X, but as soon as i log out of the
> > > > console, the IIS server takes an absolute age to present any info to
a
> > > > browser, as soon as i login again as Iusr_X, its back to normal
speed.
> > > (This
> > > > is on our 100Mbit LAN)
> > > >
> > > > The Virtual Server is setup in Isolated mode
> > > >
> > > > Any Ideas?
> > > >
> > > > Thanks,
> > > > Jeremy
> > > >
> > > >
> > >
> > >
> >
> >
>
>
- Next message: BB: "Re: Generating keys in IIS"
- Previous message: Agustin Chernitsky: "IUSR trying to run cmd.exe... who is it?"
- In reply to: Karl Levinson [x y] mvp: "Re: EFS and IIS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|