<?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>福贵的窝窝 &#187; ddos</title>
	<atom:link href="http://fugui.in/tag/ddos/feed" rel="self" type="application/rss+xml" />
	<link>http://fugui.in</link>
	<description>一根网线 整个人生</description>
	<lastBuildDate>Sat, 28 Jan 2012 12:33:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>dedecms漏洞太可怕了,竟然成为ddos的来源了</title>
		<link>http://fugui.in/1108.aspx</link>
		<comments>http://fugui.in/1108.aspx#comments</comments>
		<pubDate>Wed, 03 Aug 2011 16:47:39 +0000</pubDate>
		<dc:creator>PHP</dc:creator>
				<category><![CDATA[互联网观察]]></category>
		<category><![CDATA[ddos]]></category>
		<category><![CDATA[dede]]></category>
		<category><![CDATA[挂马]]></category>

		<guid isPermaLink="false">http://fugui.in/?p=1108</guid>
		<description><![CDATA[无意间发现服务器网络使用率在98%不下来了. 难道有人在Ddos我? 但是我访问服务器速度还可以,CPU也不高,并不是特别慢. 应该不是有人D我,但是这么高的数字,让人害怕,担心是不是网卡坏了, 顺着查,是否有网站有不正常的流量. 竟然发现了,这个网站dede内核的. 被挂了马,并且挂了Ddos的代码,是攻击别人的,我的机器竟成了攻击源. 清理了.DEDECMS上传漏洞确实是有,稍不小心就被利用了.官方的补丁一定要及时更新. 从服务器上设置一下安全,应该可以抵抗一下. 不要再来了.挂马的偷偷的弄点小动作就过去了,这样一下子影响到整个服务器肯定会被发现的.]]></description>
			<content:encoded><![CDATA[<p>无意间发现服务器网络使用率在98%不下来了.<br />
难道有人在Ddos我?<br />
但是我访问服务器速度还可以,CPU也不高,并不是特别慢.<br />
应该不是有人D我,但是这么高的数字,让人害怕,担心是不是网卡坏了,<br />
顺着查,是否有网站有不正常的流量.<br />
竟然发现了,这个网站dede内核的.<br />
被挂了马,并且挂了Ddos的代码,是攻击别人的,我的机器竟成了攻击源.<br />
清理了.DEDECMS上传漏洞确实是有,稍不小心就被利用了.官方的补丁一定要及时更新.<br />
从服务器上设置一下安全,应该可以抵抗一下.<br />
不要再来了.挂马的偷偷的弄点小动作就过去了,这样一下子影响到整个服务器肯定会被发现的.</p>
]]></content:encoded>
			<wfw:commentRss>http://fugui.in/1108.aspx/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>windows 2003防御DDoS攻击</title>
		<link>http://fugui.in/637.aspx</link>
		<comments>http://fugui.in/637.aspx#comments</comments>
		<pubDate>Thu, 01 Jul 2010 14:58:05 +0000</pubDate>
		<dc:creator>PHP</dc:creator>
				<category><![CDATA[互联网观察]]></category>
		<category><![CDATA[ddos]]></category>
		<category><![CDATA[SYN Flood]]></category>
		<category><![CDATA[攻击]]></category>

		<guid isPermaLink="false">http://fugui.in/?p=637</guid>
		<description><![CDATA[被SYN Flood 攻击困扰了一个多月了，攻击2天，再停2天，然后继续。 搜索一些阻止攻击的资料，几乎讲的都是攻击的原理和预防的原理，还有一堆一堆的关于SYN FLOOD的论文，分析的一堆一堆的不知道从哪复制的原理，却没有一个实际应该从哪操作的实际做法。 百度里搜索了半天都是复制的那些“高深的道理”，只好把希望寄托在google了，还好搜到了微软官方的解决办法。 里面写了详细注册表设置。 How to harden the TCP/IP stack against denial of service attacks in Windows Server 2003 英文原版 http://support.microsoft.com/default.aspx?scid=kb;en-us;324270 Google翻译的中文 http://translate.google.com/translate?js=y&#38;prev=_t&#38;hl=en&#38;ie=UTF-8&#38;layout=1&#38;eotf=1&#38;u=http%3A%2F%2Fsupport.microsoft.com%2Fdefault.aspx%3Fscid%3Dkb%3Ben-us%3B324270&#38;sl=en&#38;tl=zh-CN 其中的一个是这样操作的 1。登录到您的Windows服务器 2。转到开始&#62;运行 3。输入regedit，然后单击确定 4。展开如下： + HKEY_LOCAL_MACHINE . + SYSTEM .. + CurrentControlSet &#8230; + Services &#8230;. + Tcpip 5。找到Parameters 点右键 6。选择新建，DWORD值 7。命名为：SynAttackProtect 8。现在右击并选择修改 9。在数值数据输入字段1并单击确定 10. 好了 关闭注册表编辑器就可以了 不知道这样的设置能不能起到防御作用，现在攻击停止了，也没机会测试，等下次攻击再看吧。]]></description>
			<content:encoded><![CDATA[<p>被SYN Flood 攻击困扰了一个多月了，攻击2天，再停2天，然后继续。<br />
搜索一些阻止攻击的资料，几乎讲的都是攻击的原理和预防的原理，还有一堆一堆的关于SYN FLOOD的论文，分析的一堆一堆的不知道从哪复制的原理，却没有一个实际应该从哪操作的实际做法。<br />
百度里搜索了半天都是复制的那些“高深的道理”，只好把希望寄托在google了，还好搜到了微软官方的解决办法。<br />
里面写了详细注册表设置。<br />
How to harden the TCP/IP stack against denial of service attacks in Windows Server 2003<br />
英文原版<br />
<a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;324270">http://support.microsoft.com/default.aspx?scid=kb;en-us;324270</a><br />
Google翻译的中文<br />
<a href="http://translate.google.com/translate?js=y&amp;prev=_t&amp;hl=en&amp;ie=UTF-8&amp;layout=1&amp;eotf=1&amp;u=http%3A%2F%2Fsupport.microsoft.com%2Fdefault.aspx%3Fscid%3Dkb%3Ben-us%3B324270&amp;sl=en&amp;tl=zh-CN">http://translate.google.com/translate?js=y&amp;prev=_t&amp;hl=en&amp;ie=UTF-8&amp;layout=1&amp;eotf=1&amp;u=http%3A%2F%2Fsupport.microsoft.com%2Fdefault.aspx%3Fscid%3Dkb%3Ben-us%3B324270&amp;sl=en&amp;tl=zh-CN</a></p>
<p>其中的一个是这样操作的<span id="more-637"></span><br />
1。登录到您的Windows服务器</p>
<p>2。转到开始&gt;运行</p>
<p>3。输入regedit，然后单击确定</p>
<p>4。展开如下：</p>
<p>+ HKEY_LOCAL_MACHINE<br />
. + SYSTEM<br />
.. + CurrentControlSet<br />
&#8230; + Services<br />
&#8230;. + Tcpip</p>
<p>5。找到Parameters 点右键</p>
<p>6。选择新建，DWORD值<br />
<img class="alignnone" title="SYN flood" src="http://www.webune.com/forums/web/img/webune-com/200808/30p1471-win2003-regedit.jpg" alt="" width="610" height="356" /></p>
<p>7。命名为：SynAttackProtect<br />
8。现在右击并选择修改</p>
<p>9。在数值数据输入字段1并单击确定<br />
10. 好了 关闭注册表编辑器就可以了</p>
<p>不知道这样的设置能不能起到防御作用，现在攻击停止了，也没机会测试，等下次攻击再看吧。</p>
]]></content:encoded>
			<wfw:commentRss>http://fugui.in/637.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>宣传做多了就会被攻击DDOS attack来了</title>
		<link>http://fugui.in/87.aspx</link>
		<comments>http://fugui.in/87.aspx#comments</comments>
		<pubDate>Fri, 18 Dec 2009 23:06:43 +0000</pubDate>
		<dc:creator>PHP</dc:creator>
				<category><![CDATA[互联网观察]]></category>
		<category><![CDATA[我的生活]]></category>
		<category><![CDATA[ddos]]></category>
		<category><![CDATA[美国服务器]]></category>
		<category><![CDATA[美国空间]]></category>

		<guid isPermaLink="false">http://fugui.in/?p=87</guid>
		<description><![CDATA[Hello ****, We have identified a DDOS attack against your domains in s335 server. We we have temporarily suspended all of your accounts and they will remain suspended until could isolate the issue to a single domain. We are sorry for the inconvenience caused. We shall get back to you with more updates soon. Regards, [...]]]></description>
			<content:encoded><![CDATA[<p>Hello ****,</p>
<p>We have identified a DDOS attack against your domains in s335 server.</p>
<p>We we have temporarily suspended all of your accounts and they will remain suspended until could isolate the issue to a single domain.</p>
<p>We are sorry for the inconvenience caused.</p>
<p>We shall get back to you with more updates soon.<br />
Regards,<br />
****<br />
Crucial Paradigm</p>
]]></content:encoded>
			<wfw:commentRss>http://fugui.in/87.aspx/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

