Facebook Crawler

Open to all! Ask other shopowners for help.
Post Reply
User avatar
ReneH4
Contributor
Posts: 145
Joined: Mon Oct 26, 2020 12:00 pm
Phoenix Version:
Has thanked: 13 times
Been thanked: 17 times

Facebook Crawler

Post by ReneH4 »

For the past months I have noticed the Facebook crawler hitting my site with calls.

I have blocked the crawler with IPv6, but removed it july 19th.
Yesterday I received a message from my provider that CPU had gone up to an inacceptable level, causde by the crawler.

Anyone else who has noticed this?

The blockingcode that I use now is:

Code: Select all

 RewriteEngine On
# Block Facebook bot
RewriteCond %{HTTP_USER_AGENT} ^facebookexternalhit/1\.1  [NC]
RewriteRule ^ - [F,L]

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Facebook Crawler

Post by burt »

There has been some chitchat in the Pro forum about Amazon Bot eating lots of CPU. The `amazon bots` are not from amazon, but are hosted on amazon AWS (so it looks like it is Amazon).

There has been no chitchat about Facebook so far as I am aware.
I am not here to build for you.
I am here to build with you. Let's help each other.
User avatar
ReneH4
Contributor
Posts: 145
Joined: Mon Oct 26, 2020 12:00 pm
Phoenix Version:
Has thanked: 13 times
Been thanked: 17 times

Re: Facebook Crawler

Post by ReneH4 »

This is the bandwidth graph of my site. Look at the arrows where the problems started..... and ended...
You do not have the required permissions to view the files attached to this post.
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times

Re: Facebook Crawler

Post by zipurman »

This is why I wrote the Phoenix Firewall

app.php/addons/paid_addon/phoenix_firewall/

Seems to be happening a lot lately.
zipurman
-----------
radhavallabh
Senior Contributor
Posts: 466
Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times

Re: Facebook Crawler

Post by radhavallabh »

burt wrote: Thu Jul 25, 2024 8:27 am There has been some chitchat in the Pro forum about Amazon Bot eating lots of CPU. The `amazon bots` are not from amazon, but are hosted on amazon AWS (so it looks like it is Amazon).

There has been no chitchat about Facebook so far as I am aware.
Hi dear;
any idea on how to go about blocking these amazon AWS hosted bots, as banning IP's has no effect on them.
Any help input shall be deeply appreciated dear;
Thank you in advance;
Very Warm Regds.
radhavallabh
Alice777
Member
Posts: 5
Joined: Sun Mar 21, 2021 4:13 pm
Phoenix Version:

Re: Facebook Crawler

Post by Alice777 »

I also have noticed the Facebook DOS attack. I assume they are scraping sites for marketing purposes. At any rate, I've blocked AS32934 FACEBOOK using Cloudflare free plan. I've also blocked all Amazon cloud ASN's and other cloud providers to mitigate these constant pests.
Yahalimu
Member
Posts: 29
Joined: Mon Oct 26, 2020 1:27 pm
Phoenix Version: v1.0.5.0
Has thanked: 4 times
Been thanked: 1 time

Re: Facebook Crawler

Post by Yahalimu »

Probably go scrape data for their Llama AI. I blocked it via htaccess.
User avatar
ReneH4
Contributor
Posts: 145
Joined: Mon Oct 26, 2020 12:00 pm
Phoenix Version:
Has thanked: 13 times
Been thanked: 17 times

Re: Facebook Crawler

Post by ReneH4 »

Never thought of that, you're probably correct!
Yahalimu wrote: Sun Aug 04, 2024 9:31 pm Probably go scrape data for their Llama AI. I blocked it via htaccess.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply