<?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>dDoS &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/ddos/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.smsoft.it</link>
	<description>consigli settimanali su MacOS, GNU/Linux ed Open Source</description>
	<lastBuildDate>Sat, 07 Apr 2012 09:09:28 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=67373</generator>
	<item>
		<title>Arginare un attacco dDoS verso un sito web con iptables</title>
		<link>https://blog.smsoft.it/2012/04/07/arginare-un-attacco-ddos-verso-un-sito-web-con-iptables/</link>
					<comments>https://blog.smsoft.it/2012/04/07/arginare-un-attacco-ddos-verso-un-sito-web-con-iptables/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 07 Apr 2012 09:09:28 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Sicurezza]]></category>
		<category><![CDATA[dDoS]]></category>
		<category><![CDATA[iptables]]></category>
		<guid isPermaLink="false">http://blog.smsoft.it/?p=1804</guid>

					<description><![CDATA[In caso di attacco dDoS verso un sito web, generalmente apache ne risente, perché c&#8217;è un overloads del server web. A volte si può provare con mod_dosevasive ma comunque è sempre il apache in questo caso che gestisce le richieste, portanto ad un rallentamento del servizio. In questo caso, si può provare a bloccare le ... <a title="Arginare un attacco dDoS verso un sito web con iptables" class="read-more" href="https://blog.smsoft.it/2012/04/07/arginare-un-attacco-ddos-verso-un-sito-web-con-iptables/" aria-label="Per saperne di più su Arginare un attacco dDoS verso un sito web con iptables">Leggi tutto</a>]]></description>
										<content:encoded><![CDATA[<p>In caso di attacco <strong>dDoS</strong> verso un sito web, generalmente apache ne risente, perché c&#8217;è un overloads del server web. A volte si può provare con  <strong>mod_dosevasive</strong> ma comunque è sempre il apache in questo caso che gestisce le richieste, portanto ad un rallentamento del servizio.<br />
In questo caso, si può provare a bloccare le richieste verso il sito, alla fonte, ovvero direttamente con il nostro firewall <strong>iptables</strong>. Ipotizzando di voler bloccare le richieste verso il nostro sito www.dominio.com, si possono attivare le seguenti due regole:</p><pre class="urvanov-syntax-highlighter-plain-tag">iptables -I INPUT 1 -p tcp --dport 80 -m string --string "domain.com" --algo kmp -j DROP
ip6tables -I INPUT 1 -p tcp --dport 80 -m string --string "domain.com" --algo kmp -j DROP</pre><p></p>
<p>enjoy!</p>
<pre>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2012/04/07/arginare-un-attacco-ddos-verso-un-sito-web-con-iptables/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
