Blog

News WordPress

Tips for protecting your website from hackers

Publishing your website on the Internet is like opening the door of your business, leaving the office and safe doors in the back unlocked: Most of the people visiting your business never even know that your data is there, or how to access it after they walk in.

Occasionally, you will find someone with malicious intent who will walk in wanting to steal your data. That is why you have locks on doors and safes.

Your website is no exception, although you will never see anyone come in unless you have protection systems in place. Digital thieves are invisible and fast, searching through your website for details of customers’ accounts and credit card information.

You have a legal obligation to protect this data from theft and to report security breaches that occur.

Theft is not the only thing on the mind of a hacker: Chaos and destruction are major motivators. Hackers may simply want to destroy your records, put an awful message on your customers’ screens–or destroy your reputation.

You can’t undo the damage done by a hacker, but you can take steps to prevent it. Even the most basic protection can discourage many hackers–enough to make them go looking for easier victims somewhere else. Thieves are more likely to steal from people who leave their doors unlocked.

1. Stay updated.

You need to stay up to date with hacking threats. If you have at least a basic knowledge of what is possible, then you can protect your website against it. Follow updates at a tech site such as The Hacker News. Use the information you gain to put fresh precautions in place when necessary.

2. Toughen up access control.

The admin level of your website is an easy way into everything you don’t want a hacker to see. Enforce usernames and passwords that cannot be guessed.

Change the default database prefix from “wp_” to something random and much harder to guess.

Limit the number of login attempts within a certain time, even with password resets, because email accounts can be hacked as well. Never send login details by email, in case an unauthorized user has gained access to the account.

3. Update everything.

Updates cost software companies money. They only do it when necessary, yet many people who use the software do not install updates immediately.

If the reason behind the update is a security vulnerability, delaying an update exposes you to attack in the interim period. Hackers can scan thousands of websites every hour, looking for vulnerabilities that will allow them to break in.

They network, too, so if one hacker knows how to get into a given software platform, then hundreds of other hackers know as well.

4. Tighten network security.

Computer users in your office may be inadvertently providing an easy access route to your website servers. Ensure that:

  • Logins expire after a short period of inactivity.
  • Passwords are changed frequently.
  • Passwords are strong and NEVER written down.
  • All devices plugged into the network are scanned for malware each time they are attached.

5. Install a web application firewall.

A web application firewall (WAF) can be software or hardware based. It sits between your website server and the data connection and reads every bit of data passing through it.

Most of the modern WAFs are cloud-based and are provided as a plug-and-play service, for a modest monthly subscription fee.

Basically, the cloud service is deployed in front of your server, where it serves as a gateway for all incoming traffic. Once installed, the web application firewall provides complete peace of mind, by blocking all hacking attempts and also filtering out other types of unwanted traffic, like spammers and malicious bots.

6. Install security applications.

While not as effective as a full blown WAF, there are some free and paid security applications that you can install that will make life a bit more difficult for hackers.

In fact, even some free plugins such as Acunetix WP Security can provide an additional level of protection by hiding the identity of your website CMS.

By doing so, this tool makes you more resilient against automated hacking tools that scout the web, looking for WordPress sites with specific build and version, which has one or more known vulnerabilities.

7. Hide admin pages.

You don’t want your admin pages to be indexed by search engines, so you should use the robots.txt file to discourage search engines from listing them.

If they are not indexed, then they are harder for hackers to find. This tutorial from SEObook.com is all the help you will need to do this.

8. Limit file uploads.

File uploads are a major concern. No matter how thoroughly the system checks for them, bugs can still get through and allow a hacker unlimited access to your site’s data.

The best solution is to prevent direct access to any uploaded files. Store them outside the root directory and use a script to access them when necessary. Your web host will probably help you to set this up.

9. Use SSL.

Use an encrypted SSL protocol to transfer users’ personal information between the website and your database. This will prevent the information being read in transit or accessed without the proper authority.

10. Remove form auto-fill.

When you leave auto-fill enabled for forms on your website, you leave it vulnerable to attack from any user’s computer or phone that has been stolen. You should never expose your website to attacks that utilize the laziness of a legitimate user.

11. Back-up frequently.

Just in case the worst happens anyway, keep everything backed-up. Back up on-site, back up off-site, and back up everything multiple times a day.

Every time a user saves a file it should automatically back up in multiple locations. Backing up once a day means that you lose that day’s data when your hard drive fails. Remember that every hard drive will fail.

12. You can’t hide your code.

You can buy software that says it will hide the code on your webpages. It doesn’t work.

Browsers need access to your code in order to render your website pages, so there are simple ways to get around web-page “encryption.”

Disabling “right-click” as a way to view your website code is really annoying to users because it also disables every other, legitimate “right-click” function, and there are simple workarounds that every hacker knows anyway.

I suggest that you read this article on HTMLgoodies.com to get a more in-depth explanation of why you shouldn’t (and can’t) hide your code.

Contact Us