IWAM and IUSR accounts
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS Server Security > IWAM and IUSR accounts




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    IWAM and IUSR accounts  
TIML


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-27-04 12:37 AM

If I give IWAM and IUSR accounts full access to a folder and database on our
intranet and that same server is used as our WWW server, will the outside
world have access to that folder and the database?

Tim







[ Post a follow-up to this message ]



    Re: IWAM and IUSR accounts  
Ken Schaefer


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-27-04 03:34 AM

Depends if that folder and/or database are accessible to the outside world.

Cheers
Ken


"TIML" <t3838@hotmail.com> wrote in message
news:eUCqO24EEHA.1228@TK2MSFTNGP11.phx.gbl...
: If I give IWAM and IUSR accounts full access to a folder and database on
our
: intranet and that same server is used as our WWW server, will the outside
: world have access to that folder and the database?
:
: Tim
:
:







[ Post a follow-up to this message ]



    Re: IWAM and IUSR accounts  
Tiffany


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-28-04 06:34 AM

How would the folder and db be exposed?  I would be giving read/write
permission to the folder (which is a shared folder) and the db.

Tim

"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:uabAZd6EEHA.2416@TK2MSFTNGP12.phx.gbl...
> Depends if that folder and/or database are accessible to the outside
world.
>
> Cheers
> Ken
>
>
> "TIML" <t3838@hotmail.com> wrote in message
> news:eUCqO24EEHA.1228@TK2MSFTNGP11.phx.gbl...
> : If I give IWAM and IUSR accounts full access to a folder and database on
> our
> : intranet and that same server is used as our WWW server, will the
outside
> : world have access to that folder and the database?
> :
> : Tim
> :
> :
>
>







[ Post a follow-up to this message ]



    Re: IWAM and IUSR accounts  
Ken Schaefer


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-28-04 08:34 AM

Suppose you have two websites:

http://www.yourCompany.com  -> c:\inetpub\mainsite\
http://intranet.yourCompany.com -> c:\inetpub\intranet\
and, your database is stored outside the webroots, eg in: c:\databases\

In this case, only files and folders under c:\inetpub\mainsite\ are visible
to the public (assuming you don't create any virtual directories). Only
files and folders under c:\inetpub\intranet\ are visible to users of the
intranet site.

In neither case, can the database be downloaded by browsers directly

Please consult the IIS online help for information on the concepts of
creating websites...

Cheers
Ken


"Tiffany" <t3838@hotmail.com> wrote in message
news:eO$wg2IFEHA.1032@TK2MSFTNGP09.phx.gbl...
: How would the folder and db be exposed?  I would be giving read/write
: permission to the folder (which is a shared folder) and the db.
:
: Tim
:
: "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
: news:uabAZd6EEHA.2416@TK2MSFTNGP12.phx.gbl...
: > Depends if that folder and/or database are accessible to the outside
: world.
: >
: > Cheers
: > Ken
: >
: >
: > "TIML" <t3838@hotmail.com> wrote in message
: > news:eUCqO24EEHA.1228@TK2MSFTNGP11.phx.gbl...
: > : If I give IWAM and IUSR accounts full access to a folder and database
on
: > our
: > : intranet and that same server is used as our WWW server, will the
: outside
: > : world have access to that folder and the database?
: > :
: > : Tim
: > :
: > :
: >
: >
:
:







[ Post a follow-up to this message ]



    Re: IWAM and IUSR accounts  
Roger Abell


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-29-04 07:39 AM

Why share the folder ??  That is asking for complications.

--
Roger Abell
Microsoft MVP (Windows Server System: Security)
MCSE (W2k3,W2k,Nt4)  MCDBA
"Tiffany" <t3838@hotmail.com> wrote in message
news:eO$wg2IFEHA.1032@TK2MSFTNGP09.phx.gbl...
> How would the folder and db be exposed?  I would be giving read/write
> permission to the folder (which is a shared folder) and the db.
>
> Tim
>
> "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
> news:uabAZd6EEHA.2416@TK2MSFTNGP12.phx.gbl... 
> world. 
on 
> outside 
>
>







[ Post a follow-up to this message ]



    Re: IWAM and IUSR accounts  
TIML


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-29-04 02:49 PM

So basically, all I need to do is give read/write permission to the IUSR and
IWAM for the db and folder that the db resides in?  This will allow the ASP
code to run and utilize the db, but not expose the db to any hackers?

Tim
"Roger Abell" <mvpNOSpam@asu.edu> wrote in message
news:eESTnwVFEHA.1228@TK2MSFTNGP11.phx.gbl...
> Why share the folder ??  That is asking for complications.
>
> --
> Roger Abell
> Microsoft MVP (Windows Server System: Security)
> MCSE (W2k3,W2k,Nt4)  MCDBA
> "Tiffany" <t3838@hotmail.com> wrote in message
> news:eO$wg2IFEHA.1032@TK2MSFTNGP09.phx.gbl... 
database
> on 
>
>







[ Post a follow-up to this message ]



    Re: IWAM and IUSR accounts  
Mike Singer


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-30-04 07:41 PM

Its pretty theoretical, but if an attacker did find away to issue the code
of his choice on your web server under the anonymous account (and there have
been plenty of previously fixed IIS vulnerabilities that allowed just this)
he would have rights to attack other resources on your machine that the
account had access to.

Better safe than sorry.  I would lock down the anonymous account as tightly
as possible.

"TIML" <t3838@hotmail.com> wrote in message
news:eUCqO24EEHA.1228@TK2MSFTNGP11.phx.gbl...
> If I give IWAM and IUSR accounts full access to a folder and database on
our
> intranet and that same server is used as our WWW server, will the outside
> world have access to that folder and the database?
>
> Tim
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:27 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register