Failing Securely
You may have noticed that most of the examples of security issues I provided in this chapter involved some devices or applications that failed in one way or another. Hackers commonly use exploits that cause services to fail due to unexpected events. Most exploits are simple scripts that cause services to crash and
Many times, the failure of an application, networking service, or operating system can be performed gracefully. When dealing with critical DB servers, for example, failures usually trigger events that attempt to leave the data in a usable state. Similarly, a firewall that detects a failure will oftentimes shut down access services to avoid allowing unauthorized access from outside entities. This is what is called failing securely .
Everything is subject to failure no matter how robust or expensive it is. Such failures often lead to lost productivity and potential security issues. As such, potential failure scenarios should be
|
Chapter 6. Making Security Decisions
|
Using the Rules to Make a Decision
So here we are! Thus far in this book, I have provided the essential
Notes on Policy
One of the great functions of a security policy is to simplify the process of making everyday decisions. The following techniques will lead us through a logical
|