<?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>FireBlog by FireHost &#187; Drupal Hosting</title>
	<atom:link href="http://www.fireblog.com/tag/drupal-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fireblog.com</link>
	<description>Secure Hosting Blog</description>
	<lastBuildDate>Fri, 16 Dec 2011 00:52:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Improving Security for Open Source Web Applications</title>
		<link>http://www.fireblog.com/security-for-open-source-web-applications/</link>
		<comments>http://www.fireblog.com/security-for-open-source-web-applications/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 13:14:22 +0000</pubDate>
		<dc:creator>FireHost Evangelist</dc:creator>
				<category><![CDATA[Cloud Hosting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Drupal Hosting]]></category>
		<category><![CDATA[open source hosting solutions]]></category>
		<category><![CDATA[protect open source applications]]></category>
		<category><![CDATA[WordPress Security]]></category>

		<guid isPermaLink="false">http://www.fireblog.com/?p=3508</guid>
		<description><![CDATA[As more company websites run on open source applications like Drupal and with corporate blogs powered by WordPress, more victims may suffer from hacks and costly exploits. We’ll highlight some security issues that open source Web applications pose and propose solutions if you’ve considered making open source applications part of your business.]]></description>
			<content:encoded><![CDATA[<p>Some would argue that online security has changed for the worse. As open source Web applications become popular within businesses, they have also become appealing to hackers.</p>
<p>As more company websites run on open source applications like <a href="http://searchsoa.techtarget.com/sDefinition/0,,sid26_gci1298452,00.html">Drupal</a> and with corporate blogs powered by <a href="http://wordpress.com/">WordPress</a>, more victims may suffer from hacks and costly exploits. <a href="http://www.learningjquery.com/">Learning jQuery</a> learned this lesson the hard way. Before they took a serious look at hardening the open source platform, embarrassing and costly attacks wrought havoc. Other companies that haven&#8217;t taken proper precautions to insulate themselves against such threats could face the same fate.</p>
<p>We&#8217;ll highlight some security issues that open source Web applications pose and propose solutions if you&#8217;ve considered making open source applications part of your business.</p>
<p><strong>Common vulnerabilities in open source Web applications</strong></p>
<p>Like you, hackers love that open source Web applications are free and provide easy access given their &#8220;open&#8221; source code. If, for example, a hacker can deploy a script to steal information or take control of a Web application on a single piece of hardware, he can easily reproduce these devastating results to affect multiple users or multiple websites that share the same code base. Here&#8217;s why: </p>
<p><span id="more-3508"></span></p>
<li>Many open source applications depend on older versions of scripting languages that remain subject to exploitation.</li>
<li>Modules plugged into open source applications must be maintained separately from the parent project. Left unpatched, these modules can create problems for the entire application.</li>
<li>Smaller open source projects often go unpatched for long periods of time. This extended window puts your files at high risk for exploitation.</li>
<li>Hackers create bots that specifically target application vulnerabilities. When a tireless army of &#8220;workers&#8221; tries to penetrate code around the clock, exploits are easy to achieve.</li>
<li>Locking down administrative privileges is a common oversight that enables cyber-thieves to easily compromise code.</li>
<li>Procedure calls such as <a href="http://www.xmlrpc.com/">XML-RPC</a> are frequently exploited, and cross-site scripting hacks and <a href="http://searchsoftwarequality.techtarget.com/sDefinition/0,,sid92_gci1003024,00.html">SQL injections</a> commonly cause trouble for open source platforms.</li>
</ul>
<p><strong><!--more-->Locking down open source Web applications<br />
</strong>Knowing is half the battle, and there are many tactics to lock down open source Web applications. To succeed in your online business and gain the trust of end users, proper protection is paramount.</p>
<p>Let&#8217;s use Learning jQuery, a customer of <a href="http://www.firehost.com/">FireHost</a>, as a backdrop for discussing common breaches to open source and what can be done to achieve better protection for the rest of us. They experienced a SQL injection that exploited an open security vulnerability in the database layer of WordPress. WordPress and other content management system (CMS) providers work hard to <a href="http://searchsqlserver.techtarget.com/tip/Prevent-SQL-injection-by-hardening-code">stay ahead of SQL injection vulnerabilities</a> by addressing them proactively via patches. Unfortunately, Learning jQuery&#8217;s site was an early victim of this particular problem.</p>
<p>A number of techniques can help prevent your open source powered web application from falling victim to attacks like these:</p>
<ul>
<li><strong>Application hardening (includes OS and databases) </strong>Operating system and database installations should be completed carefully. Avoid default settings and maintain strict permissions controls. Rewrite file extensions to mask the application type, and remove all unnecessary functions and features to close as many virtual &#8220;holes&#8221; as possible. Additionally, <em>patch, patch, patch</em>. Particularly in an open source environment, updates go far in preventing compromises. The same rules also apply to scripting languages that may be used on your server.</li>
<li><strong>Server hardening </strong>Remove information (such as response headers) that could help a bot or hacker identify the version and type of application running on a server. Patch and perform frequent manual checks of server logs to help identify unusual occurrences.</li>
<li><a href="http://searchenterpriselinux.techtarget.com/tip/Finding-password-weaknesses-in-your-Linux-systems"><strong>Strong passwords and access control</strong></a>Implement passwords containing alphanumeric, uppercase, lowercase and special characters, and never use dictionary terms. Additionally, reset them regularly. Control access to administrative passwords and grant database credentials only on an as-needed basis. Never use an SA or root account for the database user, block all public and port access to site administrator areas, and refrain from opening up a server to any ports, except 80/443 because these ports are required to transmit web pages over HTTP or HTTPS respectively.</li>
<li><strong>System log monitoring </strong>Watch your system logs closely and ensure that no unauthorized login attempts are successful. Run vulnerability audits and scans on your application regularly (quarterly at minimum) to help identify threats, breaches and suspect activity quickly.</li>
</ul>
<p>Cyclically, hackers innovate and adapt while CMS providers just try to keep up. <a href="http://www.owasp.org/index.php/Web_Application_Firewall">Web application firewalls</a> (WAFs) help bridge the gap between hackers&#8217; innovation and CMS providers&#8217; patching. WAFs inspect Web traffic before it can reach the code and block suspect visitors from reaching your services. The ability to block an attack increases exponentially when WAFs team up with intrusion prevention and intrusion detection systems, and other network-level barriers. Had this type of network-layer protection been in place, Learning jQuery&#8217;s site might have never experienced an onslaught of malicious attacks.</p>
<p><strong>Keeping open source Web application breaches at bay</strong></p>
<p>The growth and popularity of open source content management systems have changed the security landscape and made traversing it more perilous. But with the help of a developer or technical engineer experienced in securing Web applications (and their hosting environment), you can implement these methods and keep cyber-thieves at bay. With proper precautions, attention to detail and commitment to maintaining your open source websites, companies that use (or plan to use) open source Web applications can have a successful and fruitful run.<span style="text-decoration: underline;"><br />
</span></p>
<p><span style="text-decoration: underline;">SIDEBAR</span>:</p>
<p><strong>More on web application and Linux security</strong>:</p>
<p><a href="http://searchenterpriselinux.techtarget.com/tip/Installing-the-ModSecurity-Web-application-firewall-on-Red-Hat-Enterprise-Linux">Installing the ModSecurity Web application firewall on Red Hat Enterprise Linux</a></p>
<p><a href="http://searchenterpriselinux.techtarget.com/tip/Common-security-flaws-to-check-for-on-your-Linux-based-Web-systems">Common security flaws to check for on your Linux-based Web systems</a></p>
<p><a href="http://searchenterpriselinux.techtarget.com/tutorial/Linux-security-guide-Linux-open-source-security-tools-and-tips">Linux security guide: Linux, open source security tools and tips</a></p>
<p><a href="http://searchenterpriselinux.techtarget.com/tip/A-look-at-real-world-exploits-of-Linux-security-vulnerabilities">A look at real-world exploits of Linux security vulnerabilities</a></p>
<p><em>A version of this article was published in <a href="http://searchenterpriselinux.techtarget.com/tip/Improving-security-vulnerabilities-in-open-source-Web-applications" target="_blank">TechTarget</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblog.com/security-for-open-source-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireHost Sponsoring DrupalCamp Dallas Aug 1st and 2nd</title>
		<link>http://www.fireblog.com/firehost-sponsoring-drupalcamp-dallas-august-1-2/</link>
		<comments>http://www.fireblog.com/firehost-sponsoring-drupalcamp-dallas-august-1-2/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 14:00:25 +0000</pubDate>
		<dc:creator>FireHost Evangelist</dc:creator>
				<category><![CDATA[FireHost News]]></category>
		<category><![CDATA[drupal camp]]></category>
		<category><![CDATA[drupal conference]]></category>
		<category><![CDATA[Drupal Hosting]]></category>

		<guid isPermaLink="false">http://www.fireblog.com/?p=1767</guid>
		<description><![CDATA[FireHost is a proud sponsor of the DrupalCamp Conference in Dallas, August 1-2. DrupalCamp's mission is to bring Drupal users and developers of all levels together to discuss and connect with other Drupal enthusiasts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1795" title="drupalcamp" src="http://www.fireblog.com/wp-content/uploads/2009/07/drupalcamp.jpg" alt="drupalcamp" width="160" height="160" />FireHost is a proud sponsor of the DrupalCamp Conference in Dallas, August 1-2.</p>
<p>DrupalCamp&#8217;s mission is to bring Drupal users and developers of all levels together to discuss and connect with other Drupal enthusiasts.</p>
<p>A variety of topics will be covered by great Drupal experts attending the conference:</p>
<ul>
<li><a href="http://www.drupalcampdallas.org/" target="_blank">Accelerated Grid Theming &#8211; NineSixty</a>, by Nathan Smith and Todd Nienkerk</li>
<li><a href="http://www.drupalcampdallas.org/" target="_blank">Theming from a Developer&#8217;s Perspective</a>, by Lauren Roth</li>
<li><a href="http://www.drupalcampdallas.org/" target="_blank">Is Drupal Right for My Website</a>, by Lee Raney</li>
</ul>
<p>FireHost will be speaking about Drupal&#8217;s vulnerabilities and offer suggestions on how to secure your Drupal installation at the closing presentation, so make sure you stick around for the whole event. You can view the full event schedule <a href="http://www.drupalcampdallas.org/" target="_blank">here</a>.</p>
<p>Registration is only $30, so reserve your spot at <a href="http://www.drupalcampdallas.org/" target="_blank">drupalcampdallas.org</a> today.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblog.com/firehost-sponsoring-drupalcamp-dallas-august-1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal Open Source Popularity on the Rise</title>
		<link>http://www.fireblog.com/drupal-open-source-popularity-on-the-rise/</link>
		<comments>http://www.fireblog.com/drupal-open-source-popularity-on-the-rise/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 14:00:27 +0000</pubDate>
		<dc:creator>FireHost Evangelist</dc:creator>
				<category><![CDATA[Cloud Hosting]]></category>
		<category><![CDATA[CMS Web Hosting]]></category>
		<category><![CDATA[Content Management Solution]]></category>
		<category><![CDATA[Drupal Hosting]]></category>
		<category><![CDATA[Secure Cloud Hosting]]></category>

		<guid isPermaLink="false">http://www.fireblog.com/?p=838</guid>
		<description><![CDATA[FireHost specializes in protecting websites and open source applications like Drupal from exploitation by malicious hackers. We use advanced web application firewalls, intrusion detection systems, and intrusion sniffing protocols to prevent attacks and exploitation before it starts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1501" title="DrupalRise" src="http://www.fireblog.com/wp-content/uploads/2009/06/DrupalRise.jpg" alt="DrupalRise" width="136" height="315" />Just three years ago, <a href="http://www.drupal.org" target="_blank">Drupal</a> was a little-known, open source content management system (CMS) predominately used by nonprofits and small businesses who were enticed by the ability to create dynamic content for free using Drupal&#8217;s open source software platform. Since then, Drupal has become a staggering success with thousands of professional and casual users around the world.</p>
<p><strong>Drupal&#8217;s Massive Appeal to Companies</strong><br />
The list of entities using Drupal includes large companies, like <a href="http://www.sony.com" target="_blank">Sony</a> and <a href="http://www.warnerbrosrecords.com/" target="_blank">Warner Brothers.</a> Organizations such as <a href="http://www.hrw.org" target="_blank">Human Rights Watch</a> and the federal government&#8217;s <a href="http://www.recovery.org" target="_blank">Recovery.gov</a> use Drupal too. The reasons for Drupal&#8217;s widespread appeal are many. Aside from being completely free to use, Drupal&#8217;s open source nature encourages active enhancement by thousands of developers around the world. The bottom line is simple, Drupal is constantly becoming better and better, without costing a dime.</p>
<p>The vibrant Drupal developer community includes dozens of <a href="http://drupal-camp.org/" target="_blank">&#8220;Drupal Camps&#8221;</a> throughout the world, each with hundreds of attendees. Hosted by experienced Drupal users and developers who volunteer their time and knowledge, these camps are designed to foster innovation of the Drupal platform, educate new users, and spread the use of Drupal among web developers.</p>
<p><span id="more-838"></span></p>
<p><strong>The Downside of Open Source Platforms</strong><br />
As beneficial as Drupal is when developing and managing your website, it is vulnerable to web application exploitation by malicious hackers. Since the Drupal source code is freely available to anyone, hackers have scoured the code for ways to exploit websites that use Drupal. The result can be devastating, including theft of private company and customer information.</p>
<p><strong>FireHost Helps Secure Open Source Solutions</strong><br />
FireHost specializes in protecting websites and open source applications like Drupal from exploitation by malicious hackers. We use advanced web application firewalls, intrusion detection systems, and intrusion sniffing protocols to prevent attacks and exploitation before it starts. Our <a href="http://www.firehost.com/secure-hosting" target="_self">industry leading security</a> measures allow you to confidently embrace all the wonderful aspects of Drupal, without the constant worry that accompanies the threat of malicious attacks.</p>
<p>FireHost is firmly dedicated to the idea every business and individual deserves the opportunity to conduct business and express themselves online without the risk of an attack by a hacker. Using Drupal to develop and manage complex website applications, with the security promise of FireHost, provides dynamic content for your website. To get started, <a href="http://www.firehost.com/company/contact" target="_blank">contact a FireHost Agent today</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblog.com/drupal-open-source-popularity-on-the-rise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure Drupal Hosting</title>
		<link>http://www.fireblog.com/secure-drupal-hosting/</link>
		<comments>http://www.fireblog.com/secure-drupal-hosting/#comments</comments>
		<pubDate>Tue, 05 May 2009 14:00:51 +0000</pubDate>
		<dc:creator>FireHost Evangelist</dc:creator>
				<category><![CDATA[Cloud Hosting]]></category>
		<category><![CDATA[Application Protection]]></category>
		<category><![CDATA[CMS Web Hosting]]></category>
		<category><![CDATA[Drupal Hosting]]></category>
		<category><![CDATA[Secure Cloud Hosting]]></category>

		<guid isPermaLink="false">http://www.fireblog.com/?p=207</guid>
		<description><![CDATA[Using Drupal, your website can provide beneficial features such as an internet forum, blogging platform, customizable layouts, individual user accounts, RSS feeds, and many more exciting possibilities. Since Drupal is an open source application, it is completely free to use, making it essentially priceless. However, like all open source applications, there is one potential drawback. Since it's code is freely available to anyone, hackers have the opportunity to analyze and exploit the code running Drupal. This enables malicious attacks on vulnerable websites when a hosting provider doesn't adequately prevent and protect their clients.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1098" title="drupal-hosting" src="http://www.fireblog.com/wp-content/uploads/2009/05/drupal-hosting.jpg" alt="drupal-hosting" width="229" height="237" />Even if you&#8217;ve never heard of Drupal, there&#8217;s a good chance you&#8217;ve experienced it.</p>
<p><a href="http://drupal.org/" target="_blank">Drupal</a> is a powerful and popular open source CMS (content management system) which enables users to build and showcase dynamic website applications. Becoming a favored tool in website development, Drupal is utilized by thousands of companies, such as <a href="http://research.yahoo.com/" target="_blank">Yahoo</a>, <a href="http://warnerbrothersrecords.com/" target="_blank">Warner Bros</a>, and <a href="http://www.observer.com/" target="_blank">The New York Observer</a>. Equipped with a powerful blend of features, Drupal supports a variety of websites ranging from personal weblogs to large community-driven websites.</p>
<p>By using Drupal plug-ins, your website can provide beneficial features such as an internet forum, blogging platform, customizable layouts, individual user accounts, RSS feeds, and many more exciting possibilities. Since Drupal is an open source application, it is completely free to use, making it essentially a &#8220;priceless&#8221; CMS.</p>
<p><span id="more-207"></span></p>
<p>As with all open source applications however, security can be a drawback. Since Drupal&#8217;s code is readily available to anyone, hackers have an easy opportunity for exploitation and malicious attacks. If your hosting provider doesn&#8217;t provide adequate protection and prevention, your website will be at risk.<span style="background-color: #ffffff;"> </span><span style="background-color: #ffffff;">Traditional firewalls only provide network-layer protection, leaving website applications vulnerable to exploitation. </span><span style="background-color: #ffffff;"><a href="http://www.firehost.com/">FireHost</a> addresses this security risk by providing three layers of application security.</span></p>
<p>For our clients, this means an easily managed and content-rich website thanks to Drupal, and the &#8220;sleep at night&#8221; confidence which comes with FireHost secure hosting. More information on secure Drupal hosting is available on our <a title="Secure Drupal Hosting" href="http://www.firehost.com/secure-hosting/drupal" target="_blank">website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblog.com/secure-drupal-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

