<?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>Ramblings of a Linux Administrator &#187; Linux firewall</title>
	<atom:link href="http://remote-linux-support.com/blog/tag/linux-firewall/feed/" rel="self" type="application/rss+xml" />
	<link>http://remote-linux-support.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 11 Mar 2011 21:24:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>New Article: Web Application Protection- Ways to Protect a Web Application from Hackers</title>
		<link>http://remote-linux-support.com/blog/2010/02/new-article-web-application-protection-ways-to-protect-a-web-application-from-hackers/</link>
		<comments>http://remote-linux-support.com/blog/2010/02/new-article-web-application-protection-ways-to-protect-a-web-application-from-hackers/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 23:10:15 +0000</pubDate>
		<dc:creator>cpace</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Apache security]]></category>
		<category><![CDATA[Linux firewall]]></category>
		<category><![CDATA[web application protection]]></category>

		<guid isPermaLink="false">http://remote-linux-support.com/blog/?p=114</guid>
		<description><![CDATA[I wrote a new article this weekend, titled Web Application Protection- Ways to Protect a Web Application from Hackers.  I wrote this article to help some of my clients, who have asked about the different methods available to prevent an attacker from successfully compromising a web application.  The methods recommended include setting up SSL to [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a new article this weekend, titled <a href="http://linuxconsultant.info/tutorials/web-application-protection-protect-a-web-application-from-hackers.html">Web Application Protection- Ways to Protect a Web Application from Hackers</a>.  I wrote this article to help some of my clients, who have asked about the different methods available to prevent an attacker from successfully compromising a web application.  The methods recommended include setting up SSL to encrypt traffic, using mod_security, and using iptables to block netblocks or domains that would never use the web application (for instance .cn, .af, .lt, .ru, etc).  However, there are a few methods that I didn&#8217;t talk about:</p>
<p><strong>Use .htaccess to further restrict requests to web directories</strong></p>
<p><strong></strong>Using .htaccess files can be a great way to restrict access to a web application, or add a password authentication feature where such a feature does not exist (for instance, to protect a private wiki).  A nice benefit that .htaccess authentication gives us is the ability to authenticate against a MySQL or LDAP database.  Combined with SSLv3 encryption, .htaccess authentication can be very secure.</p>
<p><strong>Snort-Inline</strong></p>
<p>Although I did mention mod_security can be used to firewall the web application (if you are running Apache), another solution is to use <a href="http://snort-inline.sourceforge.net/">Snort-Inline</a> to secure your web application.  Although not for the faint of heart (it&#8217;s fairly easy to make a mistake when installing Snort-Inline, and lock yourself out of the server), Snort-Inline goes above and beyond what mod_security offers.  Acting as a Network Intrusion Prevention system, Snort-Inline doesn&#8217;t stop at just filtering web application attacks, but can also be extended to monitor practically every major server software solution.</p>
<p>Hopefully, these tips will have helped out both clients and readers alike- in today&#8217;s world of automated bot scans and worms, it is far too common that web applications are exploited.  Some of these measures will mean the difference between a successful compromise, and a harmless attempt.</p>
<p>Here is the article:<br />
<a href="http://linuxconsultant.info/tutorials/web-application-protection-protect-a-web-application-from-hackers.html">http://linuxconsultant.info/tutorials/web-application-protection-protect-a-web-application-from-hackers.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://remote-linux-support.com/blog/2010/02/new-article-web-application-protection-ways-to-protect-a-web-application-from-hackers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

