FREE TEXT QUERY  
  GUIDED SEARCH  
  VIEW ALL SOLUTIONS  

Knowledge Base:
  
 




Feedback
Please rate this solution.
 Excellent
 Good
 Average
 Fair
 Poor
This solution solved my problem.
 Yes
 No
Suggestions for improvement.
(Please include your email address if you would like to hear from us).
 


Search Result
Case Number K18407732
Title How to configure TCP intercept or block denial of service (DoS) attacks on the PIX Firewall
Core issue Protect internal servers from a denial-of-service (DoS) attack.
Resolution Starting with PIX Software version 5.2, the TCP Intercept feature can help protect internal servers from DoS attacks. This feature allows the user to configure the maximum number of connections allowed to an internal server and the maximum number of embryonic connections (ones that have not completed the TCP three-way handshake) to a server.

If the embryonic connection limit is reached, then the PIX responds to every SYN packet sent to the server with a SYN+ACK, and does not pass the SYN packet to the internal server. If the external device responds with an ACK packet, then the PIX knows it is a valid request (and not part of a SYN attack). The PIX then establishes a connection with the server and joins the connections together. If the PIX does not get an ACK back from the server, it aggressively times out that embryonic connection.

The Max Connection option can also be set. Once this threshold is reached, the PIX will not allow any new connections to the server until the active connections drop below this number.

The syntax for this feature is shown below.

static [(prenat_interface, postnat_interface)] {mapped_address|interface} real_address [dns]
[netmask mask] [norandomseq] [connection_limit [em_limit]]

Example

static (inside, outside) 192.168.1.45 10.1.1.45 netmask 255.255.255.255 0 120

In the above example, the embryonic limit is set to 120 and there is no Max Connection limit set. Most Windows platforms allow a maximum of 128 embryonic connections, so when setting the embryonic limit on the static, use a value less than the maximum embryonic limit allowed by the server operating system.

Problem Type
Currently under attack (security threats, worms & viruses)
Configure
Product Family
Firewall - PIX 500 series
ASA Hardware & Software
Manifestation Performance issue
Security Threats and Attacks Denial of Service (DoS/DDoS)
PIX Software Version
PIX version 5.3
PIX version 6.x
PIX version 7.x
PIX version 5.2
ASA Software Version
7.0
7.1
7.2
PIX Model PIX 500 Series Firewall
ASA Models
ASA 5500
ASA 5510
ASA 5520
ASA 5540
Features & Tasks TCP intercept
Protocol / Ports TCP
Direct URL http://www.ciscotaccc.com/security/showcase?case=K18407732