<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Don&#8217;t forget about your Blog!</title>
	<atom:link href="http://securitymusings.com/article/399/dont-forget-about-your-blog/feed" rel="self" type="application/rss+xml" />
	<link>http://securitymusings.com/article/399/dont-forget-about-your-blog</link>
	<description>Rants and raves from information security professionals</description>
	<lastBuildDate>Fri, 03 Feb 2012 13:03:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: William</title>
		<link>http://securitymusings.com/article/399/dont-forget-about-your-blog/comment-page-1#comment-210</link>
		<dc:creator>William</dc:creator>
		<pubDate>Thu, 21 Aug 2008 14:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://securitymusings.com/?p=399#comment-210</guid>
		<description>Or you could use your web servers config such as apache:

RewriteEngine On

Options +FollowSymLinks

ServerSignature Off



RewriteCond %{REQUEST_METHOD}  ^(HEAD&#124;TRACE&#124;DELETE&#124;TRACK) [NC,OR]

RewriteCond %{THE_REQUEST}     ^.*(\\r&#124;\\n&#124;%0A&#124;%0D).* [NC,OR]



RewriteCond %{HTTP_REFERER}    ^(.*)(&#124;&#039;&#124;%0A&#124;%0D&#124;%27&#124;%3C&#124;%3E&#124;%00).* [NC,OR]

RewriteCond %{HTTP_COOKIE}     ^.*(&#124;&#039;&#124;%0A&#124;%0D&#124;%27&#124;%3C&#124;%3E&#124;%00).* [NC,OR]

RewriteCond %{REQUEST_URI}     ^/(,&#124;;&#124;:&#124;&#124;&quot;&gt;&#124;&quot;&lt;&#124;/&#124;\\\.\.\\).{0,9999}.* [NC,OR]



RewriteCond %{HTTP_USER_AGENT} ^$ [OR]

RewriteCond %{HTTP_USER_AGENT} ^(java&#124;curl&#124;wget).* [NC,OR]

RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp&#124;HTTrack&#124;clshttp&#124;archiver&#124;loader&#124;email&#124;harvest&#124;extract&#124;grab&#124;miner).* [NC,OR]

RewriteCond %{HTTP_USER_AGENT} ^.*(libwww-perl&#124;curl&#124;wget&#124;python&#124;nikto&#124;scan).* [NC,OR]

RewriteCond %{HTTP_USER_AGENT} ^.*(&#124;&#039;&#124;%0A&#124;%0D&#124;%27&#124;%3C&#124;%3E&#124;%00).* [NC,OR]



RewriteCond %{QUERY_STRING}    ^.*(;&#124;&#124;&#039;&#124;&quot;&#124;\)&#124;%0A&#124;%0D&#124;%22&#124;%27&#124;%3C&#124;%3E&#124;%00).*(/\*&#124;union&#124;select&#124;insert&#124;cast&#124;set&#124;declare&#124;drop&#124;update&#124;md5&#124;benchmark).* [NC,OR]

RewriteCond %{QUERY_STRING}    ^.*(localhost&#124;loopback&#124;127\.0\.0\.1).* [NC,OR]

RewriteCond %{QUERY_STRING}    ^.*\.[A-Za-z0-9].* [NC,OR]

RewriteCond %{QUERY_STRING}    ^.*(&#124;&#039;&#124;%0A&#124;%0D&#124;%27&#124;%3C&#124;%3E&#124;%00).* [NC]



RewriteRule ^(.*)$ security_access_log.php</description>
		<content:encoded><![CDATA[<p>Or you could use your web servers config such as apache:</p>
<p>RewriteEngine On</p>
<p>Options +FollowSymLinks</p>
<p>ServerSignature Off</p>
<p>RewriteCond %{REQUEST_METHOD}  ^(HEAD|TRACE|DELETE|TRACK) [NC,OR]</p>
<p>RewriteCond %{THE_REQUEST}     ^.*(\\r|\\n|%0A|%0D).* [NC,OR]</p>
<p>RewriteCond %{HTTP_REFERER}    ^(.*)(|&#8217;|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR]</p>
<p>RewriteCond %{HTTP_COOKIE}     ^.*(|&#8217;|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR]</p>
<p>RewriteCond %{REQUEST_URI}     ^/(,|;|:||&#8221;&gt;|&#8221;&lt;|/|\\\.\.\\).{0,9999}.* [NC,OR]</p>
<p>RewriteCond %{HTTP_USER_AGENT} ^$ [OR]</p>
<p>RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget).* [NC,OR]</p>
<p>RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner).* [NC,OR]</p>
<p>RewriteCond %{HTTP_USER_AGENT} ^.*(libwww-perl|curl|wget|python|nikto|scan).* [NC,OR]</p>
<p>RewriteCond %{HTTP_USER_AGENT} ^.*(|&#8217;|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR]</p>
<p>RewriteCond %{QUERY_STRING}    ^.*(;||&#8217;|&#8221;|\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(/\*|union|select|insert|cast|set|declare|drop|update|md5|benchmark).* [NC,OR]</p>
<p>RewriteCond %{QUERY_STRING}    ^.*(localhost|loopback|127\.0\.0\.1).* [NC,OR]</p>
<p>RewriteCond %{QUERY_STRING}    ^.*\.[A-Za-z0-9].* [NC,OR]</p>
<p>RewriteCond %{QUERY_STRING}    ^.*(|&#8217;|%0A|%0D|%27|%3C|%3E|%00).* [NC]</p>
<p>RewriteRule ^(.*)$ security_access_log.php</p>
]]></content:encoded>
	</item>
</channel>
</rss>

