![]() | ![]() | ||||||||
| | #1 |
| Active Warrior Join Date: May 2011 Location: Pakistan
Posts: 40
Thanks: 3
Thanked 1 Time in 1 Post
|
Hi guys, I have my wordpress based blog and once that was hacked by someone and hacker did a pishing attack and finally my blog was reported as attacker and admin suspended my blog. After giving some clarifications, admin reinstate my blog and now i want to secure my wordpress based blog to eleminate of hacking attack. How do i secure my blog to maximum security level? Any advise please? |
| | |
| | |
| | #2 |
| HyperActive Warrior Join Date: Mar 2012
Posts: 181
Thanks: 47
Thanked 5 Times in 5 Posts
|
Don't use "Admin" or "admin" as Admin Username, password should be Upper case+lower case+numbers
|
| | |
| | |
| | #3 |
| Active Warrior Join Date: May 2011 Location: Pakistan
Posts: 40
Thanks: 3
Thanked 1 Time in 1 Post
|
Thank you for your reply. I have changed my all passwords and user names as well. I also changed the .htaccess files for root and some other folders but still i am feeling unsecure. Is there need to do something more? |
| | |
| | |
| | #4 |
| HyperActive Warrior War Room Member Join Date: Jan 2012
Posts: 147
Thanks: 58
Thanked 62 Times in 28 Posts
|
Personally I use WP Lockup (no affiliate link) and I'm pretty happy with it, easy to set up and adds some effective security measures to your wp installation.
|
| | |
| | |
| | #5 |
| Warrior Member Join Date: May 2012 Location: New York
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
I had a client that had the dreaded "this site may harm your computer" in google's SERP's. (we took over doing seo from a guy doing it for them on the side, after the fact) The first thing we did was install a wp plugin called Sucuri scanner, I believe they'll scan your site for free, help you harden it (prevent future malware, spam, etc) They charge 99 bucks to remove any infections, I hope for your sake, you'll never have to deal with it. It's pretty stressful, rankings fall, customers freak out...all of the above.
|
| | |
| | #6 |
| Developer War Room Member Join Date: May 2011 Location: Dublin, Ireland
Posts: 317
Thanks: 5
Thanked 41 Times in 39 Posts
|
Check this out. It's a bigger guide on how to secure your wordpress blog. The PDF file is quite big The WordPress Security Checklist |
| | |
| | #7 |
| Senior Warrior Member Join Date: May 2007 Location: Hong Kong.
Posts: 1,051
Thanks: 3
Thanked 210 Times in 183 Posts
|
Don't forget to keep your computer clean and use SFTP rather than FTP to transfer files. WordPress security is about more than just WordPress. Some more details here: WordPress Security: Not Just About WordPress | WealthyDragon Cheers, Martin. |
| How to Start Your Own Business Online - a Free eBook from WealthyDragon | |
| | |
| | #8 | |
| Premium SEO Company War Room Member Join Date: Sep 2009
Posts: 421
Thanks: 53
Thanked 40 Times in 29 Posts
| Quote:
| |
| | SEO Consultant | Shane Hunter | | ||
| | |
| | #9 |
| Warrior Member Join Date: May 2012 Location: Dallas
Posts: 13
Thanks: 1
Thanked 4 Times in 3 Posts
|
Over the years I have had many websites hacked but there only one fool proof way to beat hackers. Keep a backup of your files and database. |
| | |
| | #10 |
| Warrior Member Join Date: Feb 2012
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
|
Hacking techniques are used to “harvest” email addresses, which are then used by spammers and other hackers for malicious activities. If you are storing email data on your website, for what-ever required reason, make sure it’s stored in a secure format, such as a MySQL Database.
|
| | |
| | |
| | #11 |
| Active Warrior Join Date: May 2012
Posts: 39
Thanks: 10
Thanked 5 Times in 3 Posts
|
You should also add this: <Files readme.html> Order Deny,Allow Deny from All </Files> to you .htaccess file. This prevents people (including you) from checking what version of Wordpress you are using which hackers might use to exploit vulnerabilities of the previous versions. |
| | |
| | #12 | |
| Active Warrior War Room Member Join Date: Apr 2012 Location: Southwest FL
Posts: 84
Thanks: 7
Thanked 19 Times in 18 Posts
| Quote:
Always keep backup of your files and data. Use some automatic plugin that backup your data and send it to your email. | |
| | |
| | #13 |
| Warrior Member Join Date: May 2012
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
|
I use WP Lockup (no affiliate link) and I'm pretty happy with it,
|
| | |
| | #14 |
| Warrior Member Join Date: Sep 2011
Posts: 16
Thanks: 0
Thanked 1 Time in 1 Post
|
Make your password 100% strong.
|
| | |
| | |
| | #15 |
| HyperActive Warrior Join Date: Apr 2011
Posts: 197
Thanks: 3
Thanked 21 Times in 21 Posts
|
If you have a static ip address you can block access to the admin section, or any other part of your website, with this code placed in a htaccess file within the directory you want to protect: Code: AuthUserFile /dev/null AuthGroupFile /dev/null AuthName "Example Access Control" AuthType Basic <LIMIT GET> order deny,allow deny from all allow from (put your own ip address here without the brackets) </LIMIT> |
| | |
| | #16 |
| Active Warrior Join Date: Mar 2009
Posts: 51
Thanks: 1
Thanked 1 Time in 1 Post
|
1) Change your password every month 2) Upgrade to latest version ALWAYS |
|
Get a free mobile site | |
| | |
| | #17 |
| HyperActive Warrior War Room Member Join Date: May 2012
Posts: 187
Thanks: 7
Thanked 31 Times in 27 Posts
|
Hello, all practices listed are true. But even if you follow them all your site may still have lots of vulnerabilities. Even if you use SFTP and have extremely strong password, etc. the problem is that you make constant changes to you sites (instal news scripts, add new code, plugins, etc.). thats how hackers penetrate. 1. Test in test environments (if possible) before putting it in production it will reduce your risk significantly. 2. Every time you make changes to your site, you need to audit it to make sure there are no vulnerabilities. 3. Use good practices posted above. regards, So11 |
| | |
| | |
| | #18 |
| Senior Warrior Member War Room Member Join Date: Jul 2002
Posts: 2,650
Thanks: 16
Thanked 69 Times in 55 Posts
|
Don't use wordpress? Make sure you update it regularly. Disable the wp-admin access when you are not using it. Change your hosting passwords regularly. Instead of just updating or allowing cpanel to install your wordpress manually remove all the files on your host and manually install and setup wordpress. The one button installs that are in cpanel do leave security risks and holes open for hackers, which is why I recommend manually installing wordpress vs the easy push button route most hosts provide. Alternatively, don't use wordpress. Most here love it and I think wouldn't know what to do without a wordpress run website, everyone to their own. I personally don't like wordpress and security issues are a few of the reasons why, everyone to their own though. |
| | |
| | |
| | #19 | |
| Premium SEO Company War Room Member Join Date: Sep 2009
Posts: 421
Thanks: 53
Thanked 40 Times in 29 Posts
| Quote:
| |
| | SEO Consultant | Shane Hunter | | ||
| | |
| | #20 |
| Warrior Member Join Date: Jun 2012
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
You can protect the folder wp-admin with password. So you have two layers password to access wp-admin
|
| | |
| | |
| | #21 |
| HyperActive Warrior Join Date: Feb 2011 Location: WarriorForum
Posts: 435
Thanks: 44
Thanked 24 Times in 24 Posts
|
Hey Hafiz, I am not that much expert on securing WP blogs. I haven't provided any security to my wordpress blog yet cause its free blog. You can use WP locker if you want.
|
| Make your blog as MMM - Money Making Machine. What Free Web Proxy do you use to bypass blocked websites? | |
| | |
| | #22 |
| HyperActive Warrior War Room Member Join Date: May 2012
Posts: 187
Thanks: 7
Thanked 31 Times in 27 Posts
|
Hello, I dont think it matters if its free or not. The point is to make your site/product look credible. If you have many subscribers coming to your defaced/hacked site, what impression does that make? |
| | |
| | |
| | #23 |
| Active Warrior Join Date: Jun 2012 Location: Austin, Texas
Posts: 78
Thanks: 15
Thanked 4 Times in 3 Posts
|
The biggest reason wordpress sites get hacked is because the owner doesn't update the version when new releases come out, have easy passwords or have a virus on their machine that records login info.
|
| | |
| | #24 | |
| Active Warrior War Room Member Join Date: Jul 2011 Location: France
Posts: 84
Thanks: 25
Thanked 29 Times in 24 Posts
| Quote:
Thanks, Sandra Walsh | |
| | |
| | #25 | |
| Active Warrior War Room Member Join Date: Jul 2011 Location: France
Posts: 84
Thanks: 25
Thanked 29 Times in 24 Posts
| Quote:
There is a detail that I really like on their site. Just below the download button they add: "Please do not link directly to this page or the pdf document. Their locations will change over time. Instead link to the main home page." Even this is a small detail you can copy to add yet another level of protection to your downloads ... Simple yet brilliant. Until I have time to go through all of the document do you all have more suggestions of wp plugins that can help? wp lockup was suggested, any more? Thanks so much for all this info!! Sandra Walsh | |
| | |
| | #26 |
| Active Warrior Join Date: Jun 2012
Posts: 35
Thanks: 4
Thanked 1 Time in 1 Post
|
This is a never ending topic. There will be attacks from hacker as long as it will comes new version and update. It natural. But you can do the best on your own. I would recommend you to use plugin called: "BulletProof Security". A. |
| | |
| | |
| | #27 |
| Active Warrior Join Date: May 2012 Location: New York
Posts: 29
Thanks: 0
Thanked 1 Time in 1 Post
|
If only you ever have the need to log into your control panel, I like to lock down the /wp-admin/ directory. Something like this.... Code: <Location /wp-admin/*> Order Deny,Allow Deny from all Allow from 127.0.0.1 Allow from %%1 Allow from 207.29.0.0/17 #.leapwireless.net # Note: might want to include the server's own ip address too </Location> |
| | |
| | #28 |
| HyperActive Warrior Join Date: May 2010 Location: Palm Desert, CA
Posts: 233
Thanks: 62
Thanked 47 Times in 42 Posts
|
you can't 100% secure any site, i'm sure u all heard about linkedin hack yesterday now with that being said the only thing you can do is making your site less attractive to hackers and hackers bots. You can do it manually by adding few line of code to your .htaccess file Hardening WordPress « WordPress Codex or install a plugin like this one WordPress › BulletProof Security « WordPress Plugins |
| | |
| | #29 |
| HyperActive Warrior War Room Member Join Date: May 2012
Posts: 187
Thanks: 7
Thanked 31 Times in 27 Posts
|
hello, What is security? It is a set of best practices and ongoing processes (Plan, do, check, act). How can I assure security of my site and information? 1. Apply admin best practices 2. Dont test anything in production 3. Know what you are installing 4. Use security hardening techniques (read white papers from known sources) 5. Constantly audit/scan your sites and patch identified vulnerabilities. 6. Repeat 1 to 5 non stop. What is a plugin : it is a patch to a known security problem. Why/how do i get vulnerabilities? Because we constantly make changes to our site/code (ex.: install new plugin )so11 |
| | |
| | |
| | #30 |
| Ad network programmer War Room Member Join Date: Jul 2010
Posts: 116
Thanks: 60
Thanked 12 Times in 12 Posts
|
Hey! I know a thing or two about this! If you haven't already, check out Hardening Wordpress by the Wordpress team. They tend to keep a pulse on what's going on with their platform. You may want to make sure that...
Plugins and Themes - How most Wordpress sites get hacked Anytime you install a plugin or theme, you're introducing new code that has complete control over the rest of your application. You know how some people always seem to have virus problems with their computers because they're installing various programs? It's the same with Wordpress plugins. A basic install of Wordpress is pretty well tightened, this is something the Wordpress core team has done a fantastic job with. But as you add more plugins by developers that work on the plugin as a side project you may inadvertently install a known security gap into your site. Same goes for themes. There's a good chance that if you only install trusted (and maintained) plugins (All-in-one SEO, wp-sitemap), create/modify your own themes, and keep your Wordpress install up to date, you'll be reasonably secure on the application level. The more you add on, the more potential weaknesses you introduce to your site. This is the reason why Wordpress is such a powerful engine, but makes it a dangerous platform if there's even one fault in any plugin or theme. There's more, but Hardening Wordpress covers most of it. Hope this helps! |
| | |
| | #31 |
| Warrior Member Join Date: Feb 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
| |
| | |
| | #32 |
| ResponsiveDesignTest.Net Registered Member Join Date: Nov 2011 Location: Spain
Posts: 737
Thanks: 98
Thanked 193 Times in 169 Posts
|
There is so much you can do to harden your blog. I am using a mix of htaccess rules, plugins like Wordfence and other security related ones and a backup solution (if it really gets hacked and I have to reinstall the blog). For example, my blog is in english... 1. deny all proxies via htaccess 2. deny all traffic from known spammer ip's via htaccess 3. secure wp-admin via htaccess 4. always stay up to date 5. Wordfence plugin (free version) 6. BPS plugin When installing a blog there are some basic rules like: 1. do not use admin for administrator account 2. admin account password should have 16 or more chars (upper-, lowercase, numbers, ...) 3. do not use wp_ as database prefix ... |
|
HTML/CSS/jQuery/ZURB Foundation 3/Twitter Bootstrap 2/Wordpress/Frontend Performance Optimizing --- Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu | |
| | |
![]() |
|
| Bookmarks |
| Tags |
| blog, hacking, prevent, secure, wordpress |
| Thread Tools | |
| |
![]() |