Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Firewall vs. IPS - Differences now (ISS, Intrushield 2.1?) |
|---|---|
| Date: | Tue, 31 Aug 2004 00:07:50 +0000 (UTC) |
On 2004-08-30, Mike Frantzen <frantzen@nfr.com> wrote:
This is going to be an extremely controversial answer that the security purists probably will not like. But they're fun to piss off so here goes.
Hehhehe, while my job at Reflex is leading our IPS development, my research at the GTISC is a bit more pure -- I hope my somewhat theoretically-minded answer earlier didn't paint me an ivory towerist :D. Regarding your well thought-out comments:
The real benefit of a full fledged TCP state machine is knowing when to expire an idle connection. If we expire a connection too early, then the next packet that comes in on it will appear to be a new connection and several things may happen:
You list several problems with timing out sessions too early, but none with timing them out too late. For the sake of argument, what problems do you see with simply idling out via necessities of LRU applied to a fixed-size flow cache (obviously, sessions could still be closed based on 4-way TCP teardown, RST abortion or SYN/OOW xmit, modulo the guesswork typically involved in such)? A much less intensive state machine can be developed in this case, if one's merely concerned with the problems you've raised (I noted several other benefits from a detection standpoint in my earlier answer).
3) you lose the TCP window scale value 4) the connection will break if you only allow state creation on a SYN 5) any sequence number modulation will break the connection 6) any TCP timestamp modulation will probably break the connection
Are these not issues arising from the use of a half-hearted attempt at TCP tracking, as opposed to a lack thereof in toto? -- nick black "np: the class of dashed hopes and idle dreams."
| Previous by Date: | RE: Firewall vs. IPS - Differences now (ISS, Intrushield 2.1?), Jose Maria Lopez |
|---|---|
| Next by Date: | Re: session logging IDS, Martin Roesch |
| Previous by Thread: | Re: Firewall vs. IPS - Differences now (ISS, Intrushield 2.1?), Mike Frantzen |
| Next by Thread: | Re: Firewall vs. IPS - Differences now (ISS, Intrushield 2.1?), Mike Frantzen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |