What is Pingdom?

The Pingdom.com bot crawler is a tool used primarily for website performance monitoring and uptime checks. It simulates user interactions by periodically visiting websites to gather data on load times, availability, and other performance metrics. This bot helps website administrators identify bottlenecks, downtime, and other issues that could affect user experience. By providing real-time insights into website performance, the Pingdom bot enables IT teams to proactively address potential problems before they impact end users. The benefits of using such a bot include improved website reliability, enhanced user satisfaction, and the ability to make data-driven decisions for optimizing web infrastructure. Additionally, it aids in benchmarking against industry standards and competitors, ensuring that a website remains competitive in terms of speed and availability.

Why is Pingdom crawling my site?

Pingdom.com bot crawls your website as part of its monitoring services, which may have been set up by you or a third party interested in tracking your site’s performance. This activity is typically aimed at assessing the website’s uptime, response times, and overall health. The bot’s visits help in identifying performance issues and ensuring that the site meets expected service levels. Such monitoring is crucial for maintaining optimal user experiences and can be part of routine checks or specific performance audits.

Threat research insights on Pingdom

All data in this section are produced by DataDome's Galileo Threat Research team from our proprietary detection network and reviewed by human analysts.

Verified Bot A verified bot has high identification strength
Verified
Robots.txt Compliance Whether this bot respects robots.txt directives
Not respected
Identification Strength How confidently DataDome can identify this bot
High

Traffic origins

Top 15 countries by bot traffic

US US 40.74%
DE DE 8.95%
CA CA 7.48%
FR FR 5.36%
DK DK 4.68%
SE SE 4.46%
NL NL 4.28%
IE IE 3.58%
ES ES 3.53%
PL PL 2.44%
CZ CZ 2.2%
BR BR 2.09%
AT AT 1.83%
GB GB 1.65%
SK SK 1.58%

Most used autonomous system (AS)

Top 5 by traffic share

Amazon.com, Inc.
12.17%
Leaseweb USA, Inc.
8.66%
Datacamp Limited
8.27%
velia.net Internetdienste GmbH
7.82%
Orion Network Limited
6.81%
Traffic Occupancy
0.31%

On average, occupy 0.31% of the traffic from bots in the directory

Authorization Rate
100%

Businesses decide to authorize this bot 100% of the time

How to block Pingdom?

1. IP Blocking: Identify the IP ranges used by Pingdom and configure your server’s firewall to block these addresses. This method requires regular updates as IP ranges can change.

2. User-Agent Filtering: Configure your web server (e.g., Apache, Nginx) to deny requests from the Pingdom user-agent string. This involves adding rules to your server configuration files.
– For Apache: Use `.htaccess` to add:

RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} PingdomBot [NC]
RewriteRule .* - [F,L]

– For Nginx: Add to your configuration:

if ($http_user_agent ~* 'PingdomBot') {
    return 403;
}

 

3. Web Application Firewall (WAF): Implement rules in your WAF to detect and block requests from Pingdom based on user-agent or IP address patterns.

4. CDN Configuration: If using a Content Delivery Network (CDN), configure it to block requests from Pingdom by setting up custom rules that filter based on user-agent or IP address.

DataDome

See which bots and AI agents bypass your defenses

Create your account to start analyzing and mitigating malicious bots and AI-drive threats in real-time