Viewing 4 replies - 1 through 4 (of 4 total)
  • Is this advisable?

    Plugin Author AITpro

    (@aitpro)

    That code would go in this Custom Code text box: CUSTOM CODE BOTTOM HOTLINKING/FORBID COMMENT SPAMMERS/BLOCK BOTS/BLOCK IP/REDIRECT CODE: Add miscellaneous code here, click the Save Root Custom Code button, go to the Security Modes page, click the Create secure.htaccess File button and activate Root Folder BulletProof Mode again.

    @icing – Example logic for blocking entire country IP addresses would be something this: if you only offer a product or service in a particular country and do not want visitor traffic from certain countries then yes it is fine to block them.

    We have an ongoing scenario in our Forum site with Chinese spammers. Here are the details. We get 70-100 Chinese visitors counted by Google Analytics per month. Most of these Chinese visitors are probably spammers. The Forum site gets 30,000+ unique visitors per month. Originally we were dealing with 50,000+ Chinese spammers/spam commenters per month. That number is now down to 100 per month. Dealing with 50,000+ spam comments per month is time consuming. Dealing with 100 per month is insignificant.

    So the bottom line in that scenario is how much time is it costing us to deal with Chinese spammers vs how much do we care about losing 100 maybe legitimate Chinese visitors to the Forum site. So far not a single person from China has complained that they were blocked from the Forum site so the assumption can be made that the 100 Chinese visitors are spammers.

    This code is still experimental and the spammers are making adjustmemts and have found some loop holes, which we will decide what to do about blocking those loop holes.

    The ideal goal is to minimize the time you spend on spammers.

    Thread Starter mrppp

    (@mrppp)

    Thats my thoughts my site is aimed only at |UK so i,m not interested in chinese or other countries, block them less hassle.
    so still keep `# BLOCK COUNTRY BY IP RANGE
    # IncrediBILL’s HTACCESS Tools
    # https://incredibill.me
    <Limit GET POST HEAD>
    order allow,deny
    #
    # Block from CHINA (CN)
    #`

    with ips to deny as listed on the site all into this section of BPS

    MUST BE
    I get 403 – Forbidden from a chinese server NICE

    I often witness brute force attacks from Russian Federation, Bulgaria and Ukraine. They are not even my target audience. One of the days last month, they went ballistic on my website. In 2hrs, more than 20,000 attempts were made to crack wp-login.php. They were unsuccessful that day. For that, all the credit goes to @aitpro and BulletProof Security. Since then, I have added further code to htaccess to strengthen the defence.

    I have not yet blocked those countries using htaccess. Most of the IP addresses, I checked, that attacked my website are not in the list of IPs generated by incredibill.me by selecting these three countries. So, I doubt if that will really help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Block countries’ is closed to new replies.