General Security Guide
Introduction
Let's start with the basic presumption that no system is completely secure. The only wayto secure your system completely is by turning it off, locking it in a safe and throwingaway the key... The only way you can completely prevent remote exploits is todisconnect from the network. All Operating Systems have some security flaws, with themore complex OSes having more potential vulnerabilities.Keeping that in mind, we can come very close to a completely secure level and stillmaintain a working system by following a few basic principles, described bellow.
General Guidelines
1. Don't turn on services you don't need.
Turning off services you don't use is simply common sense and can greatly reduce therisks while online. File and Print Sharing is probably the single most common Windowssecurity vulnerability. Don't use it unless you really need it. You can check if it's turnedon (In Win 9x) under "
Control Panel > Network > File and Print Sharing
". If, on theother hand you have aLANand need to share files, follow the guidelines below:
•
Unbind File and Print Sharing and Client for MS Networks fromTCP/IP- you willneed to check allTCP/IPEntries in "Control Panel > Network".
•
Install NetBEUI and bind File and Print Sharing to it.
•
Turn access on just for the necessary directories/drives and make it read-only.
•
Use strong passwords for all your shares.
•
2. Use strong passwords
- whenever you use paswords, being an online bankinginterface, network share or even a forum, common sense dictates you should make themhard to guess/crack. Although some of the suggestions below might seem trivial, theyare not followed by many users and it might be a huge security risk. Use the followingguidelines with passwords:
•
use both lower and upper case letters
•
use some non-alphanumeric characters as well
•
don't base your passwords on a dictionary word, name, place or date.
•
use long passwords
•
use different passwords for different places.
3. Stay current with updates
- download and install all available security patches foryour OS, as well as new anti-virus definitions, etc. For example, all Windows-basedcomputers should have the latest service pack installed. Also check theWindows Update site on a regular basis (or use automatic updates) for the latest security updates.
Leave a Comment