WordPress 5.2: Mitigating Supply-Chain Attacks
paragonie.com
WordPress 5.2: Mitigating Supply-Chain Attacks
1–10 of 39 posts
Re: WordPress 5.2: Mitigating Supply-Chain Attacks
#2Re: WordPress 5.2: Mitigating Supply-Chain Attacks
#3Re: WordPress 5.2: Mitigating Supply-Chain Attacks
#4Perhaps HN should give Wordpress a thumbs up for once! I start, nice.
Re: WordPress 5.2: Mitigating Supply-Chain Attacks
#5Any improvements to WordPress security are welcome. It's got such a huge target painted on its back. Reminds me of windows in the 90s.
As for what I learned, I would move the admin login page and disable common usernames like admin and anything derived from the site url. Probably stop 90% of attacks just with that.
Re: WordPress 5.2: Mitigating Supply-Chain Attacks
#6I set up a WordPress site for a family member a couple years ago and threw wordfence on there just to see what the ecosystem is like. I get near daily alerts of attempted hacks mostly from Eastern Europe. Most common thing is trying to brute force the login page. Any improvements to WordPress security are welcome. It's got such a huge target painted on its back. Reminds me of windows in the 90s. As for what I learned…
Would you recommend wordfence in addition to the changes you mentioned?
Re: WordPress 5.2: Mitigating Supply-Chain Attacks
#7Re: WordPress 5.2: Mitigating Supply-Chain Attacks
#8I set up a WordPress site for a family member a couple years ago and threw wordfence on there just to see what the ecosystem is like. I get near daily alerts of attempted hacks mostly from Eastern Europe. Most common thing is trying to brute force the login page. Any improvements to WordPress security are welcome. It's got such a huge target painted on its back. Reminds me of windows in the 90s. As for what I learned…
That’s good info, thanks. I just happen to be looking into WP security right now. Would you recommend wordfence in addition to the changes you mentioned?
Re: WordPress 5.2: Mitigating Supply-Chain Attacks
#9Earlier quoted context omitted.
That’s good info, thanks. I just happen to be looking into WP security right now. Would you recommend wordfence in addition to the changes you mentioned?
I highly recommend wordfence. I have it set to immediately block anyone after a single failed login attempt.
Re: WordPress 5.2: Mitigating Supply-Chain Attacks
#10Earlier quoted context omitted.
I highly recommend wordfence. I have it set to immediately block anyone after a single failed login attempt.
It's fairly resource-intensive, though. I've seen whole servers brought to their knees because of plugins like WordFence -- an unintentional DoS, so to speak. Many of the defenses employed by WordFence would be orders of magnitude more efficient if implemented at the level of the http daemon or firewall. Unfortunately, WordPress plugins must cater to the lowest common denominator, shared hosting.