System Architecture
This appendix describes the system architecture of IPS 6.0. It contains the following sections:
•
System Overview
•
MainApp
•
SensorApp
•
CLI
•
Communications
•
IPS 6.0 File Structure
•
Summary of IPS 6.0 Applications
System Overview
You can install Cisco IPS software on two platforms: the appliances and the modules. For a list of the current appliances and modules, refer to Supported Sensors.
This section contains the following topics:
•
System Design
•
IPS 6.0 New Features
•
User Interaction
•
Security Features
System Design
IPS software runs on the Linux operating system. We have hardened the Linux OS by removing unnecessary packages from the OS, disabling unused services, restricting network access, and removing access to the shell.
Figure A-1 illustrates the system design.
Figure A-1 System Design
IPS software includes the following applications:
Note
Each application has its own configuration file in XML format.
•
MainApp—Initializes the system, starts and stops the other applications, configures the OS, and performs upgrades. It contains the following components:
–
ctlTransSource (Control Transaction server)—Allows sensors to send control transactions. This is used to enable the master blocking sensor capability of Attack Response Controller (formerly known as Network Access Controller).
–
Event Store—An indexed store used to store IPS events (error, status, and alert system messages) that is accessible through the CLI, IDM, ASDM, or RDEP.
Note
The Event Store has a fixed size of 30 MB for all platforms.
–
InterfaceApp—Handles bypass and physical settings and defines paired interfaces. Physical settings are speed, duplex, and administrative state.
–
LogApp—Writes all the log messages of the application to the log file and the error messages of the application to the Event Store.
–
Attack Response Controller (formerly known as Network Access Controller) —Manages remote network devices (firewalls, routers, and switches) to provide blocking capabilities when an alert event has occurred. ARC creates and applies ACLs on the controlled network device or uses the shun command (firewalls).
–
NotificationApp—Sends SNMP traps when triggered by alert, status, and error events. NotificationApp uses the public domain SNMP agent. SNMP GETs provide information about the general health of the sensor.
–
Web Server (HTTP RDEP2 server)—Provides a web interface and communication with other IPS devices through RDEP2 using several servlets to provide IPS services.
–
AuthenticationApp—Verifies that users are authorized to perform CLI, IDM, ASDM, or RDEP actions.
•
SensorApp (Analysis Engine)—Performs packet capture and analysis.
•
CLI—The interface that is run when you successfully log in to the sensor through Telnet or SSH. All accounts created through the CLI will use the CLI as their shell (except the service account—only one service account is allowed). Allowed CLI commands depend on the privilege of the user.
All IPS applications communicate with each other through a common API called IDAPI. Remote applications (other sensors, management applications, and third-party software) communicate with sensors through RDEP2 and SDEE protocols.
The sensor has the following partitions:
•
Application partition—A full IPS system image.
•
Maintenance partition—A special purpose IPS image used to reimage the application partition of the IDSM2. When you reimage the maintenance partition, all configuration settings are lost.
•
Recovery partition—A special purpose image used for recovery of the sensor. Booting in to the recovery partition enables you to completely reimage the application partition. Network settings are preserved, but all other configuration is lost.
IPS 6.0 New Features
Cisco IPS 6.0 contains the following new features:
•
Anomaly Detection—The sensor component that creates a baseline of normal network traffic and then uses this baseline to detect worm-infected hosts.
•
Passive OS Fingerprinting—The sensor determines host operating systems by inspecting characteristics of the packets exchanged on the network.
•
CSA Collaboration—The sensor collaborates with CSA MC to receive information about host postures. CSA MC receives host posture information from the CSA agents it manages. It also maintains a watch list of IP addresses that it has determined should be quarantined from the network.
•
Signature Policy Virtualization—Multiple virtual sensors running on the same appliance, each configured with different signature behavior and traffic feeds.
•
TCP session tracking modes—Used to help inline sensors correctly track TCP sessions in complex network configurations.
•
AIP SSM virtualization—ASA 7.3 supports an API for AIP SSM virtualization. The AIP SSM reports the virtual sensor names and IDs to the adaptive security appliance. The adaptive security appliance lets you associate classes of traffic to virtual sensor names. You can then configure the sensing mode as inline or promiscuous.
•
Smaller signature updates—Signature updates are now smaller and quicker to process.
•
MARS attack signature categories—Each signature now contains a new parameter, MARS Category, which contains the list of the MARS attack categories associated with the signature. This category is included in the signature alerts. You can modify the MARS category for custom signatures but not for built-in signatures.
•
New Engines (SMB Advanced, TNS)—Service SMB Advanced processes Microsoft SMB and Microsoft RPC over SMB packets and Service TNS inspects TNS traffic.
•
Enhanced Password Recovery—For most IPS platforms, you can now recover the password on the sensor rather than using the service account or reimaging the sensor.
•
IDM Home Page—Displays the most important information about a sensor, such as device information, interface status (up or down), events information, and system resources usage.
•
Threat Rating (Adjusted Risk Rating)—Threat rating is risk rating that has been lowered by event actions that have been taken. All event actions have a threat rating adjustment. The largest threat rating from all of the event actions taken is subtracted from the risk rating.
•
Deny packets for high risk events by default—Added to the deny packet parameter.
Caution
This change from 5.
x may cause traffic to be denied that was not previously configured to be denied.
User Interaction
You interact with IPS 6.0 in the following ways:
•
Configure device parameters
You generate the initial configuration for the system and its features. This is an infrequent task, usually done only once. The system has reasonable default values to minimize the number of modifications you must make. You can configure IPS 6.0 through the CLI, IDM, IDS MC, ASDM or through another application using RDEP2/IDCONF.
•
Tune
You make minor modifications to the configuration, primarily to the Analysis Engine, which is the portion of the application that monitors network traffic. You can tune the system frequently after initially installing it on the network until it is operating efficiently and only producing information you find useful. You can create custom signatures, enable features, or apply a service pack or signature update. You can tune IPS 6.0 through the CLI, IDM, IDS MC, ASDM or through another application using RDEP2/IDCONF.
•
Update
You can schedule automatic updates or apply updates immediately to the applications and signature data files. You can update IPS 6.0 through the CLI, IDM, IDS MC, ASDM or through another application using RDEP2/IDCONF
•
Retrieve information
You can retrieve data (status messages, errors, and alerts) from the system through the CLI, IDM, IDS MC, ASDM or another application using RDEP or RDEP2.
Security Features
IPS 6.0 has the following security features:
•
Network access is restricted to hosts who are specifically allowed access.
•
All remote hosts who attempt to connect through Web Server, SSH and SCP or Telnet will be authenticated.
•
By default Telnet access is disabled. You can choose to enable Telnet.
•
By default SSH access is enabled.
•
An FTP server does not run on the sensor. You can use SCP to remotely copy files.
•
By default Web Server uses TLS or SSL. You can choose to disable TLS and SSL.
•
Unnecessary services are disabled.
•
Only the SNMP set required by the Cisco MIB Police is allowed within the CISCO-CIDS-MIB. OIDs implemented by the public domain SNMP agent will be writeable when specified by the MIB.
MainApp
MainApp includes all IPS components except SensorApp and the CLI. This section describes MainApp, and contains the following topics:
•
MainApp Responsibilities
•
Event Store
•
NotificationApp
•
CtlTransSource
•
Attack Response Controller
•
LogApp
•
InterfaceApp
•
AuthenticationApp
•
Web Server
MainApp Responsibilities
MainApp has the following responsibilities:
•
Validate the Cisco-supported hardware platform
•
Report software version and PEP information
•
Start, stop, and report the version of the IPS components
•
Configure the host system settings
•
Manage the system clock
•
Manage the Event Store
•
Install and uninstall software upgrades
•
Shut down or reboot the operating system
MainApp responds to the show version command by displaying the following information:
•
Sensor build version
•
MainApp version
•
Version of each running application
•
Version and timestamp of each installed upgrade
•
Next downgrade version of each installed upgrade
•
Platform version (for example, IDS-4240, WS-SVC-IDSM2)
•
Version of sensor build on the other partition
MainApp also gathers the host statistics.
The following applications are part of MainApp and are responsible for event storage, management, actions, and communication: Event Store, NotificationApp, CtlTransSource, ARC (formerly known as Network Access Controller), and LogApp.
Event Store
This section describes Event Store, and contains the following topics:
•
About Event Store
•
Event Data Structures
•
IPS Events
About Event Store
Each IPS event is stored in Event Store with a time stamp and a unique, monotonic, ascending ID. This time stamp is the primary key used to index the event in to the fixed-size, indexed Event Store. When the circular Event Store has reached its configured size, the oldest event or events are overwritten by the new event being stored. SensorApp is the only application that writes alert events in to the Event Store. All applications write log, status, and error events in to the Event Store.
The fixed-sized, indexed Event Store allows simple event queries based on the time, type, priority, and a limited number of user-defined attributes. If each event is assigned a priority of low, medium, or high, a single event query can specify a list of desired event types, intrusion event priorities, and a time range.
Table A-1 shows some examples.
Table A-1 IPS Event Examples
|
|
|
|
|
status |
— |
0 |
Maximum value |
Get all status events that are stored. |
error status |
— |
0 |
65743 |
Get all error and status events that were stored before time 65743. |
status |
— |
65743 |
Maximum value |
Get status events that were stored at or after time 65743. |
intrusion attack response |
low |
0 |
Maximum value |
Get all intrusion and attack response events with low priority that are stored. |
attack response error status intrusion |
medium high |
4123000000 |
4123987256 |
Get attack response, error, status, and intrusion events with medium or high priority that were stored between time 4123000000 and 4123987256. |
The size of the Event Store allows sufficient buffering of the IPS events when the sensor is not connected to an IPS event consumer. Sufficient buffering depends on your requirements and the capabilities of the nodes in use. The oldest events in the circular buffer are replaced by the newest events.
Event Data Structures
The various functional units communicate the following seven types of data:
•
Intrusion events—Produced by SensorApp. The sensor detects intrusion events.
•
Error events—Caused by hardware or software malfunctions.
•
Status events—Reports of a change in the status of an application, for example, that its configuration has been updated.
•
Control transaction log events—The sensor logs the result of a control transaction.
•
Attack response events—Actions for the ARC, for example, a block request.
•
Debug events—Highly detailed reports of a change in the status of the application used for debugging.
•
Control transaction data—Data associated with control transactions, for example, diagnostic data from an application, session logs, and configuration data to or from an application.
All seven types of data are referred to collectively as IPS data. The six event types—intrusion, error, status, control transaction log, network access, and debug—have similar characteristics and are referred to collectively as IPS events. IPS events are produced by the several different applications that make up the IPS and are subscribed to by other IPS applications. IPS events have the following characteristics:
•
They are spontaneously generated by the application instances configured to do so. There is no request from another application instance to generate a particular event.
•
They have no specific destination. They are stored and then retrieved by one or more application instances.
Control transactions involve the following types of requests:
•
Request to update the configuration data of an application instance
•
Request for the diagnostic data of an application instance
•
Request to reset the diagnostic data of an application instance
•
Request to restart an application instance
•
Request for ARC, such as a block request
Control transactions have the following characteristics:
•
They always consist of a request followed by a response.
The request and response may have an arbitrary amount of data associated with them. The response always includes at least a positive or negative acknowledgment.
•
They are point-to-point transactions.
Control transactions are sent by one application instance (the initiator) to another application instance (the responder).
IPS data is represented in XML format as an XML document. The system stores user-configurable parameters in several XML files.
IPS Events
IPS applications generate IPS events to report the occurrence of some stimulus. The events are the data, such as the alerts generated by SensorApp or errors generated by any application. Events are stored in a local database known as the Event Store.
There are five types of events:
•
evAlert—Alert event messages that report when a signature is triggered by network activity.
•
evStatus—Status event messages that report the status and actions of the IPS applications.
•
evError— Error event messages that report errors that occurred while attempting response actions.
•
evLogTransaction—Log transaction messages that report the control transactions processed by each sensor application.
•
evShunRqst—Block request messages that report when ARC issues a block request.
You can view the status and error messages using the CLI, IDM, and ASDM.
SensorApp and ARC log response actions (TCP resets, IP logging start and stop, blocking start and stop, trigger packet) as status messages.
NotificationApp
NotificationApp allows the sensor to send alerts and system error messages as SNMP traps. It subscribes to events in the Event Store and translates them in to SNMP MIBs and sends them to destinations through a public-domain SNMP agent. NotificationApp supports sending sets and gets. The SNMP GETs provide information about basic sensor health.
NotificationApp sends the following information from the evAlert event in sparse mode:
•
Originator information
•
Event ID
•
Event severity
•
Time (UTC and local time)
•
Signature name
•
Signature ID
•
Subsignature ID
•
Participant information
•
Alarm traits
NotificationApp sends the following information from the evAlert event in detail mode:
•
Originator information
•
Event ID
•
Event severity
•
Time (UTC and local time)
•
Signature name
•
Signature ID
•
Subsignature ID
•
Version
•
Summary
•
Interface group
•
VLAN
•
Participant information
•
Actions
•
Alarm traits
•
Signature
•
IP log IDs
NotificationApp determines which evError events to send as a trap according to the filter that you define. You can filter based on error severity (error, fatal, and warning). NotificationApp sends the following information from the evError> event:
•
Originator information
•
Event ID
•
Event severity
•
Time (UTC and local time)
•
Error message
NotificationApp supports GETs for the following general health and system information from the sensor:
•
Packet loss
•
Packet denies
•
Alarms generated
•
Fragments in FRP
•
Datagrams in FRP
•
TCP streams in embryonic state
•
TCP streams in established state
•
TCP streams in closing state
•
TCP streams in system
•
TCP packets queued for reassembly
•
Total nodes active
•
TCP nodes keyed on both IP addresses and both ports
•
UDP nodes keyed on both IP addresses and both ports
•
IP nodes keyed on both IP addresses
•
Sensor memory critical stage
•
Interface status
•
Command and control packet statistics
•
Fail-over state
•
System uptime
•
CPU usage
•
Memory usage for the system
•
PEP
Note
Not all IDS and IPS platforms support PEP.
NotificationApp provides the following statistics:
•
Number of error traps
•
Number of event action traps
•
Number of SNMP GET requests
•
Number of SNMP SET requests
CtlTransSource
CtlTransSource is an application that forwards locally initiated remote control transactions to their remote destinations using the RDEP and HTTP protocols. CtlTransSource initiates either TLS or non-TLS connections and communicates remote control transactions to HTTP servers over these connections.
CtlTransSource must establish sufficient credentials on the remote HTTP server to execute a remote control transaction. It establishes its credentials by presenting an identity to the HTTP server on the remote node in the form of a username and password (basic authentication). When the authentication is successful, the requestor is assigned a cookie containing a user authentication that must be presented with each request on that connection.
The transactionHandlerLoop method in the CtlTransSource serves as a proxy for remote control transaction. When a local application initiates a remote control transaction, IDAPI initially directs the transaction to CtlTransSource. The transactionHandlerLoop method is a loop that waits on remote control transactions that are directed to CtlTransSource.
Figure A-2 shows the transactionHandlerLoop method in the CtlTransSource.
Figure A-2 CtlTransSource
When the transactionHandlerLoop receives a remotely addressed transaction, it tries to forward the remote control transaction to its remote destination. The transactionHandlerLoop formats the transaction in to an RDEP control transaction message. The transactionHandlerLoop uses the HttpClient classes to issue the RDEP control transaction request to the HTTP server on the remote node. The remote HTTP server handles the remote control transaction and returns the appropriate RDEP response message in an HTTP response. If the remote HTTP server is an IPS web server, the web server uses the CtlTransSource servlet to process the remote control transactions.
The transactionHandlerLoop returns either the RDEP response or a failure response as the response of the control transaction to the initiator of the remote control transaction. If the HTTP server returns an unauthorized status response (indicating the HTTP client has insufficient credentials on the HTTP server), the transactionHandlerLoop reissues the transaction request using the designated username and password of the CtlTransSource to authenticate the identity of the requestor. The transactionHandlerLoop continues to loop until it receives a control transaction that directs it to exit or until its exit event is signaled.
Attack Response Controller
This section describes ARC, which is the IPS application that starts and stops blocking on routers, switches, and firewalls, and rate limits traffic on routers running Cisco IOS 12.3. A block is an entry in the configuration or ACL of a device to block incoming and outgoing traffic for a specific host IP address or network address.
This section contains the following topics:
•
About ARC
•
ARC Features
•
Supported Blocking Devices
•
ACLs and VACLs
•
Maintaining State Across Restarts
•
Connection-Based and Unconditional Blocking
•
Blocking with Cisco Firewalls
•
Blocking with Catalyst Switches
About ARC
The main responsibility of ARC is to block events. When it responds to a block, it either interacts with the devices it is managing directly to enable the block or it sends a block request through the Control Transaction Server to a master blocking sensor. The Web Server on the master blocking sensor receives the control transaction and passes it to the Control Transaction Server, which passes it to ARC. ARC on the master blocking sensor then interacts with the devices it is managing to enable the block.
Figure A-3 illustrates ARC.
Figure A-3 ARC
Note
An ARC instance can control 0, 1, or many network devices. ARC does not share control of any network device with other ARC applications, IPS management software, other network management software, or system administrators. Only one ARC instance is allowed to run on a given sensor.
ARC initiates a block in response to one of the following:
•
An alert event generated from a signature that is configured with a block action
•
A block configured manually through the CLI, IDM, or ASDM
•
A block configured permanently against a host or network address
When you configure ARC to block a device, it initiates either a Telnet or SSH connection with the device. ARC maintains the connection with each device. After the block is initiated, ARC pushes a new set of configurations or ACLs (one for each interface direction) to each controlled device. When a block is completed, all configurations or ACLs are updated to remove the block.
ARC Features
ARC has the following features:
•
Communication through Telnet and SSH 1.5 with 3DES (the default) or DES encryption
Only the protocol specified in the ARC configuration for that device is attempted. If the connection fails for any reason, ARC attempts to reestablish it.
•
Preexisting ACLs on routers and VACLs on switches
If a preexisting ACL exists on a router interface or direction that is controlled by ARC, you can specify that this ACL be merged in to the ARC-generated configuration, either before any blocks by specifying a preblock ACL or after any blocks by specifying a postblock ACL. The Catalyst 6000 VACL device types can have a preblock and postblock VACL specified for each interface that ARC controls. The firewall device types use a different API to perform blocks and ARC does not have any effect on preexisting ACLs on the firewalls.
Note
Catalyst 5000 RSM and Catalyst 6000 MSFC2 network devices are supported in the same way as Cisco routers.
•
Forwarding blocks to a list of remote sensors
ARC can forward blocks to a list of remote sensors, so that multiple sensors can in effect collectively control a single network device. Such remote sensors are referred to as master blocking sensors.
•
Specifying blocking interfaces on a network device
You can specify the interface and direction where blocking is performed in the ARC configuration for routers. You can specify the interface where blocking is performed in the VACL configuration.
Note
Cisco firewalls do not block based on interface or direction, so this configuration is never specified for them.
ARC can simultaneously control up to 250 interfaces.
•
Blocking hosts or networks for a specified time
ARC can block a host or network for a specified number of minutes or indefinitely. ARC determines when a block has expired and unblocks the host or network at that time.
•
Logging important events
ARC writes a confirmation event when block or unblock actions are completed successfully or if any errors occur. ARC also logs important events such as loss and recovery of a network device communication session, configuration errors, and errors reported by the network device.
•
Maintaining the blocking state across ARC restarts
ARC reapplies blocks that have not expired when a shutdown or restart occurs. ARC removes blocks that have expired while it was shut down.
Note
ARC can only maintain the blocking state successfully if no one changes the system time while the application is shut down.
•
Maintaining blocking state across network device restarts
ARC reapplies blocks and removes expired blocks as needed whenever a network device is shut down and restarted. ARC is not affected by simultaneous or overlapping shutdowns and restarts of ARC.
•
Authentication and authorization
ARC can establish a communications session with a network device that uses AAA authentication and authorization including the use of remote TACACS+ servers.
•
Two types of blocking
ARC supports host blocks and network blocks. Host blocks are connection based or unconditional. Network blocks are always unconditional.
•
NAT addressing
ARC can control network devices that use a NAT address for the sensor. If you specify a NAT address when you configure a network device, that address is used instead of the local IP address when the sensor address is filtered from blocks on that device.
•
Single point of control
ARC does not share control of network devices with administrators or other software. If you must update a configuration, shut down ARC until the change is complete. You can enable or disable ARC through the CLI or any IPS manager. When ARC is reenabled, it completely reinitializes itself, including rereading the current configuration for each controlled network device.
Note
We recommend that you disable ARC from blocking when you are configuring any network device, including firewalls.
•
Maintains up to 250 active blocks at any given time
ARC can maintain up to 250 active blocks at a time. Although ARC can support up to 65535 blocks, we recommend that you allow no more than 250 at a time.
Note
The number of blocks is not the same as the number of interface and directions.
For More Information
•
For more information on ACLs and VACLs, see ACLs and VACLs.
•
For more information on master blocking sensors, see Configuring the Sensor to be a Master Blocking Sensor.
•
For more information on how the sensor maintains the blocking state, see Maintaining State Across Restarts.
•
For more information on the two types of blocking, see Connection-Based and Unconditional Blocking.
Supported Blocking Devices
ARC can control the following devices:
•
Cisco routers running Cisco IOS 11.2 or later
Note
To perform rate limiting, the routers must be running Cisco IOS 12.3 or later.
•
Catalyst 5000 series switches with Supervisor Engine software 5.3(1) or later running on the supervisor engine, and IOS 11.2(9)P or later running on the RSM.
Note
You must have the RSM because blocking is performed on the RSM.
•
Catalyst 6000 series switches with PFC installed running Catalyst software 5.3 or later
•
Catalyst 6000 MSFC2 with Catalyst software 5.4(3) or later and Cisco IOS 12.1(2)E or later on the MSFC2
•
Cisco ASA 500 series models: ASA 5510, ASA 5520, and ASA 5540
•
FWSM
Note
The FWSM cannot block in multi-mode admin context.
ACLs and VACLs
If you want to filter packets on an interface or direction that ARC controls, you can configure ARC to apply an ACL before any blocks (preblock ACL) and to apply an ACL after any blocks (postblock ACL). These ACLs are configured on the network device as inactive ACLs. You can define preblock and postblock ACLs for each interface and direction. ARC retrieves and caches the lists and merges them with the blocking ACEs whenever it updates the active ACL on the network device. In most cases, you will want to specify a preexisting ACL as the postblock ACL so that it does not prevent any blocks from taking effect. ACLs work by matching a packet to the first ACE found. If this first ACE permits the packet, a subsequent deny statement will not be found.
You can specify different preblock and postblock ACLs for each interface and direction, or you can reuse the same ACLs for multiple interfaces and directions. If you do not want to maintain a preblock list, you can use the never block option and always block hosts and networks by using existing configuration statements. A forever block is a normal block with a timeout value of -1.
ARC only modifies ACLs that it owns. It does not modify ACLs that you have defined. The ACLs maintained by ARC have a specific format that should not be used for user-defined ACLs. The naming convention is IPS_<interface_name>_[in | out]_[0 | 1]. <interface_name> corresponds to the name of the blocking interface as given in the ARC configuration.
For Catalyst switches, it is a blocking interface VLAN number. Do not use these names for preblock and postblock ACLs.
For Catalyst 6000 VACLs, you can specify a preblock and postblock VACL and only the interface is specified (direction is not used in VLANs).
For firewalls, you cannot use preblock or postblock ACLs because the firewall uses a different API for blocking. Instead you must create ACLs directly on the firewalls.
For More Information
For more information on how to configure Cisco firewalls for blocking, see Blocking with Cisco Firewalls.
Maintaining State Across Restarts
When the sensor shuts down, ARC writes all blocks and rate limits (with starting timestamps) to a local file (nac.shun.txt) that is maintained by ARC. When ARC starts, this file is used to determine if any block updates should occur at the controlled network devices. Any unexpired blocks found in the file are applied to the network devices at startup. When ARC shuts down, no special actions on the ACLs are taken even if outstanding blocks are in effect. The nac.shun.txt file is accurate only if the system time is not changed while ARC is not running.
Caution
Do not make manual changes to the nac.shun.txt file.
The following scenarios demonstrate how ARC maintains state across restarts.
Scenario 1
There are two blocks in effect when ARC stops and one of them expires before ARC restarts. When ARC restarts, it first reads the nac.shun.txt file. It then reads the preblock and postblock ACLs or VACLs. The active ACL or VACL is built in the following order:
1.
The allow sensor_ ip_address command (unless the allow sensor shun command has been configured)
2.
Preblock ACL
3.
The always block command entries from the configuration
4.
Unexpired blocks from nac.shun.txt
5.
Postblock ACL
When a host is specified as never block in the ARC configuration, it does not get translated in to permit statements in the ACL. Instead, it is cached by ARC and used to filter incoming addShunEvent events and addShunEntry control transactions.
Scenario 2
There are no preblock or postblock ACLs specified, but there is an existing active ACL. The new ACL is built in the following order:
1.
The allow sensor_ ip_address command (unless the allow sensor shun command has been configured)
2.
The always block command entries from the configuration
3.
Unexpired blocks from nac.shun.txt
4.
The permit IP any any command
Connection-Based and Unconditional Blocking
ARC supports two types of blocking for hosts and one type of blocking for networks. Host blocks are connection-based or unconditional. Network blocks are always unconditional.
When a host block is received, ARC checks for the connectionShun attribute on the host block. If connectionShun is set to true, ARC performs connection blocking. Any host block can contain optional parameters, such as destination IP address, source port, destination port, and protocol. For a connection block to take place, at least the source and destination IP address must be present. If the source port is present on a connection block, it is ignored and not included in the block.
Under the following conditions, ARC forces the block to be unconditional, converting the block from connection type if necessary:
•
A block of any type is active for a specified source IP address
•
A new block of any type is received for that source IP address
•
The new block differs in any of its optional parameters (except the source port) from the old block
When a block is updated (for example, when a new block arrives while an existing block for that source IP address or network is already in effect), the remaining minutes of the existing block are determined. If the time for the new block is less than or equal to the remaining minutes, no action is taken. Otherwise, the new block timeout replaces the existing block timeout.
Caution
Cisco firewalls do not support connection blocking of hosts. When a connection block is applied, the firewall treats it like an unconditional block. Cisco firewalls also do not support network blocking. ARC never tries to apply a network block to a Cisco firewall.
Blocking with Cisco Firewalls
ARC performs blocks on firewalls using the shun command. The shun command has the following formats:
•
To block an IP address:
shun srcip [destination_ip_address source_port destination_port [port]]
•
To unblock an IP address:
•
To clear all blocks:
•
To show active blocks or to show the global address that was actually blocked:
ARC uses the response to the show shun command to determine whether the block was performed.
The shun command does not replace existing ACLs, conduits, or outbound commands, so there is no need to cache the existing firewall configuration, nor to merge blocks in to the firewall configuration.
Caution
Do not perform manual blocks or modify the existing firewall configuration while ARC is running.
If the block command specifies only the source IP address, existing active TCP connections are not broken, but all incoming packets from the blocked host are dropped.
When ARC first starts up, the active blocks in the firewall are compared to an internal blocking list. Any blocks that do not have a corresponding internal list entry are removed.
ARC supports authentication on a firewall using local usernames or a TACACS+ server. If you configure the firewall to authenticate using AAA but without the TACACS+ server, ARC uses the reserved username pix for communications with the firewall.
If the firewall uses a TACACS+ server for authentication, you use a TACACS+ username. In some firewall configurations that use AAA logins, you are presented with three password prompts: the initial firewall password, the AAA password, and the enable password. ARC requires that the initial firewall password and the AAA password be the same.
When you configure a firewall to use NAT or PAT and the sensor is checking packets on the firewall outside network, if you detect a host attack that originates on the firewall inside network, the sensor tries to block the translated address provided by the firewall. If you are using dynamic NAT addressing, the block can be ineffective or cause innocent hosts to be blocked. If you are using PAT addressing, the firewall could block the entire inside network. To avoid these situations, position your sensor on the inside interface or do not configure the sensor to block.
Blocking with Catalyst Switches
Catalyst switches with a PFC filter packets using VACLs. VACLs filter all packets between VLANs and within a VLAN.
MSFC router ACLs are supported when WAN cards are installed and you want the sensor to control the interfaces through the MSFC2.
Note
An MSFC2 card is not a required part of a Catalyst switch configuration for blocking with VACLs.
Caution
When you configure ARC for the Catalyst switch, do not specify a direction with the controlled interface. The interface name is a VLAN number. Preblock and postblock lists should be VACLs.
The following commands apply to the Catalyst VACLs:
•
To view an existing VACL:
show security acl info acl_name
•
To block an address (address_spec is the same as used by router ACLs):
set security acl ip acl_name deny address_spec
•
To activate VACLs after building the lists:
•
To clear a single VACL:
clear security acl map acl_name
•
To clear all VACLs:
clear security acl map all
•
To map a VACL to a VLAN:
set sec acl acl_name vlans
LogApp
The sensor logs all events (alert, error, status, and debug messages) in a persistent, circular buffer. The sensor also generates IP logs. The messages and IP logs are accessible through the CLI, IDM, ASDM, and RDEP clients.
The IPS applications use LogApp to log messages. LogApp sends log messages at any of five levels of severity: debug, timing, warning, error, and fatal. LogApp writes the log messages to /usr/cids/idsRoot/log/main.log, which is a circular text file. New messages overwrite older messages when the file reaches its maximum size; therefore the last message written may not appear at the end of the main.log. Search for the string "= END OF FILE =" to locate the last line written to the main.log.
The main.log is included in the show tech-support command output. If the message is logged at warning level or above (error or fatal), LogApp converts the message to an evError event (with the corresponding error severity) and inserts it in Event Store.
LogApp receives all syslog messages, except cron messages, that are at the level of informational and above (*.info;cron.none), and inserts them in to Event Store as evErrors with the error severity set to Warning. LogApp and application logging are controlled through the service logger commands.
LogApp can control what log messages are generated by each application by controlling the logging severity for different logging zones. You would only access the individual-zone-control of the logger service at the request and supervision of a TAC engineer or developer. For troubleshooting purposes, TAC might request that you turn on debug logging.
For More Information
•
For the procedure for displaying tech support information, see Displaying Tech Support Information. For the procedure for displaying events, see Events.
•
For the procedure for enabling debug logging, see Enabling Debug Logging.
InterfaceApp
The InterfaceApp is a subsystem of the MainApp, which is used for configuring and managing the Ethernet interfaces on the IPS device. There are two types of interfaces—management interfaces and sensing interfaces. The management interface is used for managing the IPS device using management applications, such as the IDM, IME, CSM, or CLI.The sensing interfaces represent the packet interfaces, which are used for directing the traffic meant for inspection. In addition to configuration, the InterfaceApp also provides packet statistics for the interfaces.
The InterfaceApp interacts with other applications on the IPS device such as the SensorApp, through control transactions. It also communicates with NIC drivers on each platform to set the interface properties such as speed, duplex, and so forth. The current interface configuration is stored by the InterfaceApp and used when the IPS device is started.
NIC drivers on each platform send asynchronous events called notifications that are related to the state of the Ethernet interfaces, for example, link up and link down notification, to the InterfaceApp. The InterfaceApp collects these notifications and sends the appropriate events.
The InterfaceApp provides a unified view of Ethernet interfaces on different platforms with varied hardware configuration, so that the same set of commands can be used for configuring and managing them.
AuthenticationApp
This section describes AuthenticationApp, and contains the following topics:
•
AuthenticationApp Responsibilities
•
Authenticating Users
•
Configuring Authentication on the Sensor
•
Managing TLS and SSH Trust Relationships
AuthenticationApp Responsibilities
AuthenticationApp has the following responsibilities:
•
To authenticate the identity of a user
•
To administer the accounts, privileges, keys, and certificates of the user
•
To configure which authentication methods are used by AuthenticationApp and other access services on the sensor
Authenticating Users
You must configure authentication on the sensor to establish appropriate security for user access. When you install a sensor, an initial cisco account with an expired password is created. A user with administrative access to the sensor accesses the sensor through the CLI or an IPS manager, such as IDM or ASDM, by logging in to the sensor using the default administrative account (cisco). In the CLI, the administrator is prompted to change the password. IPS managers initiate a setEnableAuthenticationTokenStatus control transaction to change the account password.
Through the CLI or an IPS manager, the administrator configures which authentication method is used, such as username and password or an SSH authorized key. The application servicing the administrator initiates a setAuthenticationConfig control transaction to establish the authentication configuration.
The authentication configuration includes a login attempt limit value that is used to specify how account locking is handled. Account locking is invoked when the number of consecutive failed login attempts for a given account exceeds the login attempt limit value. After an account is locked, all further attempts to log in to that account are rejected. The account is unlocked by resetting the authentication token of the account by using the setEnableAuthenticationTokenStatus control transaction. The account locking feature is disabled when the login attempt limit value is set to zero.
The administrator can add additional user accounts either through the CLI or an IPS manager.
For More Information
For more information about IPS user roles, see User Roles.
Configuring Authentication on the Sensor
When a user tries to access the sensor through a service such as Web Server or the CLI, the identity of the user must be authenticated and the privileges of the user must be established. The service that is providing access to the user initiates an execAuthenticateUser control transaction request to AuthenticationApp to authenticate the identity of the user. The control transaction request typically includes the username and a password, or the identity of the user can be authenticated using an SSH authorized key.
AuthenticationApp responds to the execAuthenticateUser control transaction request by attempting to authenticate the identity of the user. AuthenticationApp returns a control transaction response that contains the authentication status and privileges of the user. If the identity of the user cannot be authenticated, AuthenticationApp returns an unauthenticated status and anonymous user privileges in the control transaction response. The control transaction response also indicates if the account password has expired. User interface applications that authenticate users by initiating an execAuthenticateUser control transaction prompt the user to change the password.
AuthenticationApp uses the underlying operating system to confirm a identity of the user. All the IPS applications send control transactions to AuthenticationApp, which then uses the operating system to form its responses.
Remote shell services, Telnet and SSH, are not IPS applications. They call the operating system directly. If the user is authenticated, it launches the IPS CLI. In this case, the CLI sends a special form of the execAuthenticateUser control transaction to determine the privilege level of the logged-in user. The CLI then tailors the commands it makes available based on this privilege level.
Managing TLS and SSH Trust Relationships
Encrypted communications over IP networks provide data privacy by making it impossible for a passive attacker to discover from the packets exchanged alone the secret key needed to decrypt the data in the packets.
However, an equally dangerous attack vector is for an imposter to pretend to be the server end of the connection. All encryption protocols provide a means for clients to defend themselves from these attacks. IPS supports two encryption protocols, SSH and TLS, and AuthenticationApp helps manage trust when the sensor plays either the client or server role in encrypted communications.
The IPS Web Server and SSH server are server endpoints of encrypted communications. They protect their identities with a private key and offer a public key to clients that connect to them. For TLS this public key is included inside an X.509 certificate, which includes other information. Remote systems that connect to the sensor should verify that the public key received during connection establishment is the key they expect.
Clients must maintain a list of trusted public keys to protect themselves from man-in-the-middle attacks. The exact procedure by which this trust is established varies depending on the protocol and client software. In general, the client displays a fingerprint of 16 or 20 bytes. The human operator who is configuring the client to establish trust should use an out-of-band method to learn the key fingerprints of the server before attempting to establish trust. If the fingerprints match, the trust relationship is established and henceforth the client can automatically connect with that server and be confident that the remote server is not an imposter.
You can use the show ssh server-key and show tls fingerprint to display the key fingerprints of the sensor. By recording the output of these commands when directly connected to the sensor console, you can reliably use this information to confirm the identity of the server over the network later when establishing trust relationships.
For example, when you initially connect to a sensor through the Microsoft Internet Explorer web browser, a security warning dialog box indicates that the certificate is not trusted. Using the Internet Explorer user interface, you can inspect the certificate thumbprint, a value that should exactly match the SHA1 fingerprint displayed by the show tls fingerprint command. After verifying this, add this certificate to the list of trusted CAs of the browser to establish permanent trust.
Each TLS client has different procedures for establishing this trust. The sensor itself includes a TLS client that is used to send control transactions to other sensors and download upgrades and configuration files from other TLS web servers. Use the tls trusted-host command to establish trust of the TLS servers with which the sensor communicates.
Similarly, the sensor includes an SSH client that is used to communicate with managed network devices, download upgrades, and copy configurations and support files to remote hosts. Use the ssh host-key command to establish trust relationships with the SSH servers the sensor will contact.
You can manage the list of TLS trusted certificates and SSH known hosts through the commands service trusted-certificates and service ssh-known-hosts.
X.509 certificates include additional information that can increase the security of the trust relationship; however, these can lead to confusion. For example, an X.509 certificate includes a validity period during which the certificate can be trusted. Typically this period is a number of years starting at the moment the certificate is created. To ensure that an X.509 certificate is valid at the moment it is being used requires that the client system maintain an accurate clock.
X.509 certificates are also tied to a particular network address. Sensors fill this field with the IP address of the sensor command and control interface. Consequently, if you change the command and control IP address of the sensor, the server X.509 certificate is regenerated. You must reconfigure all clients on the network that trusted the old certificate to locate the sensor at its new IP address and trust the new certificate.
By using the SSH known hosts and TLS trusted certificates services in AuthenticationApp, you can operate sensors at a high level of security.
Web Server
Web Server provides RDEP2 support, which enables the sensor to report security events, receive IDIOM transactions, and serve IP logs.
Web Server supports HTTP 1.0 and 1.1. Communications with Web Server often include sensitive information, such as passwords, that would severely compromise the security of the system if an attacker were able to eavesdrop. For this reason, sensors ship with TLS enabled. The TLS protocol is an encryption protocol that is compatible with SSL.
SensorApp
This section describes SensorApp, and contains the following topics:
•
Responsibilities and Components
•
Packet Flow
•
Signature Event Action Processor
Responsibilities and Components
SensorApp performs packet capture and analysis. Policy violations are detected through signatures in SensorApp and the information about the violations is forwarded to the Event Store in the form of an alert.
Packets flow through a pipeline of processors fed by a producer designed to collect packets from the network interfaces on the sensor.
SensorApp supports the following processors:
•
Time Processor (TP)
This processor processes events stored in a time-slice calendar. Its primary task is to make stale database entries expire and to calculate time-dependent statistics.
•
Deny Filters Processor (DFP)
This processor handles the deny attacker functions. It maintains a list of denied source IP addresses. Each entry in the list expires based on the global deny timer, which you can configure in the virtual sensor configuration.
•
Signature Event Action Processor
This processor processes event actions. It supports the following event actions:
–
Reset TCP flow
–
IP log
–
Deny packets
–
Deny flow
–
Deny attacker
–
Alert
–
Block host
–
Block connection
–
Generate SNMP trap
–
Capture trigger packet
Event actions can be associated with an event risk rating threshold that must be surpassed for the actions to take place.
•
Statistics Processor (SP)
This processor keeps track of system statistics such as packet counts and packet arrival rates.
•
Layer 2 Processor (L2P)
This processor processes layer 2-related events. It also identifies malformed packets and removes them from the processing path. You can configure actionable events for detecting malformed packets such as alert, capture packet, and deny packet. The layer 2 processor updates statistics about packets that have been denied because of the policy you have configured.
•
Database Processor (DBP)
This processor maintains the signature state and flow databases.
•
Fragment Reassembly Processor (FRP)
This processor reassembles fragmented IP datagrams. It is also responsible for normalization of IP fragments when the sensor is in inline mode.
•
Stream Reassembly Processor (SRP)
This processor reorders TCP streams to ensure the arrival order of the packets at the various stream-based inspectors. It is also responsible for normalization of the TCP stream. The normalizer engine lets you enable or disable alert and deny actions.
The TCP SRP normalizer has a hold-down timer, which lets the stream state rebuild after a reconfiguration event. You cannot configure the timer. During the hold-down interval, the system synchronizes stream state on the first packet in a stream that passes through the system. When the hold down has expired, sensorApp enforces your configured policy. If this policy calls for a denial of streams that have not been opened with a 3-way handshake, established streams that were quiescent during the hold-down period will not be forwarded and will be allowed to timeout. Those streams that were synchronized during the hold-down period are allowed to continue.
•
Signature Analysis Processor (SAP)
This processor dispatches packets to the inspectors that are not stream-based and that are configured for interest in the packet in process.
•
Slave Dispatch Processor (SDP)
A process found only on dual CPU systems.
Some of the processors call inspectors to perform signature analysis. All inspectors can call the alarm channel to produce alerts as needed.
SensorApp also supports the following units:
•
Analysis Engine
The analysis engine handles sensor configuration. It maps the interfaces and also the signature and alarm channel policy to the configured interfaces.
•
Alarm Channel
The alarm channel processes all signature events generated by the inspectors. Its primary function is to generate alerts for each event it is passed.
Packet Flow
Packets are received by the NIC and placed in the kernel user-mapped memory space by the IPS-shared driver. The packet is prepended by the IPS header. Each packet also has a field that indicates whether to pass or deny the packet when it reaches the Signature Event Action Processor.
The producer pulls packets from the shared-kernel user-mapped packet buffer and calls the process function that implements the processor appropriate to the sensor model. The following orders occur:
•
Single processor execution
TP --> L2P --> DFP --> FRP --> SP --> DBP --> SAP --> SRP --> EAP
•
Dual processor execution
Execution Thread 1 TP --> L2P --> DFP --> FRP --> SP --> DBP --> SAP --> SDP --> | Execution Thread 2 DBP --> SRP --> EAP
Signature Event Action Processor
The Signature Event Action Processor coordinates the data flow from the signature event in the alarm channel to processing through the Signature Event Action Override, the Signature Event Action Filter, and the Signature Event Action Handler. It consists of the following components:
•
Alarm channel
The unit that represents the area to communicate signature events from the SensorApp inspection path to signature event handling.
•
Signature Event Action Override
Adds actions based on the risk rating value. Signature Event Action Override applies to all signatures that fall in the range of the configured risk rating threshold. Each Signature Event Action Override is independent and has a separate configuration value for each action type.
•
Signature Event Action Filter
Subtracts actions based on the signature ID, addresses, and risk rating of the signature event. The input to the Signature Event Action Filter is the signature event with actions possibly added by the Signature Event Action Override.
Note
The Signature Event Action Filter can only subtract actions, it cannot add new actions.
The following parameters apply to the Signature Event Action Filter:
–
Signature ID
–
Subsignature ID
–
Attacker address
–
Attacker port
–
Victim address
–
Victim port
–
Risk rating threshold range
–
Actions to subtract
–
Sequence identifier (optional)
–
Stop-or-continue bit
–
Enable action filter line bit
–
Victim OS relevance or OS relevance
•
Signature Event Action Handler
Performs the requested actions. The output from the Signature Event Action Handler is the actions being performed and possibly an evIdsAlert written to the Event Store.
Figure A-4 illustrates the logical flow of the signature event through the Signature Event Action Processor and the operations performed on the action for this event. It starts with the signature event with configured action received in the alarm channel and flows top to bottom as the signature event passes through the functional components of the Signature Event Action Processor.
Figure A-4 Signature Event Through the Signature Event Action Processor
For More Information
For more information on risk rating, see Calculating the Risk Rating.
CLI
The CLI provides the sensor user interface for all direct node access such as Telnet, SSH, and serial interface. You configure the sensor applications with the CLI. Direct access to the underlying OS is allowed through the service role. This section describes the CLI, and contains the following topics:
•
User Roles
•
Service Account
User Roles
The CLI for IPS 6.0 permits multiple users to log in at the same time. You can create and remove users from the local sensor. You can modify only one user account at a time. Each user is associated with a role that controls what that user can and cannot modify.
The CLI supports four user roles: administrator, operator, viewer, and Service. The privilege levels for each role are different; therefore, the menus and available commands vary for each role.
•
Aadministrators—This user role has the highest level of privileges. Administrators have unrestricted view access and can perform the following functions:
–
Add users and assign passwords
–
Enable and disable control of physical interfaces and virtual sensors
–
Assign physical sensing interfaces to a virtual sensor
–
Modify the list of hosts allowed to connect to the sensor as a configuring or viewing agent
–
Modify sensor address configuration
–
Tune signatures
–
Assign configuration to a virtual sensor
–
Manage routers
•
Operators—This user role has the second highest level of privileges. Operators have unrestricted view access and can perform the following functions:
–
Modify their passwords
–
Tune signatures
–
Manage routers
–
Assign configuration to a virtual sensor
•
Viewers—This user role has the lowest level of privileges. Viewers can view configuration and event data and can modify their passwords.
Tip
Monitoring applications only require viewer access to the sensor. You can use the CLI to set up a user account with viewer privileges and then configure the event viewer to use this account to connect to the sensor.
•
Service—This user role does not have direct access to the CLI. Service account users are logged directly in to a bash shell. Use this account for support and troubleshooting purposes only. Unauthorized modifications are not supported and require the device to be reimaged to guarantee proper operation. You can create only one user with the service role.
When you log in to the service account, you receive the following warning:
******************************* WARNING *****************************************
UNAUTHORIZED ACCESS TO THIS NETWORK DEVICE IS PROHIBITED.
This account is intended to be used for support and troubleshooting purposes only.
Unauthorized modifications are not supported and will require this device to be
re-imaged to guarantee proper operation.
*********************************************************************************
Note
The service role is a special role that allows you to bypass the CLI if needed. Only a user with administrator privileges can edit the service account.
Note
In the service account you can also switch to user root by executing su-. The root password is synchronized to the service account password. Some troubleshooting procedures may require you to execute commands as the root user.
Note
For IPS 5.0 and later, you can no longer remove the cisco account. You can disable it using the no password cisco command, but you cannot remove it. To use the no password cisco command, there must be another administrator account on the sensor. Removing the cisco account through the service account is not supported. If you remove the cisco account through the service account, the sensor most likely will not boot up, so to recover the sensor you must reinstall the sensor system image.
Service Account
The service account is a support and troubleshooting tool that enables TAC to log in to a native operating system shell rather than the CLI shell. It does not exist on the sensor by default. You must create it so that it is available for TAC to use for troubleshooting your sensor.
Only one service account is allowed per sensor and only one account is allowed a service role. When the service account password is set or reset, the root account password is set to the same password. This allows the service account user to su to root using the same password. When the service account is removed, the root account password is locked.
The service account is not intended to be used for configuration purposes. Only modifications made to the sensor through the service account under the direction of TAC are supported. Cisco Systems does not support the addition and/or running of an additional service to the operating system through the service account, because it affects proper performance and proper functioning of the other IPS services. TAC does not support a sensor on which additional services have been added.
You can track logins to the service account by checking the log file /var/log/.tac, which is updated with a record of service account logins.
Note
IPS 6.0 incorporates several troubleshooting features that are available through the CLI or IDM. The service account is not necessary for most troubleshooting situations. You may need to create the service account at the direction of TAC to troubleshoot a very unique problem. The service account lets you bypass the protections built in to the CLI and allows root privilege access to the sensor, which is otherwise disabled. We recommend that you do not create a service account unless it is needed for a specific reason. You should remove the service account when it is no longer needed.
Note
For IPS 5.0 and later, you can no longer remove the cisco account. You can disable it using the no password cisco command, but you cannot remove it. To use the no password cisco command, there must be another administrator account on the sensor. Removing the cisco account through the service account is not supported. If you remove the cisco account through the service account, the sensor most likely will not boot up, so to recover the sensor you must reinstall the sensor system image.
For More Information
For the procedure to create the service account, see Creating the Service Account.
Communications
This section describes the communications protocols used by IPS 6.0. It contains the following topics:
•
IDAPI
•
RDEP2
•
IDIOM
•
IDCONF
•
SDEE
•
CIDEE
IDAPI
IPS applications use an interprocess communication API called IDAPI to handle internal communications. IDAPI reads and writes event data and provides a mechanism for control transactions. IDAPI is the interface through which all the applications communicate.
SensorApp captures and analyzes the network traffic on its interfaces. When a signature is matched, SensorApp generates an alert, which is stored in the Event Store. If the signature is configured to perform the blocking response action, SensorApp generates a block event, which is also stored in the Event Store.
Figure A-5 illustrates the IDAPI interface.
Figure A-5 IDAPI
Each application registers to the IDAPI to send and receive events and control transactions. IDAPI provides the following services:
•
Control transactions
–
Initiates the control transaction.
–
Waits for the inbound control transaction.
–
Responds to the control transaction.
•
IPS events
–
Subscribes to remote IPS events, which are stored in the Event Store when received.
–
Reads IPS events from the Event Store.
–
Writes IPS events to the Event Store.
IDAPI provides the necessary synchronization mechanisms to guarantee atomic data accesses.
RDEP2
External communications use RDEP2. RDEP2 is an application-level communications protocol used to exchange IPS event, IP log, configuration, and control messages between IPS clients and IPS servers. RDEP2 communications consist of request and response messages. RDEP2 clients initiate request messages to RDEP2 servers. RDEP2 servers respond to request messages with response messages.
RDEP2 defines three classes of request/response messages: event, IP log, and transaction messages. Event messages include IPS alert, status, and error messages. Clients use IP log requests to retrieve IP log data from servers. Transaction messages are used to configure and control IPS servers.
RDEP2 uses the industry standards HTTP, TLS and SSL and XML to provide a standardized interface between RDEP2 agents. The RDEP2 protocol is a subset of the HTTP 1.1 protocol. All RDEP2 messages are legal HTTP 1.1 messages. RDEP2 uses HTTP message formats and message exchange protocol to exchange messages between RDEP2 agents.
You use the IPS manager to specify which hosts are allowed to access the sensor through the network. Sensors accept connections from 1 to 10 RDEP2 clients simultaneously. Clients selectively retrieve data by time range, type of event (alert, error, or status message) and level (alert = high, medium, low, or informational; error = high, medium, low). Events are retrieved by a query (a single bulk get) or subscription (a real-time persistent connection) or both. Communications are secured by TLS or SSL.
Note
For retrieving events, the sensor is backwards-compatible to RDEP even though the new standard for retrieval is RDEP2. We recommend you use RDEP2 to retrieve events and send configuration changes for IPS 6.0.
Remote applications retrieve events from the sensor through RDEP2. The remote client sends an RDEP2 event request to the sensor Web Server, which passes it to the Event Server. The Event Server queries the Event Store through IDAPI and then returns the result.
Figure A-6 shows remote applications retrieving events from the sensor through RDEP2.
Figure A-6 Retrieving Events Through RDEP2
Remote applications send commands to the sensor through RDEP2. The remote client sends an RDEP2 control transaction to the sensor Web Server, which passes it to the Control Transaction Server. The Control Transaction Server passes the control transaction through IDAPI to the appropriate application, waits for the response of the application, and then returns the result.
Figure A-7 shows remote applications sending commands to the sensor through RDEP2.
Figure A-7 Sending Commands Through RDEP2
IDIOM
IDIOM is a data format standard that defines the event messages that are reported by the IPS as well as the operational messages that are used to configure and control intrusion detection systems. These messages consist of XML documents that conform to the IDIOM XML schema.
IDIOM supports two types of interactions: event and control transaction. Event interactions are used to exchange IPS events such as alerts. IDIOM uses two types of messages for event interactions: event and error messages. Control transactions provide a means for one host to initiate an action in, change the state of, or read the state of another host. Control transactions utilize four types of IDIOM messages: request, response, configuration, and error messages. Events and control transactions that are communicated between application instances within a host are known as local events or local control transactions, or collectively, local IDIOM messages. Events and control transactions that are communicated between different hosts using the RDEP2 protocol are known as remote events and remote control transactions, or collectively, remote IDIOM messages.
Note
IDIOM for the most part has been superseded by IDCONF, SDEE, and CIDEE.
IDCONF
IPS 6.0 manages its configuration using XML documents. IDCONF specifies the XML schema including IPS 6.0 control transactions. The IDCONF schema does not specify the contents of the configuration documents, but rather the framework and building blocks from which the configuration documents are developed. It provides mechanisms that let the IPS managers and CLI ignore features that are not configurable by certain platforms or functions through the use of the feature-supported attribute.
IDCONF messages are exchanged over RDEP2 and are wrapped inside IDIOM request and response messages.
The following is an IDCONF example:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<request xmlns="http://www.cisco.com/cids/idiom" schemaVersion="2.00">
<editConfigDelta xmlns="http://www.cisco.com/cids/idconf">
<component name="userAccount">
<config typedefsVersion="2004-03-01" xmlns="http://www.cisco.com/cids/idconf">
<map name="user-accounts" editOp="merge">
<var name="name">cisco</var>
<struct name="credentials">
<var name="role">administrator</var>
SDEE
IPS produces various types of events including intrusion alerts and status events. IPS communicates events to clients such as management applications using the proprietary RDEP2. We have also developed an IPS-industry leading protocol, SDEE, which is a product-independent standard for communicating security device events. SDEE is an enhancement to the current version of RDEP2 that adds extensibility features that are needed for communicating events generated by various types of security devices.
Systems that use SDEE to communicate events to clients are referred to as SDEE providers. SDEE specifies that events can be transported using the HTTP or HTTP over SSL and TLS protocols. When HTTP or HTTPS is used, SDEE providers act as HTTP servers, while SDEE clients are the initiators of HTTP requests.
IPS includes Web Server, which processes HTTP or HTTPS requests. Web Server uses run-time loadable servlets to process the different types of HTTP requests. Each servlet handles HTTP requests that are directed to the URL associated with the servlet. The SDEE server is implemented as a web server servlet.
The SDEE server only processes authorized requests. A request is authorized if is originates from a web server to authenticate the client identity and determine the client privilege level.
CIDEE
CIDEE specifies the extensions to SDEE that are used by the Cisco IPS. The CIDEE standard specifies all possible extensions that are supported by IPS. Specific systems may implement a subset of CIDEE extensions. However, any extension that is designated as being required MUST be supported by all systems.
CIDEE specifies the IPS-specific security device events and the IPS extensions to the SDEE evIdsAlert element.
CIDEE supports the following events:
•
evError—Error event
Generated by the CIDEE provider when the provider detects an error or warning condition. The evError event contains error code and textual description of the error.
•
evStatus—Status message event
Generated by CIDEE providers to indicate that something of potential interest occurred on the host. Different types of status messages can be reported in the status event—one message per event. Each type of status message contains a set of data elements that are specific to the type of occurrence that the status message is describing. The information in many of the status messages are useful for audit purposes. Errors and warnings are not considered status information and are reported using evError rather than evStatus.
•
evShunRqst—Block request event
Generated to indicate that a block action is to be initiated by the service that handles network blocking.
The following is a CDIEE extended event example:
<sd:events xmlns:cid="http://www.cisco.com/cids/2004/04/cidee"
xmlns:sd="http://example.org/2003/08/sdee">
<sd:evIdsAlert eventId="1042648730045587005" vendor="Cisco" severity="medium">
<sd:hostId>Beta4Sensor1</sd:hostId>
<cid:appName>sensorApp</cid:appName>
<cid:appInstanceId>8971</cid:appInstanceId>
<sd:time offset="0" timeZone="UTC">1043238671706378000</sd:time>
<sd:signature description="IOS Udp Bomb" id="4600" cid:version="S37">
<cid:subsigId>0</cid:subsigId>
IPS 6.0 File Structure
IPS 6.0 has the following directory structure:
•
/usr/cids/idsRoot—Main installation directory.
•
/usr/cids/idsRoot/shared—Stores files used during system recovery.
•
/usr/cids/idsRoot/var—Stores files created dynamically while the sensor is running.
•
/usr/cids/idsRoot/var/updates—Stores files and logs for update installations.
•
/usr/cids/idsRoot/var/virtualSensor—Stores files used by SensorApp to analyze regular expressions.
•
/usr/cids/idsRoot/var/eventStore—Contains the Event Store application.
•
/usr/cids/idsRoot/var/core—Stores core files that are created during system crashes.
•
/usr/cids/idsRoot/var/iplogs—Stores iplog file data.
•
/usr/cids/idsRoot/bin—Contains the binary executables.
•
/usr/cids/idsRoot/bin/authentication—Contains the authentication application.
•
/usr/cids/idsRoot/bin/cidDump—Contains the script that gathers data for tech support.
•
/usr/cids/idsRoot/bin/cidwebserver—Contains the web server application.
•
/usr/cids/idsRoot/bin/cidcli—Contains the CLI application.
•
/usr/cids/idsRoot/bin/nac—Contains the ARC application.
•
/usr/cids/idsRoot/bin/logApp—Contains the logger application.
•
/usr/cids/idsRoot/bin/mainApp—Contains the main application.
•
/usr/cids/idsRoot/bin/sensorApp—Contains the sensor application.
•
/usr/cids/idsRoot/bin/falcondump—Contains the application for getting packet dumps on the sensing ports of the IDS-4250-XL and the IDSM2.
•
/usr/cids/idsRoot/etc—Stores sensor configuration files.
•
/usr/cids/idsRoot/htdocs—Contains the IDM files for the web server.
•
/usr/cids/idsRoot/lib—Contains the library files for the sensor applications.
•
/usr/cids/idsRoot/log—Contains the log files for debugging.
•
/usr/cids/idsRoot/tmp—Stores the temporary files created during run time of the sensor.
Summary of IPS 6.0 Applications
Table A-2 gives a summary of the applications that make up the IPS.
Table A-2 Summary of Applications
|
|
AuthenticationApp |
Authorizes and authenticates users based on IP address, password, and digital certificates. |
CLI |
Accepts command line input and modifies the local configuration using IDAPI. |
Event Server1 |
Accepts RDEP2 request for events from remote clients. |
MainApp |
Reads the configuration and starts applications, handles starting and stopping of applications and node reboots, handles software upgrades. |
InterfaceApp |
Handles bypass and physical settings and defines paired interfaces. Physical settings are speed, duplex, and administrative state. |
LogApp |
Writes all the log messages of the application to the log file and the error messages of the application to the Event Store. |
Attack Response Controller |
An ARC is run on every sensor. Each ARC subscribes to network access events from its local Event Store. The ARC configuration contains a list of sensors and the network access devices that its local ARC controls. If a ARC is configured to send network access events to a master blocking sensor, it initiates a network access control transaction to the remote ARC that controls the device. These network access action control transactions are also used by IPS managers to issue occasional network access actions. |
NotificationApp |
Sends SNMP traps when triggered by alert, status, and error events. NotificationApp uses the public domain SNMP agent. SNMP GETs provide information about the general health of the sensor. |
SensorApp |
Captures and analyzes traffic on the monitored network and generates intrusion and network access events. Responds to IP logging control transactions that turn logging on and off and that send and delete IP log files. |
Control Transaction Server2 |
Accepts control transactions from a remote RDEP2 client, initiates a local control transaction, and returns the response to the remote client. |
Control Transaction Source3 |
Waits for control transactions directed to remote applications, forwards the control transactions to the remote node using RDEP2, and returns the response to the initiator. |
IDM |
The Java applet that provides an HTML IPS management interface. |
Web Server |
Waits for remote HTTP client requests and calls the appropriate servlet application. |