Skip to main content

Unable to stop large xmlrpc spam attack

Comments

6 comments

  • David_spm
    Update: I looked closer at some of the CloudFlare settings for some of the affected sites and tried adding the set of ips where all the requests were coming from. Nothing seemed to change. I then tried adding these ips to iptables DROP rules again but this time using -I instead of -A eg iptables -I INPUT -s IP-ADDRESS -j DROP service iptables save
    and this seems to work as all the attacks stop then. This is obviously not much use to me though as I cant be expected to manually enter ips to block. Also I checked again 2.5 hrs later and it had started again, it seemed that all the iptable rules that I had added had gone... I should add that I also have ModSecurity installed and setup with OWASP ModSecurity Core Rule Set V3.0 but that clearly seems to be ineffective here...
    0
  • Tiberiu
    Add xmlrpc deny in Apache Configuration - Pre VirtualHost Include - All versions. It should block all xmlrpc attacks. Order Allow,Deny deny from all
    0
  • cPanelMichael
    Hello, You may find the discussion on the following thread helpful: Thank you.
    0
  • David_spm
    Add xmlrpc deny in Apache Configuration - Pre VirtualHost Include - All versions. It should block all xmlrpc attacks. Order Allow,Deny deny from all

    thanks but already had that added
    0
  • David_spm
    ok
    Hello, You may find the discussion on the following thread helpful:
    0
  • cPanelMichael
    Hello, It's possible the attack stopped temporarily, or one of the previous steps you took to block it is now working. You may want to consider reaching out to a qualified system administrator for help determining the source of the attack and implementing a solution to prevent it. We provide a list of companies offering system administration services at: Thank you.
    0

Please sign in to leave a comment.