Wireshark Case Study Published
26 December, 2006
Syngress Publishing has published a case study
entitled "Active Response" I wrote for the book
Wireshark & Ethereal Network Protocol Analyzer Toolkit
# iptables -I INPUT 1 -p tcp --dport 80 -m string --string "/etc/passwd" --algo bm -j REJECT --reject-with tcp-reset
The REJECT target can only send the RST packet to the source IP that matched the REJECT rule.
The flexresp detection plugin can send RST packets to both sides of a TCP connection, always sets the
TCP window size to zero, and selects a random TTL value between 64 and 255. The remaining analysis
can be found in the book, and provides additional details on characteristics of the RST packets sent
by each response mechanism.




