Live data from Hacker News

WordPress 5.2: Mitigating Supply-Chain Attacks

paragonie.com

1–10 of 39 posts

Re: WordPress 5.2: Mitigating Supply-Chain Attacks

#5
I 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, 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

#6

I 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

#8
post #6

I 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?

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

#9
post #8
post #6

Earlier 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.

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.

Re: WordPress 5.2: Mitigating Supply-Chain Attacks

#10
post #9
post #8

Earlier 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.

If what you’re dealing with is thousands of attempted brute force attacks on a daily or weekly basis, a wordpress plugin might not be the solution.
Post reply on HN