Re: Internship (Summer,Chicago,Paid)

2008-03-24 Thread Mike Frantzen
I was the college intern that did ISIC for Kevin's group about 8 years ago now. It was a good group to work for. I learned a lot and had a ton of room to play. Accidentally took down ATT's early wireless network while pen testing a special peering arrangement the two companies had. I did a lot

Re: How to log the OSFP in PF

2006-08-28 Thread Mike Frantzen
Last, as for the signature that may be different on the same computer if control by a webbot, is that possible? I guess not as the TCP stack isn't changed, but anyone know for sure? I am curious on that part. It will only change if the application does a setsockopt() and changes the socket

Re: scrub reassemble tcp and nat causes problems with some sites

2006-07-21 Thread Mike Frantzen
Sorry, 'modulate tcp' was a thinko. I had been meaning to move 'modulate state' into the scrubber for a long time. Reassemble TCP does aggressive TCP PAWs checks on the TCP timestamps. It does the usual PAWs check to make sure a timestamp is not older than the last echoed value - which is in

Re: scrub reassemble tcp and nat causes problems with some sites

2006-07-20 Thread Mike Frantzen
You're going to have to turn off 'modulate tcp'. One of the TCP endpoints isn't following PAWs and stopped sending the TCP Timestamps or someone is trying to blind hijack the connection. More info - I ran a test scenario. Here is a sample of the messages I get via syslog with set debug loud

Re: pfctl -o

2006-03-06 Thread Mike Frantzen
# pfctl -nvf /etc/pf.conf /root/orig # pfctl -novf /etc/pf.optimized /root/optimized # diff -u /root/orig /root/optimized | less hi there, i would like to compare my rules with the optimized ones. is there a simple way to make pf show the optimized rules without applying them? just a

Re: pf + malformed packets

2005-08-24 Thread Mike Frantzen
is there a possibility to tell pf.conf to accept malformed packets. turn off 'reassemble tcp' in your scrub rule if you don't want to validate the packets. pfctl -x loud tells me: Aug 24 09:50:43 gw-bonn /bsd: pf_normalize_tcp_stateful: Did not receive expected RFC1323 timestamp