Windows NT is an operating system that has security as one of its basic premises. It is possible to secure a Windows NT host such that it is fairly resistant to cracker attack. What follows is my check list of the standard basic tasks that should be followed to configure a secure Windows NT system. This is a basic list, there are more items that can be done for even more enhanced security, but this list makes a fairly secure system.
I am assuming Windows NT, version 4, service pack 4 or later. I am also assuming the system may be connected to the Internet.
| Directory |
|
| \WINNT and all subdirectories under it. |
|
| Directory |
|
| \WINNT\REPAIR |
|
| \WINNT\SYSTEM32\CONFIG |
|
| \WINNT\SYSTEM32\SPOOL |
|
| \WINNT\COOKIES \WINNT\FORMS \WINNT\HISTORY \WINNT\OCCACHE \WINNT\PROFILES \WINNT\SENDTO \WINNT\Temporary Internet Files |
|
| File |
|
| \Boot.ini, \Ntdetect.com, \Ntldr |
|
| \Autoexec.bat, \Config.sys |
|
| \TEMP directory |
|
Securing Windows NT Installation
October 23, 1997
Microsoft Corporation
Windows NT also comes with another standard Internet service called file transfer protocol (FTP). A common use of FTP is to allow public file access via anonymous log on. When configuring FTP server, the administrator assigns the server a user account for anonymous log ons and a default home directory. The default anonymous user account for FTP is GUEST. This should be changed to a different user account and should have a password. Also, this account should not be member of any privileged groups so that the only default group that shows up in the security token during log on is Everyone. The account should not be allowed "Logon on Locally" user right to restrict "insider attacks".
The home directory parameter should be configured carefully. FTP server exports entire disk partitions. The administrator can only configure which partitions are accessible via FTP but not which directories on that partition. Therefore, a user coming via FTP can move to directories "above" the home directory. Therefore, in general it is recommended that if FTP service needs to run on a system, it is best to assign a complete disk partition as the FTP store, and to make only that partition accessible via FTP.
Copyright © 1998 Randy Day
Last modified: September 14, 2001