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: [Snort-users] Fast [SYN], [FIN, ACK] to port 80 with no data |
|---|---|
| Date: | Tue, 10 Jan 2006 11:25:30 -0800 |
On Tue, Jan 10, 2006 at 09:23:46AM -0500, Marc Cozzi wrote:
I am observing IP hosts on a network here that are opening connections [SYN], to port 80(http) on remote systems then immediately closing [FIN,ACK] the connection or usually within about 90ms. Then again within a min or so, repeat. It also seems there is zero data exchanged between the connected systems. I'm guessing it is a status polling application that is determining if a remote system is up or down. Probably not a necessary activity on the network and possibly interpreted by remote network managers as scans/probes/mapping attempts. Question is: Is there a way to detect, within snort, this rapid opening and closing of remote port 80 and fire off an alert. Also, maybe fire off a block of the remote system? Thanks for any ideas.
1) Use flow bits, to locate empty connections.
set a this_stream_isempty bit on session construction
unset it whenever there is server bound data.
this_stream_isempty and you see fin packets, alert.
2) Optionaly use thresholding to clamp the number of events.
or trigger some blackholeing.
This may not be the best way, but it is a way.
-gulfie
--marc ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/listinfo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.php3?list=snort-users
------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/listinfo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.php3?list=snort-users
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: [Snort-users] Fast [SYN], [FIN, ACK] to port 80 with no data, Hartman, Shane |
|---|---|
| Next by Date: | Re: [Snort-users] Installing on RedHat, Shane Presley |
| Previous by Thread: | [Snort-users] Fast [SYN], [FIN, ACK] to port 80 with no data, Marc Cozzi |
| Next by Thread: | RE: [Snort-users] Fast [SYN], [FIN, ACK] to port 80 with no data, Hartman, Shane |
| Indexes: | [Date] [Thread] [Top] [All Lists] |