<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gotya Toolz &#187; stop syn flood</title>
	<atom:link href="http://www.gotyatoolz.com/tag/stop-syn-flood/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gotyatoolz.com</link>
	<description>Got ya toolz?</description>
	<lastBuildDate>Tue, 06 Jul 2010 14:06:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Syn Flood Attacks? Try this to stop it.</title>
		<link>http://www.gotyatoolz.com/2009/12/09/syn-flood-attacks-try-this-to-stop-it/</link>
		<comments>http://www.gotyatoolz.com/2009/12/09/syn-flood-attacks-try-this-to-stop-it/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 17:11:17 +0000</pubDate>
		<dc:creator>gotya</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[botnet]]></category>
		<category><![CDATA[ddos]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[stop attack]]></category>
		<category><![CDATA[stop dos attack]]></category>
		<category><![CDATA[stop syn flood]]></category>
		<category><![CDATA[syn flood]]></category>

		<guid isPermaLink="false">http://www.gotyatoolz.com/?p=195</guid>
		<description><![CDATA[Here is a solution i found that does work some in slowing down these syn floods or DDos attacks.  These guys use IRC bot net attacks. Google it if you dont know how they work.  But for all you Server providers i been helping some people on some programs to stop these guys from attacking [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a solution i found that does work some in slowing down these syn floods or DDos attacks.  These guys use IRC bot net attacks. Google it if you dont know how they work.  But for all you Server providers i been helping some people on some programs to stop these guys from attacking there servers any longer.</p>
<p>Heres the step by step</p>
<p><a href="http://www.gotyatoolz.com/?page_id=7&amp;did=63">Download Now</a> or go to the Downloads section under Servers</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES\TCPIP\PARAMETERS]</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Goto HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Under Windows, add a new key called Psched, it may already be there.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Under the key Psched, add a DWORD value named &#8220;MaxOutstandingSends&#8221; without quotes, of course.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Once you have created the DWORD value named MaxOutstandingSends, right click on it and click modify.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Under value data, put 65535. Under base, Hexadecimal should be chosen.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Here&#8217;s a few other registry values/keys to stop DoS/DDoS attacks in the event that you have a weak connection and your system can&#8217;t even withstand 65535 connections:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;SYNATTACKPROTECT&#8221;=DWORD:00000002</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;TCPMAXDATARETRANSMISSIONS&#8221;=DWORD:3</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;TCPMAXHALFOPEN&#8221;=DWORD:64</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;TCPMAXHALFOPENRETRIED&#8221;=DWORD:50</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;TCPMAXPORTSEXHAUSTED&#8221;=DWORD:1</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;TCPMAXCONNECTRESPONERETRANSMISSIONS&#8221;=DWORD:HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES\TCPIP\PARAMETERS]</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Goto HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Under Windows, add a new key called Psched, it may already be there.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Under the key Psched, add a DWORD value named &#8220;MaxOutstandingSends&#8221; without quotes, of course.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Once you have created the DWORD value named MaxOutstandingSends, right click on it and click modify.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Under value data, put 65535. Under base, Hexadecimal should be chosen.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Here&#8217;s a few other registry values/keys to stop DoS/DDoS attacks in the event that you have a weak connection and your system can&#8217;t even withstand 65535 connections:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;SYNATTACKPROTECT&#8221;=DWORD:00000002</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;TCPMAXDATARETRANSMISSIONS&#8221;=DWORD:3</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;TCPMAXHALFOPEN&#8221;=DWORD:64</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;TCPMAXHALFOPENRETRIED&#8221;=DWORD:50</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;TCPMAXPORTSEXHAUSTED&#8221;=DWORD:1</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 37px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;TCPMAXCONNECTRESPONERETRANSMISSIONS&#8221;=DWORD:2</div>
]]></content:encoded>
			<wfw:commentRss>http://www.gotyatoolz.com/2009/12/09/syn-flood-attacks-try-this-to-stop-it/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
