Re: Basic Security Questions


Go Back   Computer Help Articles > Windows XP Security Admin
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 04:15 AM
cquirke (MVP Windows shell/user)
 
Posts: n/a
Default Re: Basic Security Questions

On Fri, 14 Oct 2005 22:25:01 -0700, "BobW"

>2. MS Baseline Analyzer 2 is not happy with the number of shares on my PC
>and would like me to change permissions or eliminate a few. When I go to
>Control Panel/ Administrative Tools/ Computer Management, each share I "open"
>says "This has been shared for Administrative purposes. The share permissions
>and file security cannot be set". My four shares are: ADMIN$, C$, E$ and
>IPC$. What should I do?


It's not "how many" shares, but what is exposed.

In this respect, c$ is a bloody menace! It exposes several startup
points into which malware can drop code, so that this code will run
the next time the PC starts up.

XP Home is said to disable these admin shares.

XP Pro is said to disable access to these shares if the account
password is null, but will expose them if password is not null. So
your "defence" then may hinge on the strength of that password.

If possible, don't bind File and Print Sharing to untrusted networks.
The Internet is the mother of all of these.

You can kill c$, e$ etc. (but not IPC$) via this .REG...


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\lanmanserver\parameters]
"AutoShareServer"=dword:00000000
"AutoShareWks"=dword:00000000


....but this setting can be reversed by malware, malware clean-up, and
various "just re-install" etc. scenarios.



>--------------- ---- --- -- - - - -

I'm baaaack!
>--------------- ---- --- -- - - - -

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Downloaded files don't install Alias Windows Update 13 01-05-2006 05:05 PM
Windoes update failure Dennis Windows XP Perform Maintain 2 01-05-2006 06:02 AM
Installing Security updates for Windows XP fail techhelper1010 Windows XP Perform Maintain 0 01-05-2006 05:58 AM
Re: Basic Security Questions cquirke (MVP Windows shell/user) Windows XP Security Admin 2 01-05-2006 04:15 AM
Long delay before Drives & Files appear in My Computer & Address Bar shizzlenizzlator@gmail.com Windows XP Help and Support 3 01-05-2006 02:44 AM


All times are GMT. The time now is 06:49 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Re: Basic Security Questions