Security breaches

Security breaches

Security breaches

Today's tip comes to us from, Tertius Genis, who works for Weyerhaeuser Corp.

The tip discusses one way that security breaches can happen through the page file -- and how to avoid them. The page file, a hidden file called pagefile.sys, is the one your computer uses to page out programs and/or data to hard disk when memory resources are getting low. It's the same thing as the swap file in Unix. When you install Windows 2000, the installation program sets the size of the swap file to 1.5 times more than you have physical memory in your machine. For example, a 250 MB machine would have a default swap file size of 775 MB.

But the page file leads to a serious problem. A few of the attacks on Windows NT Security about which information is publicly available rely on the fact that the NT page file is left intact on shutdown and can subsequently be scanned for useful information. There's no good reason that the page file isn't erased, and doing so can plug a potential hole in your NT or Windows 2000 armor.

To clear the page file at shutdown, you need to change the registry. Make sure you back up the registry prior to implementing the change, so if you mess up, you can go back to where you were.

Change the following key in the registry:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession
ManagerMemory
ManagementClearPageFileAtShutdown

Drill down to the key, and set the value

    Requires Free Membership to View

    When you register, you’ll also receive targeted alerts from my team of editorial writers and independent industry experts with the latest news, tips, and advice to help you do your job more efficiently and effectively. Our goal is to keep you informed on the hottest topics and biggest challenges faced by IT professionals today working with desktop management and security technologies.

    Cathleen A. Gagne, Senior Editorial Director

    By submitting your registration information to SearchEnterpriseDesktop.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseDesktop.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

in the dialog box that appears when you double-click on it. To have the file cleared at shutdown, set the value of the key to 1. To leave the page file intact at shutdown, set the value to 0.


This was first published in October 2000

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.