Previous Page Next Page

Chapter 16. Security Scenarios

This chapter illustrates a security scenario related to accounting and performance measurement. It describes how to leverage metering information to identify and block security attacks and use performance management to proactively secure the network. This chapter is not an introduction to networking security in general; neither does it explain how to protect a whole network or access to networking devices. Instead, it describes the metering that is provided by accounting and performance management as a relevant building block for security solutions, because security management and incident mitigation depend entirely on information about the network's state. Some of the details can be monitored with seperate devices, such as intrusion detection systems or sniffers. Nevertheless, the various network management techniques explained in the section "Security Management Process" give security operators the facts they need for attack detection and analysis as well as tracing an attacker. Without SNMP monitoring, accounting record examination, flow analysis, and other network management techniques, security operators would have limited visibility of attacks and their impact on the network. This chapter illustrates how the various device instrumentation techniques build the foundation of a security framework.

Because this book focuses on accounting and performance management, security applications are out of scope. For complete security solutions, you should investigate in applications such as Cisco Security Device Manager (SDM), Cisco Security Monitoring Analysis and Response System (CS-MARS), and intrusion detection systems.

Note that there is a close relationship between security and fault management, because security-related notifications can indicate outages. Based on the subject of this book, fault management is addressed at only a high level in this chapter.

The following Cisco Press books offer a good overview of security architectures and troubleshooting:

Network Blueprint for Security Management

Figure 16-1 illustrates the network blueprint for security management. It shows multiple branches and remote offices, regional offices, the central data center, and the Network Operations Center (NOC). Various device instrumentation functions are enabled at strategic locations, such as NBAR for application recognition and NetFlow for traffic analysis. Security functions, such as integrated firewall, are enabled at remote-access routers. At the Internet access, dedicated firewalls protect the network from external attacks in conjunction with Intrusion Detection Systems (IDS). They all report to central network management applications such as CS-MARS and NetFlow Collector at the NOC. Note that a dedicated Syslog server is installed at the NOC. Even though security applications provide Syslog server functionality, this one is used only for logging purposes. Syslog messages from all network elements are stored and archived for troubleshooting purposes. This can be very helpful to analyze the history of issues, such as "When was this event seen for the first time?" and resulting questions such as "Did the number of messages increase over time?"

Figure 16-1. Network Blueprint for Security Management


The security scenarios in this chapter are related to network security, mainly securing network device access and transport of metering data.

It should be mentioned that storing all Syslog messages for years might lead to a storage issue. In this case, a suggestion is to keep the messages from the last three months at the management server and store historical messages on DVDs.

From a high-level perspective, security attacks in the network can be grouped into three categories:

In cases such as these, traffic characteristics can be very similar:

It is wrong to assume that most attacks come from the Internet and therefore monitoring of the intranet can be neglected. In fact, the opposite situation is more often the case. Reconnaissance and intrusion attacks often come from the inside. A quote from John Stewart, a vice president in the Cisco CTO office for Corporate Information Security, illustrates this:

"The insider threat is still the largest one irrespective of competitive and otherwise. We use traffic analysis to generate the stats from outbound denial of service attacks versus inbound attacks against us. These attacks are based on infected lab kits, machines, and devices which are misconfigured or infected, and also 'lingering' viruses that don't really cause harm but haven't been fully eradicated."

Previous Page Next Page