Slashdot Mirror


Wordpress Brute Force Attacks Using Multiple Passwords Per Login Via XML-RPC (sucuri.net)

An anonymous reader writes: Online security firm Sicuri note a vertical rise in brute force attacks against WordPress websites using Brute Force Amplification, where a thousand passwords can be submitted within the scope of a single login attempt. The company notes that disabling the protocol is likely to interfere with the functionality of many plugins which rely on it. The Stack reports: "Sicuri note that most of the BFA calls are targeting the WordPress category enumerating hook wp.getCategories, and are targeting the ‘admin’ username, along with predictable default usernames. Sicuri recommend blocking system.multicall requests via a Web Access Firewall if available, but note that so many WordPress plugins depend on the point of vulnerability xmlrpc.php that blocking access to that functionality may interfere with normal operation of the site. The iThemes security system offers functionality to specifically disable XML-RPC as well, but this also requires a check against normal functioning of the site."

80 comments

  1. SubjectsInCommentsAreStupid by lesincompetent · · Score: 1

    $ mv /var/www/wp/xmlrpc.php /var/www/wp/xmlrpc.php/OFF.xmlrpc.php
    Least effort, maximum result.

    1. Re:SubjectsInCommentsAreStupid by lesincompetent · · Score: 1

      awww i fucked the motherfucking copy-paste fuck. I am a lazy idiot.

    2. Re:SubjectsInCommentsAreStupid by Anonymous Coward · · Score: 0

      No, least effort is:

      find / -name xmlrpc.php -exec mv {} {}.DISABLED \;

      - WolfWings, too lazy to login to /. in way too many years.

    3. Re:SubjectsInCommentsAreStupid by Anonymous Coward · · Score: 0

      Too much time mindlessly blasting subjects

    4. Re:SubjectsInCommentsAreStupid by fnj · · Score: 1

      find / -name xmlrpc.php -exec mv {} {}.DISABLED \;

      I think you will find your script has "interesting" results if directory names with space charcters in them are involved. It wouldn't be much more effort to guard against this as a matter of principle:

      find / -name xmlrpc.php -exec mv "{}" "{}.DISABLED" \;

    5. Re: SubjectsInCommentsAreStupid by Anonymous Coward · · Score: 0

      People who use spaces in file names ought to be round up and shot.

    6. Re: SubjectsInCommentsAreStupid by Anonymous Coward · · Score: 0
      You mean they are circles?

      rounded up and shot!

    7. Re:SubjectsInCommentsAreStupid by KGIII · · Score: 0

      Actually, rm -rf / should do the trick - should work against future attacks as well.

      --
      "So long and thanks for all the fish."
    8. Re: SubjectsInCommentsAreStupid by Anonymous Coward · · Score: 0

      oh, that's goood... :)

    9. Re:SubjectsInCommentsAreStupid by KGIII · · Score: 1

      *chuckles at moderation*

      Now come on, you know nobody was dumb enough to actually DO that, right? Right? If they did then they'll learn the most important lesson in security. Research before doing anything - especially entering random commands into the terminal.

      --
      "So long and thanks for all the fish."
  2. Sucuri by Anonymous Coward · · Score: 0

    It's not that hard to spell properly.

    1. Re: Sucuri by Anonymous Coward · · Score: 0

      Yes it is if your an amateur that writes about infosec and then spams/promotes their silly blogs on slashdot

  3. This is what you get by Anonymous Coward · · Score: 0

    This is what happens when "web-wallies" as I call them attempt to "program" - massive fuckups. They're not coders.

    1. Re:This is what you get by Anonymous Coward · · Score: 1

      This is what happens when "web-wallies" as I call them attempt to "program" - massive fuckups. They're not coders.

      Yeah lately Wordpress is starting to look like Adobe Flash in terms of security. Did its creators just not give a shit about security or what? Seems they'd be better off scrapping the whole thing and writing something secure from scratch. Preferably not with PHP.

    2. Re:This is what you get by Anonymous Coward · · Score: 0

      PHP has nothing to do with it. They'd make the same mistakes in Perl, or Python, or Ruby.

    3. Re:This is what you get by Cramer · · Score: 1

      LATELY??? It's been a festering pile of fail from day one.

  4. Yeah, all the time... that's the web by sstern · · Score: 3, Informative

    Per a blog post from WordFence ( https://www.wordfence.com/blog... ), multiple logins via XMLRPC are seen individually, so any program that limits login attempts will work as usual.

    --
    --Steve
    1. Re:Yeah, all the time... that's the web by colfer · · Score: 1

      Same for Limit Login Attempts, by my testing.

  5. Brain-dead security hole by kervin · · Score: 4, Insightful

    Starting with Wordpress 3.5 XML-RPC was turned on by default, and the ability to turn off XML-RPC was removed. They didn't even leave the ability to filter the remote calls by IP address. E.g. allow localhost by default, have a button that 'allows current IP' or something like that.

    I think this was one of the most brain-dead security decisions in a major piece of software in recent memory. And this decision simply has to be reversed to fix this.

    1. Re:Brain-dead security hole by Anonymous Coward · · Score: 0

      Every new Wordpress install I do, one of the first steps is to install the Disable XML-RPC Pingback plugin.

    2. Re:Brain-dead security hole by JustAnotherOldGuy · · Score: 2

      Starting with Wordpress 3.5 XML-RPC was turned on by default, and the ability to turn off XML-RPC was removed.

      I know, that was simply fucking brilliant of them. I saw that and nearly fell out of my chair, it was an instant "WTF???"

      Dev 1: "Hey, let's create a potential exploit hole and let's make sure that it can't be disabled!"
      Dev 2: "Magnificent! Give that man a raise!"

      --
      Just cruising through this digital world at 33 1/3 rpm...
    3. Re:Brain-dead security hole by Anonymous Coward · · Score: 1

      while enabling xmlrpc was the most brain dead decision they made, allowing 1000s of simultaneous login attempts at a single go is probably their absolute stupidest coding mistake ever... and they've had some really, really fucked up bugs in their history.

      they don't need to disable or remove the feature itself, just i dunno, learn how to fucking program, maybe.. and test the product before handing it over to a million+ equally stupid and ignorant web site owners.

      if wordpress users weren't so fucking stupid (compare to aol users in the dialup era right after they started allowing the full internet through, then multiply that stupidity by a factor of 10), it is actually possible to secure a site running it.. but that's like a 0.0001% minority that can do that.

    4. Re:Brain-dead security hole by fnj · · Score: 1

      It almost makes you wonder if Wordpress is actually a secret attempt to knock over web servers.

    5. Re:Brain-dead security hole by JustAnotherOldGuy · · Score: 1

      It almost makes you wonder if Wordpress is actually a secret attempt to knock over web servers.

      Judging by the stats, it leads in that category.

      I'm convinced that there is no easier way to allow a server to be nailed than to install WP with no hardening plugins, Hell, half the themes out there for it contain obfuscated code and built-in spam links.

      --
      Just cruising through this digital world at 33 1/3 rpm...
    6. Re:Brain-dead security hole by Anonymous Coward · · Score: 0

      Last year someone with no knowledge tried to tell me "There's no problem with wordpress security".

      Seeing stories like this always make me think of that. And the hourly rate I'm going to charge next time they call.

    7. Re:Brain-dead security hole by trawg · · Score: 1

      You can turn off XML-RPC by setting this filter in (for example) wp-config.php:

      add_filter('xmlrpc_enabled', '__return_false');

    8. Re:Brain-dead security hole by erapert · · Score: 1

      And this decision simply has to be reversed to fix this.

      I think the decision that needs to be reversed is the decision to use Turd-press in the first place.

  6. Why by Technician · · Score: 1

    Why are insane amounts of passwords permitted? Why are wrong attemp timers missing? Why are instant resubmissions permitted?

    Dictionary attacks would not be feasable if the 1st incorrect attempt required a 60 second delay for a 2nd attempt, 120 seconds for the 2nd attempt, 240 for the 3rd attempt, etc. 64 attempts would be beyond my lifetime. Dictionalry attacks on my password would not be possible in my lifetime on my account, but a honest typo would be a minor delay for the legimitate user.

    Multiple fails on multiple accounts should add an IP block against the hacking domain.

    Carpet bomb attacks should be nearly impossible.

    --
    The truth shall set you free!
    1. Re:Why by JustAnotherOldGuy · · Score: 4, Informative

      Why are insane amounts of passwords permitted? Why are wrong attemp timers missing? Why are instant resubmissions permitted?

      Dictionary attacks would not be feasable if the 1st incorrect attempt required a 60 second delay for a 2nd attempt, 120 seconds for the 2nd attempt, 240 for the 3rd attempt, etc. 64 attempts would be beyond my lifetime.

      Wordfence lets you set this sort of gate. I have mine set to trigger on 3 wrong login attempts over the course of 3 hours, and then it locks the user out for 10 days.

      No, that's not a typo. These are for sites where I'm usually the only person logging in, ever.

      For sites with actual user I use 3 wrong login attempts (over the course of 3 hours), and then it locks the user out for 6 hours.

      Sometimes I just add an "exit;" command after the opening PHP tag at the very top of wp-login.php. It just kills the file dead and so no login attempt using it will ever succeed, it doesn't even show the form, just a blank page. Drives the bots crazy, lol.

      --
      Just cruising through this digital world at 33 1/3 rpm...
    2. Re:Why by PPH · · Score: 2

      Why are insane amounts of passwords permitted?

      I'm just guessing here: It may be that sites which use Wordpress as a backend want to batch a bunch of requests together to reduce network connection overhead.

      --
      Have gnu, will travel.
    3. Re:Why by Anonymous Coward · · Score: 0

      "For sites with actual user"

      Yeah, that's not a typo, either is it? A user.

    4. Re:Why by AntiSol · · Score: 1

      Sometimes I just add an "exit;" command after the opening PHP tag at the very top of wp-login.php. It just kills the file dead and so no login attempt using it will ever succeed, it doesn't even show the form, just a blank page. Drives the bots crazy, lol.

      Rather than just putting in an 'exit' you might consider being more sophisticated to get better results:
      * return a 404. That way, the bot knows even less. Many bots and scanners seem to look for wp-login.php before they do anything else. Returning a 200 tells the bot there's something there. return a 404 and they'll likely assume there's no wordpress there and move along.
      * Add a second authentication factor via a querystring. something esoteric and non-standard like ?answer_to_ultimate_question=42. If the querystring isn't provided or has the wrong value, show a 404. If it's there and valid allow wp-login.php to run normally.
      * Another suggestion: put your wordpress install in a subdirectory if you can, and put up a honeypot wp-login.php in the web root. Have it look like a wordpress login page but log IP addresses etc. Bonus points for automatically adding iptables rules to block repeat offenders.

    5. Re:Why by dfsmith · · Score: 1

      From time to time I get a handful of IP addresses blocked by my Wordpress' firewall within a few seconds. The whois data often lists "Tor exit node". Why do they bother to try so hard? Beats me....

    6. Re:Why by JustAnotherOldGuy · · Score: 1

      Why do they bother to try so hard? Beats me....

      It's nothing personal, it's bots just mindlessly attacking or probing whatever they find.

      --
      Just cruising through this digital world at 33 1/3 rpm...
  7. Making it easier by Anonymous Coward · · Score: 0

    That was Microsoft's slogan throughout the '90s (MS was co-developer of XML-RPC, along with Dave Winer).

    In fact, MS consistently made things MUCH easier... for hackers breaking into people's systems!

  8. Running your own server doesn't make you cool. by Anonymous Coward · · Score: 0

    Just use blogger already and stop trying to be a sys admin.

    1. Re:Running your own server doesn't make you cool. by 0xdeaddead · · Score: 1

      but we had a 2+ week outage once. there was a reason I left 'cloud' stuff.

  9. Change Username From Admin by Jason+Levine · · Score: 4, Informative

    One of the first things you should do with any WordPress installation is make sure that the admin username isn't "admin", your site's name, "administrator", or simmering else that is easily guessable.

    I have a login limiting plugin on my sites that keeps track of bad logins. Over 90% of bad login attempts use admin, the site name, or administrator. Making the admin username difficult to guess greatly decreases the chances that someone will brute force their way into your system.

    --
    My sci-fi novel, Ghost Thief, is now available from Amazon.com.
    1. Re:Change Username From Admin by JustAnotherOldGuy · · Score: 1

      One of the first things you should do with any WordPress installation is make sure that the admin username isn't "admin", your site's name, "administrator"

      Good advice. Yep, mine is usually some oddball chars after "admin", i.e. "admin77YT43" or something completely unrelated (but still hard to guess).

      --
      Just cruising through this digital world at 33 1/3 rpm...
    2. Re:Change Username From Admin by awe_cz · · Score: 1

      Right. Those are the two steps I take with most of the systems - non-standard user, in case port is not required for normal operation - non-standard port (ssh for instance). Makes most of automated attacks worthless.

    3. Re:Change Username From Admin by thegarbz · · Score: 1

      The second thing you should do is implement a 3 attempt policy followed by an IP ban.

    4. Re:Change Username From Admin by Jason+Levine · · Score: 1

      Agreed. I use a plugin called Apocalypse Meow to do this, but there are a dozen others that can do the same. It's not a perfect solution (attackers can come at you from thousands of compromised computers under their control), but the more speed bumps you place in a potential hacker's way, the more likely he is to decide to skip your site and focus on an easier target. (It's the security equivalent of not needing to run faster than a bear, just faster than other people who are running away from the bear.)

      --
      My sci-fi novel, Ghost Thief, is now available from Amazon.com.
    5. Re: Change Username From Admin by Anonymous Coward · · Score: 0

      That doesn't really help, my experience says they look for any user name that contains the text "admin" not simply the name admin

    6. Re: Change Username From Admin by programtheweb · · Score: 1

      That doesn't really help, my experience says they look for any user name that contains the text "admin" not simply the name admin

    7. Re: Change Username From Admin by JustAnotherOldGuy · · Score: 1

      That doesn't really help, my experience says they look for any user name that contains the text "admin" not simply the name admin

      Yep, although you can prevent the discovery of usernames with plugins like Wordfence. This prevents anyone (or a bot) from iterating over the user list and seeing if there even is a user with "admin" in the name.

      Later versions of WP allow you to pick something other than "admin" for the administrative user, but I still have fully upgraded versions that don't allow changing the name once it's set (which seems kind of silly/stupid to me).

      I'd like a plugin that reserves the name "admin" and allows logging into that (fake) account with any password, whereupon that IP or hostname is instantly banned for however long you want.

      I frequently see login attempts with names like "{no_matches}" or completely oddball names that don't and never have existed on the system. I've no idea what that's all about.

      --
      Just cruising through this digital world at 33 1/3 rpm...
  10. How is this not severe incompetence? by Anonymous Coward · · Score: 1

    a thousand passwords can be submitted within the scope of a single login attempt.

    Can somebody explain to me how this could be the result of anything other than severe incompetence?

    1. Re:How is this not severe incompetence? by JustAnotherOldGuy · · Score: 1

      Can somebody explain to me how this could be the result of anything other than severe incompetence?

      No, because that's pretty much the only explanation. You called it dead-on.

      Why WordPress doesn't have this kind of login-limiting built in by default can also only be explained by sheer, utter incompetence.

      --
      Just cruising through this digital world at 33 1/3 rpm...
  11. What's Wordpress walling ... by CaptainDork · · Score: 1

    ... that's worth anybody's time to brute force?

    --
    It little behooves the best of us to comment on the rest of us.
    1. Re:What's Wordpress walling ... by JustAnotherOldGuy · · Score: 1

      ... that's worth anybody's time to brute force?

      Oh, there are lots of naughty things you can once you've managed to login, especially as an admin.

      As an admin you can edit the Wordpress php files to add or remove anything you want. Yup, think about that for a minute. Muwahahahaha.

      --
      Just cruising through this digital world at 33 1/3 rpm...
    2. Re:What's Wordpress walling ... by zacherynuk · · Score: 1

      Free anonymous hosting. Where do you think most nasty jpegs and binaries live ?

    3. Re:What's Wordpress walling ... by CaptainDork · · Score: 0

      My post is an indication that I've already thought about it for at least a minute.

      I took your advice and thought about it for another minute.

      So here's the outcome of those two individual pauses to reflect on this:

      What's Wordpress walling ... that's worth anybody's time to brute force?

      Your answer ... isn't one.

      --
      It little behooves the best of us to comment on the rest of us.
    4. Re:What's Wordpress walling ... by CaptainDork · · Score: 0

      Most nasty jpegs and binaries live on local hard drives as demonstrated by all the guys we've read about who got busted for child porn.

      Only a noobie would hijack a Wordpress simply to get free cloud hosting where tracing access back to the point of origin is a piece of cake.

      Why in Sam Hill would you store jpegs and binaries in the cloud?

      Go p2p.

      --
      It little behooves the best of us to comment on the rest of us.
    5. Re:What's Wordpress walling ... by Anonymous Coward · · Score: 0

      Amongst other things, if you can modify the php on a site you can use the site as an attack vector against it's users. Consider exercising your brain a little more often, you should have been able to come up with that in less than 60 seconds given the head start OldGuy gave you.

    6. Re:What's Wordpress walling ... by thegarbz · · Score: 2

      The ability to arbitrarily run code on a webserver is one.

      I've seen a wordpress installation owned once. A small modification to one of the team files included a mail relay server. Its amazing how much spam you can send out when you own a machine in a data centre somewhere vs some poor grandma's ADSL line.

    7. Re:What's Wordpress walling ... by JustAnotherOldGuy · · Score: 3, Informative

      What's Wordpress walling ... that's worth anybody's time to brute force?

      Your answer ... isn't one.

      As I said, you can modify the WP files to include your own code- PHP, javascript, whatever, and from there you can use the platform as part of an attack or DDOS network. You could use it to attack and infect any user visiting the site.

      You could store files on the server (kiddie porn, malicious code, MP3s, movies, stolen credit card numbers, social security numbers, etc) and so on. You could use it to send emails to the White House and threaten the president's life. You could set up online pill stores, a XXX-video site, etc etc. You could steal the login names and passwords of anyone who logs in.

      You can also run compiled code (C, C++, etc) and more than likely escalate your privileges until you're root, at which point the server is yours for all intents and purposes. You can steal user creds and any info you like that may be there (credit card data, PIN codes, passwords, personal info, etc etc).

      You could alter the DNS and email records and potentially use that to steal domains on the server. You could also impersonate any user on the server to send and receive email as them. You could alter data at will (think medical info, dosage info, diagnostic info).

      All that took me about 10 seconds to come up with, and I'm sure there's much more that I could think of given a little more time. The real question is not "what can you do", but what couldn't you do? And the answer is basically nothing, there's nothing you couldn't do.

      The fact that you couldn't think of any of this does not speak well of you, although it does prove that your user name is entirely accurate, "Captain Dork".

      --
      Just cruising through this digital world at 33 1/3 rpm...
    8. Re:What's Wordpress walling ... by Anonymous Coward · · Score: 0

      What's Wordpress walling ... that's worth anybody's time to brute force?
      Your answer ... isn't one.

      You are breathtakingly STUPID. How did you even find your fucking way to slashdot, you ignorant pinhead? Someone tells you that you can alter code in the wordpress files and you can't see how that could be a problem? Holy shit, your stupidity is EPIC.

      They say that "there are no stupid questions", but you have proved them wrong. You dumbfuck.

    9. Re: What's Wordpress walling ... by Anonymous Coward · · Score: 0

      You are the noob. P2P is useless if you are trying to sneak your exploit code into a protected network. Most times when a hacker breaks in they don't get full privileges right off the bat, they need to run an exploit from the target. Trying to download over p2p will not work, it's blocked. Web traffic is much less likely to be noticed.

    10. Re:What's Wordpress walling ... by CaptainDork · · Score: 0

      Your shitty answer is useless as tits on a boar hog.

      It doesn't answer the question as to why in Sam Hill you'd want Wordpress access to do that stuff.

      You're suggesting hacking one of the weakest interfaces on the planet that ALSO rats out your activity.

      You're not making one single goddam penny.

      The risk/reward is whack.

      Your last line, which you bolded so everyone else but me can see it clearly (because you know> I don't give a shit) clearly demonstrates your need to compensate for inability to provide a valid answer.

      Enjoy your swell parting gifts.

      --
      It little behooves the best of us to comment on the rest of us.
    11. Re:What's Wordpress walling ... by JustAnotherOldGuy · · Score: 1

      Your shitty answer is useless as tits on a boar hog.

      Only to the mentally deficient, like you.

      It doesn't answer the question as to why in Sam Hill you'd want Wordpress access to do that stuff.

      Wow, you're like The Fountain Of Stupid. Why does anyone hack a server? To get its resources and/or data. Duh. .

      You're suggesting hacking one of the weakest interfaces on the planet that ALSO rats out your activity.
      You're not making one single goddam penny.
      The risk/reward is whack.

      Oh, that must be why no one ever hacks Wordpress sites. You're right, it never happens, so obviously you're spot-on. Oh, wait... .

      Your last line, which you bolded so everyone else but me can see it clearly (because you know> I don't give a shit) clearly demonstrates your need to compensate for inability to provide a valid answer.

      Lol, oh look, Captain Dork is also a psychologist...what color crayon did they sign your diploma with?

      Seriously, you have no idea what you're babbling about, and it's painfully obvious to everyone here but you. People hack Wordpress sites for all sorts of reasons, none of which you seem to be able to grasp. There is clearly value in doing so or they wouldn't bother doing it. As with most things that baffle you, just because you're too stupid to understand it doesn't mean there isn't a reason.

      I'd tell you to shove it up your ass, but your head is in the way.

      --
      Just cruising through this digital world at 33 1/3 rpm...
    12. Re:What's Wordpress walling ... by Stewie241 · · Score: 1

      Perhaps it isn't what it is walling and what exposure it offers. I mean, there are obvious nefarious things like relaying spam and such. However, with wider and wider adoption of Wordpress in larger sites, there is lots of opportunity such as:

      1. Changing affiliate links to redirect money to yourself
      2. During election time, political sites seem to be potential big targets. Obviously one approach would be to do something blatant and visible, but if you wanted to be more nefarious you could make subtle changes that would impact the political message while going mostly undetected
      3. Along the same lines, adding subtle, hidden referrals to other sites could help drive huge traffic. Similar to 1, say you had a site that offered products reviews and provided a link to another site where you could purchase the product. You could instead link to your own site to drive business. It would be subtle, perhaps unnoticeable, but would end with people buying a TV from say, Best Buy instead of Sears.

      These are just some of many possible options where you can alter content in subtle ways for either profit, or to discredit another person/group.

    13. Re:What's Wordpress walling ... by ShaunC · · Score: 1

      Your idea is not a money-maker, but thanks for playing.

      From what I've seen, the primary reason Wordpress installs get exploited is to install advertisements or links across every page of the site. The links are intended to boost somerandompharmacy.ru's Google pagerank, to the benefit of its owner. The advertisements generate revenue if someone clicks them. Sometimes they'll add a drive-by browser exploit to own visitors directly, who knows what they do to monetize that; ransomware, bank trojans, etc.

      If you don't see any financial motive for these compromises, you aren't thinking hard enough.

      --
      Thanks to the War on Drugs, it's easier to buy meth than it is to buy cold medicine!
    14. Re:What's Wordpress walling ... by CaptainDork · · Score: 1

      Using Wordpress sites to do anything devious is a crazy idea. It offers no masking as to whom is modifying it, right? So, the risk/reward is simply not there, for any reason.

      It's a nice honeypot.

      That's about all Wordpress is good for.

      --
      It little behooves the best of us to comment on the rest of us.
    15. Re: What's Wordpress walling ... by Anonymous Coward · · Score: 0

      Yeah cuz attackers totally just do this shit from their home ISP. They never heard of VPN or tor.

    16. Re:What's Wordpress walling ... by Jason+Levine · · Score: 1

      Do you seriously think that a hacker that broke into a site to place ads on it is going to rely on their money being delivered physically to some location that's likely to have police around it? Their money will be electronically transferred to an account in a country that looks the other way (or, at least, will look the other way for a "reasonable fee"). If the hacker is in the US, the money will transfer through a few different accounts so that the trail is difficult to follow. If the hacker is actually in one of these countries, he might be all but untouchable. The hacker might also be working with a criminal organization that has political pull in their area. (Read: If you oppose them, you and your family wind up dead.)

      People hack websites and make money from it every day. If hacking sites wasn't profitable, security would be less of a concern. (NOTE: It would still be a concern as people hacking "for the fun of it" would still exist, but those people are outweighed by the "hacking for profit" folks.)

      --
      My sci-fi novel, Ghost Thief, is now available from Amazon.com.
    17. Re:What's Wordpress walling ... by Jason+Levine · · Score: 1

      Even if the attacker was stupid enough to use their own home connection (as opposed to using a bot net, VPN, or some other method of obscuring his IP address), that doesn't mean he'll be caught.

      When my identity was stolen, I had to prompt the police to track down the online form that was used. We finally got the IP address used to submit the form as well as the exact date and time that it was submitted. This means we caught the criminal, right? Wrong. This IP address was in another jurisdiction and the police weren't motivated to devote a lot of resources to something that would wind up out of their jurisdiction. The investigation fizzled and nobody was ever charged for anything. Again, it doesn't mean we had the criminal's IP address, but it was a solid lead and the electronic nature of the evidence plus the different jurisdiction worked against me getting any resolution.

      The same would be true of a WordPress hacker. You might have an IP address, but will the police listen to "my website - SomeSmallTimeWebSite.com - was hacked, here's an IP address in another state/country"? Would they actually put in the time and effort to pursue this criminal? Or would they have you fill out a police report and then file it under "don't care enough/not enough resources to pursue"? Unless you could prove that your hacking was part of some larger criminal organization, my guess is it would be the latter.

      --
      My sci-fi novel, Ghost Thief, is now available from Amazon.com.
    18. Re:What's Wordpress walling ... by CaptainDork · · Score: 1

      You don't know what Wordpress is, do you?

      --
      It little behooves the best of us to comment on the rest of us.
    19. Re:What's Wordpress walling ... by CaptainDork · · Score: 1

      Appreciate the concept of "scale."

      This is a way to compromise Wordpress.

      The attack surface is not a small one, as your narrative would suggest.

      --
      It little behooves the best of us to comment on the rest of us.
    20. Re:What's Wordpress walling ... by thegarbz · · Score: 1

      And yet Wordpress installations get owned all the time for the express purposes of sending spam. Go look at the wordpress forums for an account of the many different ways this has happened.

      Maybe it doesn't make money. Maybe the people involved just want to watch the world burn.

      Or maybe there's economics involved that incentivise people to do just this, and you haven't thought of it yet.

    21. Re:What's Wordpress walling ... by Jason+Levine · · Score: 1

      Considering that I work with WordPress on a daily basis - both on a surface level (installing plugins/themes) and on a deeper level (coding plugins and themes) - yes I do know what it is. If you hacked someone's WordPress installation, you could alter their theme to include ads or you could change content to link to sites of yours. You could also install plugins to perform actions such as e-mailing people (i.e. sending spam) or adding forms for users to fill out that collect personal information (i.e. phishing). All of these could wind up giving you (as the hypothetical WordPress hacker) money.

      --
      My sci-fi novel, Ghost Thief, is now available from Amazon.com.
    22. Re:What's Wordpress walling ... by Jason+Levine · · Score: 1

      The attack surface isn't a small one, but that doesn't mean that law enforcement will be dedicating tons of resources to catch anyone who utilizes the attack. If the compromised sites are small, law enforcement might not care enough to do anything other than fill out a police report. If the attackers are based outside the US, local law enforcement will do nothing and Federal law enforcement might not be able to touch them.

      Just because a lot of sites might be compromised doesn't mean law enforcement can clamp down on anyone who uses the attack vector.

      --
      My sci-fi novel, Ghost Thief, is now available from Amazon.com.
  12. Use wordfence or "Disable XML-RPC" by JustAnotherOldGuy · · Score: 3, Informative

    I highly recommend "WordFence", or if you don't want to use that, use Disable XML-RPC. Both of them work to stop this kind of attack.

    Wordfence is worth its weight in gold and it's a standard plugin I install whenever I have to do a Wordpress site.

    It has lots of useful options and I wouldn't run a Wordpress site without it, period.

    --
    Just cruising through this digital world at 33 1/3 rpm...
    1. Re:Use wordfence or "Disable XML-RPC" by Gumbercules!! · · Score: 1

      Thanks - I have about a dozen WP sites I barely ever think about (I know I should more - but time isn't my friend, these days). I'll go check out wordfence now.

  13. I block by useragent. by Anonymous Coward · · Score: 0

    Empty useragent and useragent containing "googlebot" get a permission denied from nginx.
    Makes a huge difference.

  14. It's fairly simple to combat this. by Ruedii · · Score: 1

    The most effective means against distributed brute force attacks is blocking the number of attempted logins on a particular user-name per a time period. (Query rate limited by user-name, regardless of source.)

    Additionally, requiring a 1 second time limit between login queries for the same user-name should combat this and other means of increasing query.

  15. Who or what is Sicuri? by Anonymous Coward · · Score: 0

    Who or what is Sicuri? I only know of Sucuri.

  16. Not The Stack again... by Anonymous Coward · · Score: 0

    I've seen a couple of infosec articles on SlashDot lately. Can we stop featuring The Stack articles? They're 220-words-long so they can pass over Google's SEO policy and have no info. Outside SecurityWeek, Wired, Softpedia, ThreatPost, and Graham Cluley most of the security articles here are just spam.

  17. Not perfect but-- by Anonymous Coward · · Score: 0

    I stick to using wordpress as a journal that I'd want to share with the world and only use wordpress.com for that.
    When it needs to be reliable and reduce DB risk there's a bunch of fun to use file and folder options. From impressPages to WonderCMS, or even YellowCMS and ExponentCMS.

    Can't break into a DB if it doesn't exist.