Re: How does your organizations manage the local administrator account on workstations?
Re: How does your organizations manage the local administrator account on workstations?
Hello,
renaming the account isn't helpful when people are logged in. It's useful
for remote attacker trying to brute force and can't guess it.
smacking the local admin password is easy from a boot CD. All you can do is
:
-Making things harder
-Automate check on this account and usage.
Making things harder:
-The Password length must be > 14 to prevent the storage in LM Hash of the
password (so only NTLM version). Or Storage in LM Hash format must be
prohibited by GPO.
-All workstations must have unique local admin pass. If they share the same,
anyone that got it is admin of all Workstations.
-Disable the account. It's normally not needed for day to day usage.
-Set a bios password (one per machine) and only allow boot from Disk. No CD,
USB or network.
-Enforce members of the local administrators group through GPO.
Automate checks:
-Place a logon script on it, so when it's used, it create a flag in registry
or file. So you have a clue if it was used and when.
-Audit eventlog securitty for trace of this account being used.
-Change it every X months. When changing, test for it. So will know if
someone changed it.
-Inventory Software installed on wks. Local admin rights is searched for
being able to install what you want. Especially on Notebooks, which you can
brings to your best friends, the computer expert one of course.
--
Cordialement,
Mathieu CHATEAU
English blog:
http://lordoftheping.blogspot.com
French blog:
http://www.lotp.fr
"Spin" <Spin@invalid.com> a écrit dans le message de
news:6hrtd6FnibtiU1@mid.individual.net...
> Gurus,
>
> How does your organizations manage the local administrator account on
> workstations? Typically the end-users do run with "administrative"
> privileges, but a local admin account is needed to access a machine
> offline. So how is this account typically named (i.e. renamed) and
> password secured (i.e., complex and only a few people know it)? Then you
> have the problem of having to change this password on every workstation if
> a member of the IT staff leaves. Just looking for quick thoughts here, no
> long treatise on the topic is necessary!
>
> --
> Spin