Security Rules of Thumb
- In an intruder can run arbitrary code on your UNIX or NT host, you
are toast. You can assume your security policies have been violated.
- Don't trust data from the network.
- Don't trust people, trust hardware.
- Make it easy for people to make use of appropriate security technology,
if you don't, they will go around you.
- don't bother people with weak authentication when you have already authenticated them using some strong method.
- Know the difference between authentication, authorization, and
auditing, and solve the right problem.
- Never configure a "more" secure machine from a "less" secure machine.
- Don't let automated systems have unrestricted access to secure systems.
- Random numbers are hard, and often are the downfall of crypto systems. The crypto design was good, but the key space was too small.
- Social engineering is often easier than "technology" attacks.
Last Revised by MAV