<?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>Web Hosting Geeks' Blog - News, Trends, Discussions. &#187; hacking</title>
	<atom:link href="http://webhostinggeeks.com/blog/tag/hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://webhostinggeeks.com/blog</link>
	<description>Web hosting blog - industry news, trends, products and discussions.</description>
	<lastBuildDate>Fri, 19 Mar 2010 18:36:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>False User Authentication: A Common Hacking Tactic</title>
		<link>http://webhostinggeeks.com/blog/2010/02/01/false-user-authentication-a-common-hacking-tactic/</link>
		<comments>http://webhostinggeeks.com/blog/2010/02/01/false-user-authentication-a-common-hacking-tactic/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 23:51:03 +0000</pubDate>
		<dc:creator>CommunicateBetter</dc:creator>
				<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[brute force attack]]></category>
		<category><![CDATA[de-captcha]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking tactic]]></category>
		<category><![CDATA[HTTP protocol]]></category>
		<category><![CDATA[intruder]]></category>
		<category><![CDATA[login information]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[security measure]]></category>
		<category><![CDATA[user authentication]]></category>
		<category><![CDATA[username]]></category>

		<guid isPermaLink="false">http://webhostinggeeks.com/blog/?p=731</guid>
		<description><![CDATA[User authentication is an important security measure put in place to protect your website and it&#8217;s applications, however this very same system can be used to a hacker&#8217;s advantage as well. When your website&#8217;s users require access to a certain area of the site, they must provide their login information (username and password) to prove [...]]]></description>
			<content:encoded><![CDATA[<p>User authentication is an important security measure put in place to protect your website and it&#8217;s applications, however this very same system can be used to a hacker&#8217;s advantage as well. When your website&#8217;s users require access to a certain area of the site, they must provide their login information (username and password) to prove that they are an authentic member of your website. Once the identity of the user has been validated based on the provided information, the authentication application then grants them access to that area of the site. While this helps to deter the novice hacker, a more advanced intruder can use simple HTTP protocol to circumvent this process and gain access to sensitive ares of  your website.</p>
<p><strong>What Can Happen</strong></p>
<p>A hacker can use the authentication process to invade a member area by falsely convincing the authentication application that they are indeed a valid user. If the hacker only has the ability to  access  your website as a standard user, then the damage they can inflict will be minimal.  However, if the hacker can gain administrative access to your website, they can take complete control of the website and all of it&#8217;s stored data in a very short period of time, usually within an hour or two. Of course this could be a potentially fatal situation to your online business, especially if they gain access to critical financial information.</p>
<p><strong>The Process of False User Authentication</strong></p>
<p>Usually the process begins with the hacker finding the login screen where they can enter the necessary  information to complete authentication. Once they&#8217;ve found the location of the authentication login page, they can then enter the URL of the login page into a hacking software that will repeatedly enter random information into both fields until a working combination is found. Many times the hacker will simply try this process manually before resorting to using the automated software. For this reason it is important that you do not use a simple or default administrator username and password such as “admin” or “1234.”  When the hacker uses an automated program to bypass user authentication, it is known as a “brute force attack.”</p>
<p><strong>Preventing and Combating False User Authentication</strong></p>
<p>Hackers use tools that return error codes and other information from the web server to find out when their attacks are working, essentially repeating the process in a trial and error fashion until no error message is returned. One way to keep hackers from accomplishing this is to adjust the server configuration to generate an “HTTP 200 OK” response whenever an unexpected request is ordered. Effectively this will make it very hard for the hacker to understand which attempts work and which attempts were denied. Another effective way to prevent brute force attacks is to place random phrases that must be re-entered by the user requesting access. This is called a “De-captcha” and it can be downloaded as an application and used in conjunction with your control panel. De-captcha tools make the process of false user authentication very difficult to bypass for most hackers.</p>
]]></content:encoded>
			<wfw:commentRss>http://webhostinggeeks.com/blog/2010/02/01/false-user-authentication-a-common-hacking-tactic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Simple Website Safety Tips</title>
		<link>http://webhostinggeeks.com/blog/2009/12/30/five-simple-website-safety-tips/</link>
		<comments>http://webhostinggeeks.com/blog/2009/12/30/five-simple-website-safety-tips/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 18:19:42 +0000</pubDate>
		<dc:creator>CommunicateBetter</dc:creator>
				<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[backup website]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[New York Times]]></category>
		<category><![CDATA[password protecton]]></category>
		<category><![CDATA[security breach]]></category>
		<category><![CDATA[security breaches]]></category>
		<category><![CDATA[security measures]]></category>
		<category><![CDATA[server logs]]></category>
		<category><![CDATA[vulnerable website]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://webhostinggeeks.com/blog/?p=685</guid>
		<description><![CDATA[Google, Microsoft, and The New York Times are just a few of many big names that have suffered notable security breaches in recent times.  Hacking has become an industry all its own and there is a lot of money to be made for unscrupulous characters who are good at it.  While there is a good [...]]]></description>
			<content:encoded><![CDATA[<p>Google, Microsoft, and The New York Times are just a few of many big names that have suffered notable security breaches in recent times.  Hacking has become an industry all its own and there is a lot of money to be made for unscrupulous characters who are good at it.  While there is a good chance your website is safe and secure, there is also the possibility that it is vulnerable and open to a wide range of threats.  Unfortunately, many new customers have the presumption that just because they have signed up with a well known web hosting firm, they are automatically protected from a security breach.  They believe that the host will handle all the security measures while they sit back and simply maintain their website.  It is this type of thinking that could make you an easy victim.  In fact, your best defense against a security breach involves taking the necessary measures to protect yourself.</p>
<p><strong>A Little Common Sense Goes a Long </strong></p>
<p>While many security software solutions exist, some of the best ways to defend yourself can be summed up to applying common sense.  Here are five simple tips to help keep your website safe and secure:</p>
<p><strong>1.) Smart E-commerce</strong> &#8211; If you plan to sale goods or services through a shopping cart, make sure that the software used is properly figured and secured.  If you do not possess this knowledge, bring someone on board who does.</p>
<p><strong>2.) Password Protection</strong> &#8211; Use secure passwords for all of your website applications that require a login.  This goes for everything from your control panel to CMS software.  A good rule of thumb is to use a combination of numbers, letters and symbols, in addition to never using something that others can associate with you for a password.</p>
<p><strong>3.) Monitor Your Server Logs</strong> &#8211; By checking your server logs on a regular basis, you may be able to identify strange or unusual activity.  Because knowing what to look for can be difficult, many software solutions exist that will do the job for you.  These programs analyze your log files and automatically send alerts if strange behavior is detected.</p>
<p><strong>4.) Update Your Web Applications -</strong> An outdated web application is one of the most vulnerable points of a website.  Hackers are constantly working on new ways to compromise security so if your applications are not up to date, you could be exploited.  Also keep in mind that most updates consist of critical upgrades that address known security issues.</p>
<p><strong>5.) Backup Your Website</strong> &#8211; Because no website is ever 100% secure, it would be wise to frequently backup your site and all the files its contains.  Don’t overlook this.  Not only do hackers target websites, but entire web servers.  If the server your site resides on is compromised, you could possibly lose everything you worked so hard to build.  Regular backups give you the assurance that your website data can be restored should a disaster occur.  Be sure to keep a copy of your backup in a location other than your hard drive just in case ill fate happens to strike your computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://webhostinggeeks.com/blog/2009/12/30/five-simple-website-safety-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Authentication Hacking: Is Your Site Vulnerable?</title>
		<link>http://webhostinggeeks.com/blog/2009/11/26/authentication-hacking-is-your-site-vulnerable/</link>
		<comments>http://webhostinggeeks.com/blog/2009/11/26/authentication-hacking-is-your-site-vulnerable/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 17:12:53 +0000</pubDate>
		<dc:creator>CommunicateBetter</dc:creator>
				<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[authentication hacking]]></category>
		<category><![CDATA[Brutus]]></category>
		<category><![CDATA[cross site forgery]]></category>
		<category><![CDATA[cross site scripting]]></category>
		<category><![CDATA[exploitation]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking techniques]]></category>
		<category><![CDATA[login credentials]]></category>
		<category><![CDATA[securing a website]]></category>
		<category><![CDATA[security hole]]></category>
		<category><![CDATA[SQL injection]]></category>
		<category><![CDATA[WebCracker]]></category>

		<guid isPermaLink="false">http://webhostinggeeks.com/blog/?p=637</guid>
		<description><![CDATA[Authentication plays an important part in securing a website and its applications.  It works by authenticating and verifying a user’s identity and then either denying or providing them with specific privileges to a system based on the username and password they enter against the established credentials.  Though it adds an extra layer of protection, authentication [...]]]></description>
			<content:encoded><![CDATA[<p align="left">Authentication plays an important part in securing a website and its applications.  It works by authenticating and verifying a user’s identity and then either denying or providing them with specific privileges to a system based on the username and password they enter against the established credentials.  Though it adds an extra layer of protection, authentication is quite vulnerable to exploitation.  In most cases, this type of attack does not originate from a security hole in the web server or operating system software.  It actually targets weak passwords and vulnerable areas of the network itself.</p>
<p align="left">
<p align="left">By successfully hacking the authentication session, an attacker can log into the system as a known and valid user, which provides them with whatever privileges the victimized user has been assigned by the administrator.  This means that the intruder could only have access to certain information, or global access across the entire system, the latter of which could possibly give them control of the application or website itself.  At this point, the attacker can stir up a lot of trouble.</p>
<p align="left">
<p align="left"><strong>Tools of the Trade </strong></p>
<p align="left">
<p align="left">Most attackers attempt to gain access via the application’s login screen that requests a username and password to enter the system.  This calls for them to match the correct login credentials that application recognizes as valid and hopefully has the highest level of privileges in the system.  While this is not the most sophisticated attack, password cracking can prove to be one of the most effective methods a hacker uses to cripple an authentication scheme.  This common technique can be executed manually or automatically with special software, which makes guessing the password much easier.</p>
<p align="left">
<p align="left">If the attacker has no success at password guessing, their next step usually involves automated tools such as Brutus and WebCracker, which unfortunately, are widely available on the web.  These custom applications are designed to defeat authentication and penetrate the target system using a list of predefined usernames and passwords.  However, they are best known for employing dictionary attacks and brute force.  Hence the name, a dictionary attack utilizes a pre-formulated list of common words in a dictionary to compromise web applications, trying thousands of combinations to determine the correct username and password.  Brute force is a technique used to break a cryptographic scheme by consistently trying a large number and  sometimes all, possible keys to decrypt an encrypted password.  Both have proven to be very effective at guessing weak passwords and bypassing authentication.</p>
<p align="left">
<p align="left"><strong>Prevention and Protection</strong></p>
<p align="left">
<p align="left">Stopping an authentication attack can be very difficult.  Especially when factoring in all the sophisticated hacking techniques and tools on the black market.  Fortunately, there is a way to test the strength and overall effectiveness of your authentication methods.  One of the most reliable is authentication testing, a feature commonly found in web vulnerability scanners.  These applications are generally easy to use and configure for automatically testing all the applications within your site that require authentication.  Furthermore, most also scan for other common exploits such as SQL injection, cross site scripting and cross site forgery.</p>
<p align="left">
<p align="left">
]]></content:encoded>
			<wfw:commentRss>http://webhostinggeeks.com/blog/2009/11/26/authentication-hacking-is-your-site-vulnerable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack-Proofing Your Dedicated Server</title>
		<link>http://webhostinggeeks.com/blog/2009/07/20/hack-proofing-your-dedicated-server/</link>
		<comments>http://webhostinggeeks.com/blog/2009/07/20/hack-proofing-your-dedicated-server/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 18:32:43 +0000</pubDate>
		<dc:creator>CommunicateBetter</dc:creator>
				<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[brute force]]></category>
		<category><![CDATA[DDoS]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[intrusion protection]]></category>
		<category><![CDATA[kernel patch]]></category>
		<category><![CDATA[malicious traffic]]></category>
		<category><![CDATA[security threat]]></category>
		<category><![CDATA[walware]]></category>

		<guid isPermaLink="false">http://webhostinggeeks.com/blog/?p=430</guid>
		<description><![CDATA[Having a dedicated server is one of the true signs that you have made it as a small to medium sized business owner.  Unfortunately, it also makes you a likely target of hacking and other security threats.  Securing any machine equipped with a web or application server is a huge challenge, one you may not [...]]]></description>
			<content:encoded><![CDATA[<p align="left">Having a dedicated server is one of the true signs that you have made it as a small to medium sized business owner.  Unfortunately, it also makes you a likely target of hacking and other security threats.  Securing any machine equipped with a web or application server is a huge challenge, one you may not be able to overcome alone.  You need to worry about everything from your email and FTP communications to OS and kernel patches.  And let’s not forget about those web technologies that can bring you so much functionality along with a lot of grief when not properly secured.  This web-based world we live in can be very hazardous to any business so if you want to protect your server, we suggest paying close attention to the contents of this article.</p>
<p align="left">
<p align="left"><strong>Must-Have Defenses</strong></p>
<p align="left">
<p align="left">Securing a dedicated server begins with creating a two-layer bullet proof vest to deflect the attempts of the enemy.  Two of the most effective weapons to carry into battle: firewall and intrusion protection technology.  With a firewall, your server will be able to fight off common exploits such as DDoS (distributed denial of service) and brute force attacks.  Usually originating from multiple unsecured, enslaved machines, the dreaded DDoS attack will slam your dedicated server with awful amounts of insignificant traffic, overwhelming critical resources and rendering the hardware inaccessible to legitimate users.  A quality firewall with good configurations will enforce rules that filters access and blocks malicious traffic while allowing legitimate traffic to pass.  This is all done in a way that reduces latency and slow moving processes, so it all appears transparent to the end-user.</p>
<p align="left">
<p align="left">Though similar in a nature, intrusion detection and prevention takes a more advanced approach towards server security.  This technology blocks malicious traffic right at the source, locking compromised hosts in a quarantine area all while routing genuine user traffic in a quick and efficient manner.  If a firewall represents your first line of defense, then intrusion protection serves as your behind enemy lines mechanism.  This powerful combination allows you to shift security measures from a reactive to proactive aspect.</p>
<p align="left">
<p align="left"><strong>Don’t Stop There</strong></p>
<p align="left">
<p align="left">While the implementation of firewalls and intrusion protection make good first steps, one should keep in might that this isn’t the set it and forget it type of deal.  In order to stay ahead of the hackers, malware coders and corporate saboteurs you must consistently employ vigilance as well as frequent updates of your patches, blacklists, filters and other vital elements.  Purchasing and installing a few security devices and applications can be viewed as the easy part.  Managing them with efficiency is an entirely different story.</p>
<p align="left">
<p align="left">Because properly securing a dedicated server is cost prohibitive for most small and medium sized organizations, you may want to consider a managed service to help keep the intruders away.   Managed hosting is the often overlooked aspect of a dedicated server that could spell the difference between running a successful business, or going down because of a major security breach.  If you are not sure where you stand on server security, consult your IT team or speak with a professional firm for guidance.</p>
<p align="left">
]]></content:encoded>
			<wfw:commentRss>http://webhostinggeeks.com/blog/2009/07/20/hack-proofing-your-dedicated-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Your Business Website Secure?</title>
		<link>http://webhostinggeeks.com/blog/2009/04/14/is-your-business-website-secure/</link>
		<comments>http://webhostinggeeks.com/blog/2009/04/14/is-your-business-website-secure/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 15:38:51 +0000</pubDate>
		<dc:creator>CommunicateBetter</dc:creator>
				<category><![CDATA[About Web Hosting]]></category>
		<category><![CDATA[crimes]]></category>
		<category><![CDATA[cyber crime]]></category>
		<category><![CDATA[data backups]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[infections]]></category>
		<category><![CDATA[scams]]></category>
		<category><![CDATA[secure website]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://webhostinggeeks.com/blog/?p=287</guid>
		<description><![CDATA[People are using the internet to commit malicious crimes everyday.  And while virus infections and scams pose a significant threat, one of the biggest problems of all is website hacking.  If you&#8217;re running a business online, losing sensitive data to a security breach could be enough to shut you down for good.  If you truly [...]]]></description>
			<content:encoded><![CDATA[<p align="left">People are using the internet to commit malicious crimes everyday.  And while virus infections and scams pose a significant threat, one of the biggest problems of all is website hacking.  If you&#8217;re running a business online, losing sensitive data to a security breach could be enough to shut you down for good.  If you truly want to know how secure your business website, we suggest posing the following questions to yourself:</p>
<p align="left">
<p align="left"><strong>What are your trying to secure?</strong> For most companies, this includes confidential data such as customer records and payroll information.  However, you shouldn&#8217;t forget all the essentials like staff morale and most importantly, your company&#8217;s reputation.</p>
<p align="left">
<p align="left"><strong>What are your risks?</strong> The scope of today&#8217;s threat model is larger than it has ever been.  Not only do you have to worry about malicious software and hackers, but internal theft and physical threats as well.</p>
<p align="left">
<p align="left"><strong>Who is responsible for security?</strong> Do you have an experienced system administrator or are you going at it alone?  Many companies leave themselves wide open all because they do not have the internal resources needed to enable adequate security.</p>
<p align="left">
<p align="left"><strong>What are your doing about security? </strong> What are your plans for security?  Have you installed the appropriate software technologies to protect your network?  Are you enforcing security policies and training staff to make sure they know the risks?</p>
<p align="left">
<p align="left">Making sure your business website can be a full-time job.  Fortunately, there are several preventive measures that can be taken to prevent a disaster.  While some of it only seems practical, far too many companies overlook the intangibles and increase their likelihood of being victimized.  This checklist will help you understand what you need to do right now to start protecting your business.</p>
<p align="left">
<p align="left"><strong>Invest in Physical Security </strong>- While cyber crimes have become highly sophisticated, the easiest way to disrupt any business is to still their PC or server.  You can make this far more difficult by physically locking your office and coupling that with motion detectors and alarms.</p>
<p align="left">
<p align="left"><strong>Frequent Backups </strong>- The importance of data backups is something that just can&#8217;t be stressed enough.  Even is disaster does strike, you can ensure a speedy recovering by regularly backing up critical data and storing it in an off site location.</p>
<p align="left">
<p align="left"><strong>Implement Access Controls</strong> &#8211; As unfortunate as it is, everyone can&#8217;t be trusted &#8211; even some of the members on your staff. You should only provide employees with access to confidential data on a need-to-know basis in accordance to their role in the organization.  Nothing is guaranteed but this can dramatically minimize the risk of sabotage and data theft.</p>
<p align="left">
<p align="left"><strong>Continuous Training and Policy Enforcement</strong> &#8211; The mere behavior of your staff can be a major security risk.  Make sure your staff has a clear understanding of what they are and are not to be doing online.  Put some policies in place to ensure that everyone is operating with security in mind and come up with some repercussions for those who don&#8217;t comply.</p>
<p align="left">
<p align="left"><strong>Protect Your Website </strong>- When doing business online, the website is what forms the foundation for your organization.  The more you rely on your site, the bigger target it will become.  Therefore, it is critical to do everything to possible to make sure your applications and the site itself is secure.</p>
]]></content:encoded>
			<wfw:commentRss>http://webhostinggeeks.com/blog/2009/04/14/is-your-business-website-secure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fighting Back Against Website Attacks</title>
		<link>http://webhostinggeeks.com/blog/2009/02/19/fighting-back-against-website-attacks/</link>
		<comments>http://webhostinggeeks.com/blog/2009/02/19/fighting-back-against-website-attacks/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 19:47:55 +0000</pubDate>
		<dc:creator>CommunicateBetter</dc:creator>
				<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[insecure application]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://webhostinggeeks.com/blog/?p=207</guid>
		<description><![CDATA[Despite all the advancements that have been made in information security, hacking attacks continue to be a major problem, inflicting damage on some of the biggest companies.  Every year, it seems as if we hear a story where some major company has been hacked and thieved of invaluable information. Although large corporations make better targets, [...]]]></description>
			<content:encoded><![CDATA[<p>Despite all the advancements that have been made in information security, hacking attacks continue to be a major problem, inflicting damage on some of the biggest companies.  Every year, it seems as if we hear a story where some major company has been hacked and thieved of invaluable information. Although large corporations make better targets, small businesses are not exempt from such attacks.   You may feel that the data on your website is not all that confidential or mission-critical, but an ambitious hacker might think otherwise.</p>
<p><strong>What Motivates a Hacker?</strong></p>
<p>Hackers hack websites for a number of reasons.  Some are after personal information while others merely do it for the thrill and gaining stripes in the hacker community.  While every hacker has their own motivation, a successful attack boils down to one factor &#8211; the webmaster&#8217;s lack of knowledge.  Even an intermediate hacker can break into your website, change your home page and steal sensitive information all by downloading readily available tools from the internet.  Whether you are a beginner or seasoned webmaster, the best way to protect yourself against website hacking is knowing how a hacker operates.</p>
<p><strong>A Two-step Approach</strong></p>
<p>The first step a hacker will take is to scan your web applications for any known vulnerabilities.  This can be done with a penetrating test process that is performed either manually are automated by certain programs or scripts.  Finding an insecure application is the most crucial step in any website attack and translates to holes you can&#8217;t afford to leave open.</p>
<p>The next step in website hacking is coming up with an exploit able to take advantage of the vulnerabilities.  There are many exploits but all share the similar goal of allowing an intruder to penetrate your website.  Here is where you need to be aggressive and take steps to prevent an exploit rather than trying to bounce back after the attack.  If you scripted your own applications, you need to go back carefully and look them over to process any modifications that may be needed to the source codes to close the gaps.  When done correctly, you can dramatically reduce the probability of a website attack.</p>
<p><strong>Practicing Website Security</strong></p>
<p>Properly securing your applications is something that can be accomplished even if you are not an expert in the security field or simply do not have the money required to hire a thorough, experienced web developer.  In fact, security knowledge comes at an inexpensive price and is worth looking into when considering that it can keep your website safe.  Basic knowledge can be obtained by keeping yourself informed on the web applications you are using along with all known vulnerabilities that relate to them.  Additionally, you can minimize vulnerabilities by applying the latest updates and patches to your applications and using the best security practices.</p>
<p>Aside from practicing website security, it also a good idea to have a basic understanding of common techniques attackers employ to hack websites.  Some of the most popular methods include SQL injection and cross site scripting to name a few.  The best way to deter the attempts of a savvy hacker is to defeat them with your own knowledge.</p>
]]></content:encoded>
			<wfw:commentRss>http://webhostinggeeks.com/blog/2009/02/19/fighting-back-against-website-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Hackers Hack Websites</title>
		<link>http://webhostinggeeks.com/blog/2009/02/05/why-hackers-hack-websites/</link>
		<comments>http://webhostinggeeks.com/blog/2009/02/05/why-hackers-hack-websites/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:36:15 +0000</pubDate>
		<dc:creator>CommunicateBetter</dc:creator>
				<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[confidential data]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[illegal content]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[spamming]]></category>
		<category><![CDATA[website hacking]]></category>

		<guid isPermaLink="false">http://webhostinggeeks.com/blog/?p=185</guid>
		<description><![CDATA[Security experts and various studies reveal that website hacking is definitely on the rise.  Today&#8217;s hackers are more advanced than ever before, often working together in close-knit communities trading tips and tools with one another.  These twisted individuals take their business serious, having countless online forums where updates are posted daily to help each other [...]]]></description>
			<content:encoded><![CDATA[<p align="left">Security experts and various studies reveal that website hacking is definitely on the rise.  Today&#8217;s hackers are more advanced than ever before, often working together in close-knit communities trading tips and tools with one another.  These twisted individuals take their business serious, having countless online forums where updates are posted daily to help each other get around the latest security mechanism and increase the number of victims.  What makes website hacking so detrimental is that there are so many types of attacks.  In addition, different hackers have different goals in mind.</p>
<p align="left"><strong>Hacking for Sensitive Information </strong></p>
<p align="left">Any who frequents the web can see that almost every website consists of numerous applications.  This goes from simple email forms and login pages to shopping carts and more dynamic creations.  These applications all share the common goal of allowing web surfers to submit and retrieve a given level of personal or sensitive information stored in an underlying database.  When such applications are not secured, you are essentially opening the gate leading to your most confidential data.  Just think if you&#8217;re involved in e-commerce &#8211; those databases probably contain credit card numbers and details regarding your customers.  If a hacker is able to inflict damage, your business could be in great peril.</p>
<p align="left"><strong>Hacking to Steal Bandwidth </strong></p>
<p align="left">Bandwidth is one of the most vital internet resources and plays a major role in the functioning of your website.  Coupled with the expense, the opportunity to conduct illegal business is enough motivation to provoke a website hacking.  A knowledgeable hacker could penetrate a web-based application, leach off a large amount of bandwidth and go on with their illicit activities.  When this occurs, the web hosting provider&#8217;s server is being used to help carry out illegal business without them even realizing it.</p>
<p align="left"><strong>Hacking to Distribute Illegal Content</strong></p>
<p align="left">One of the most common reasons website attacks occur is to accommodate hackers looking to distribute illegal content while leaving no trace of themselves.  This is often done to trade pirated software or even something as disturbing as child pornography.  When these activities are traced by the authorities, the trail only leads back to the website owner who could likely face legal implications, the loss of credibility or worse.</p>
<p align="left"><strong>Hacking for Search Engine Rankings </strong></p>
<p align="left">It is a proven fact that search engines are one of the most effective ways to generate qualified visitors.  Hackers are aware of this as well and will do whatever it takes to get ahead.  Some are so advanced that they have the ability to inject hidden keywords into the websites of unsuspecting owners.  Search engines like Google frown down on such activities and will often penalize anyone caught spamming its database.  In this case, it&#8217;s the victimized website owner.  This is something that could really impact the ability to effectively promote your business.</p>
<p align="left"><strong> </strong></p>
<p align="left"><strong>Protect Your Website </strong></p>
<p align="left">The importance of application security just can&#8217;t be stressed enough.  These are just a few of several factors that motivate hacking and if your website isn&#8217;t secure, you could be the next victim.</p>
]]></content:encoded>
			<wfw:commentRss>http://webhostinggeeks.com/blog/2009/02/05/why-hackers-hack-websites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Browsers Aiding in Website Attacks</title>
		<link>http://webhostinggeeks.com/blog/2008/12/29/browsers-aiding-in-website-attacks/</link>
		<comments>http://webhostinggeeks.com/blog/2008/12/29/browsers-aiding-in-website-attacks/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 16:00:45 +0000</pubDate>
		<dc:creator>CommunicateBetter</dc:creator>
				<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[Active X]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[cross site scripting]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking techniques]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[SQL injection]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[website attack]]></category>

		<guid isPermaLink="false">http://webhostinggeeks.com/blog/?p=133</guid>
		<description><![CDATA[Website attacks are on the rise with intruders using an array of hacking techniques from cross site scripting to SQL injection.  Although careless development and insecure applications play a major role in a site&#8217;s vulnerability, the typical web browser is a contributing factor as well.
Despite the fact that several improvements have been made, none of [...]]]></description>
			<content:encoded><![CDATA[<p>Website attacks are on the rise with intruders using an array of hacking techniques from cross site scripting to SQL injection.  Although careless development and insecure applications play a major role in a site&#8217;s vulnerability, the typical web browser is a contributing factor as well.</p>
<p>Despite the fact that several improvements have been made, none of the top web browsers are completely secure.  Because of this, many web security experts are projecting that website attacks will continue to be an issue.  The combination of enhanced functionality and the lack of adequate security implementations have left a number of browsers vulnerable to sophisticated attacks.  Some researchers are saying that the increasing number of exploits is the direct result of Web 2.0 technologies and advanced web hosting features.</p>
<p><strong>Evolution in Technology Opens Doors to Further Threats</strong></p>
<p>Things were fairly innocent in the early days of the internet when static pages were prevalent, before technologies such as JavaScript and Active X came into play.  Today&#8217;s World Wide Web is dominated by dynamic web-based applications and complex server-side scripting languages, factors that enable browsers to be used in various ways to exploit websites.  Gary McGraw of Cigital, a software security company, agrees that these feature-rich designs have made browsers far less secure, stating that they are structured more like complete operating systems.</p>
<p>This past September Google released Chrome, its new web browser which was immediately faced with stiff competition in the form of Microsoft Internet Explorer, Mozilla Firefox, Apple Safari and Opera.  While internet users have a wide variety of browsers to choose from, the options are still limited in terms of security, including Chrome.  Experts contend that the browser war of who can out do one another in the feature department is what ultimately leads to these security vulnerabilities.</p>
<p>Though quite serious, the security issues associated with today&#8217;s popular web browsers are not attributed to a lack of effort.  Some say that developers are doing all they can but when considering the fact that website attacks such as cross site scripting and cross site request forgery are typically the result of design, these flaws tend to be much harder to fix than bugs found in software code.  Observers suggest that the vulnerabilities are not going to disappear entirely but do stress that browser developers can do more to enhance security.</p>
<p>In general, development teams only have a little time to address browser vulnerabilities before the hacker community is able to discover them.  Developers are being encouraged to practice browser security just like those who make other software products.  This is extremely important as the major web browsers literally have hundred of millions of users.  One solid approach towards website security is standardized authentication, something that would need to be addressed by system administrators.  Another recommendation is for browser developers to design products that alert users when they are being directed to intranet zones such as localhost or RFC1918 as attackers are increasingly targeting internal devices.  Security firms have also predicted that the manner in which data is handled when requests are made between a browser and website should play a critical part in future designs.</p>
]]></content:encoded>
			<wfw:commentRss>http://webhostinggeeks.com/blog/2008/12/29/browsers-aiding-in-website-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
