Web Hosting Talk







View Full Version : What's a SYN Attack?


GeorgeC
02-23-2005, 04:44 PM
I'm reading up on DOS attacks, and just wondering, what is a syn attack exactly? What's the best way to distinguish between a DOS and syn attack in ssh?

Thanks,

datums
02-23-2005, 04:48 PM
You can find more information here
http://www.datums.net/DDoSAttack.pdf

Regarding SYN and other attacks.

e-view
02-23-2005, 06:40 PM
Or http://www.winnetmag.com/Articles/Index.cfm?ArticleID=37488&DisplayTab=Article
and
http://www.securityfocus.com/infocus/1729

:)

assistanz247
02-24-2005, 07:40 AM
BTW- You can check the current SYN tcp packets receiving using :

netstat -np | grep SYN_RECV

;)