Jump to content

[Solved] Web site suspended for high load


Recommended Posts

15 hours ago, dahuhunter said:

could you please check what is the issue

Are you visiting your own site 38k times per day, or do you think that some of these IP addresses might be bots? You might want to block some of these IPs if you want to reduce the load your website causes.

    439 35.183.70.152
    463 66.249.68.1
    477 209.38.128.20
    527 52.167.144.167
    547 157.55.39.58
    859 199.47.82.21
    860 199.47.82.20
   1332 199.47.82.19
   1527 216.244.66.232
   1927 66.249.68.71
   2038 199.47.82.18
   3485 143.110.228.131
   5467 66.249.68.70
  38373 66.249.68.69

 

Link to comment
Share on other sites

Theres a need to block them if they’re causing too much load.

We don’t exempt load caused by bot traffic, so letting them scrape an inefficient site will get you suspended. Get suspended 3 times for load with no indication you’re trying to fix it, and you may get banned.

The fix is to stop the scraping or make the site more efficient.

For google specifically, you could put a robots.txt that tells it not to index parts or any of your site (with the obvious result that you won’t be found on google). Many other bots don’t honor it though.

Link to comment
Share on other sites

Could you please indicate why you are recommending to use a robots.txt file ? Of course, I am interested to be found easily on Google in order to have more visitors (human, not bots), thereby I use keywords. I guess that this solution is not reasonable.

Among 14 IP addresses, which one do you recommend to block ? 

I went on heliohost.org but do not find any file named .htaccess. Could you please indicate where I have to go and where Deny statements are to be found ?

Link to comment
Share on other sites

The .htaccess file goes in your httpdocs folder. If it doesn't exist, you can just create it. If it does exist, simply add to the bottom.

The deny statements themselves are pretty simple:

Deny from 143.110.228.131

Or you can do a subnet or wild card:

Deny from 143.110.228.0/24

Deny from 143.110.228.*

(Both are identical, blocks 143.110.228.[0 - 255])...

Link to comment
Share on other sites

3 hours ago, dahuhunter said:

Could you please indicate why you are recommending to use a robots.txt file ?

Good bots check your robots.txt file and abide by the rules in it.

3 hours ago, dahuhunter said:

Of course, I am interested to be found easily on Google in order to have more visitors (human, not bots), thereby I use keywords. I guess that this solution is not reasonable.

We received 785401 page hits to our website on 2024-10-22 and 25 of them were from Google when we have a properly configured robots.txt file published. There is no reason Google should need to visit your website 46230 times in a single day unless you've got something seriously misconfigured.

3 hours ago, dahuhunter said:

I went on heliohost.org but do not find any file named .htaccess. Could you please indicate where I have to go and where Deny statements are to be found ?

Create the file and put it in httdocs.

Link to comment
Share on other sites

Hello, I noticed a lot of strange PHP files were loaded on my web site that I erased. But I am not able to see the 785401 hits in Google Analytics unfortunately.

I created a file public_html.htaccess and uploaded it in httpdocs (and not WWW), as you said. Does it seem correct to you?

Order Deny,Allow
Deny from 35.183.70.152 
Deny from 209.38.128.20 
Deny from 52.167.144.167 
Deny from 157.55.39.58 
Deny from 199.47.82.21 199.47.82.20 199.47.82.19 
Deny from 216.244.66.232 
Deny from 199.47.82.18 
Deny from 143.110.228.131
Allow from all

I excluded the IP adresses marked as Googlebots, as they should be harmless.  

Is anything else I could do?

Link to comment
Share on other sites

Quote

I noticed a lot of strange PHP files were loaded on my web site that I erased

Something on your account has a security vulnerability. This is what happens when a hacker gets in. WordPress is the most common cause, but plenty of other software also has vulnerabilities...

You'll need to update and/or reinstall whatever software you use on your account. Be aware that if a hacker decides to use the account to do something like set up a phishing site or send spam, the account may get banned for the hackers activity and you'll be forced to start over.

Link to comment
Share on other sites

I changed the password.

My web site is managed via Visual Studio Code and the files are uploaded fia FTP. I do not use WordPress.

Do you recommend me to block the last IP address ?

38373 66.249.68.69

It seems to be Googlebot.

Link to comment
Share on other sites

12 hours ago, dahuhunter said:

I noticed a lot of strange PHP files were loaded on my web site that I erased.

If your account has been hacked we recommend doing a full reset. Just deleting a few files that the hacker uploaded is unlikely to fix whatever vulnerability they used to upload the files in the first place.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...