|
|
Use the ACL powers of NTFS to your advantage. |
|
|
Never give the Everyone account NO ACCESS
unless you are sure of what you are doing. |
- Legal Notice Popup before Login.
|
legalnotice.reg
(Registry file that will add a default legal notice) |
- Locking Out Admin Account
|
Type "passprop
/adminlockout" at a
command prompt. admin will only be able to login at the console. |
- Restrict Anonymous Network Access
|
restrictanon.reg
(Restrict Anonymous Access to NT Local Security Authority Information) |
- Enable Shutdown on Full Audit Log
|
Crashonauditfail.reg |
- Access this computer from Network
|
This User Right should be set only to
"Authenticated Users". Instructions on how to do this are here. |
- Review Password Restrictions under User Manager
|
Verify that the password properties are to your
liking. |
- Do not allow ports 135-139 on the firewall
|
Speak to the Firewall Admin about disabling
these ports. |
- Enable Challenge Response
|
Enable Challenge Response with IE or Basic with
SSL if using Netscape. |
|
|
Enables the administrator account to lockout on
unsuccessfull logins. |
|
|
Create a key REG_DWORD
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT \CurrentVersion\Winlogon\AllocateFloppies with a value of 1 |
|
|
Create a key REG_DWORD
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT \CurrentVersion\Winlogon\AllocateCDRoms with a value of 1 |
- Disallow Access to Event Viewer
|
Create a key REG_DWORD RestrictGuestAccess
with a value of 1 in these two keys:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
\EventLog\Application
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
\EventLog\System
|
|
|
SYSKEY: Securing the
passwords. |
- Restrict Anonymous access to User & Share Names
|
Create a REG_DWORD of RestrictAnonymous
with a value of 1 to the key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
Download Reg File.
|
|
|
C2CONFIG |
- Hiding Administrative Shares
|
Create a REG_DWORD Key called AutoShareServer
for DC's or AutoShareWks set to value of 0 in Registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ LanManServer\Parameters
Download reg file.
|
|
|
To prevent NT from using LANMAN hashing create
a REG_DWORD key called LMCompatibilityLevel and set it to 2.
Click here
for caveats. Download pre-made
file. Click Here to understand what
other numbers can be used.
|
|
|
In Ultra secure environments Disabling account
caching is recommended. Create a REG_SZ key named CachedLogonsCount in the
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
with a value of 1.
Download reg file.
|