What is Uptrends?

Uptrends crawler bot is the synthetic monitoring agent from Uptrends used to test website, API, and transaction availability/performance from global checkpoints. It identifies uptime issues, latency, errors, and content/step failures using scripted journeys and standard HTTP(s) requests. Typical UA: “Uptrends … (https://www.uptrends.com/bot)”.

Legitimate use cases:
– Uptime/performance SLAs, alerting, and root-cause triage
– Multi-step transaction and checkout monitoring
– API health, status codes, SSL/TLS, DNS, CDN verification
– Content change/broken link detection and geo-performance benchmarking

Fraud/illegal misuse (risks):
– UA/IP spoofing to masquerade malicious traffic as monitoring
– Large-scale content scraping or price/intelligence harvesting
– Inventory hoarding and competitive reconnaissance
– Evasion of bot controls/allowlists that trust monitoring bots
– Traffic laundering/ad fraud or analytics pollution

Note: Mitigate by validating IP ranges, reverse DNS, and behavior, not UA alone.

Why is Uptrends crawling my site?

It’s likely running synthetic checks against your site or APIs—either configured by your own org, a vendor/partner, an agency, or an external party benchmarking availability, performance, or transaction flows. If uncoordinated, impacts can include: inflated traffic and conversion metrics, polluted attribution, and skewed A/B results; added load, bandwidth, and serverless/egress costs; WAF/bot rules noise, alert fatigue, and SIEM/log volume spikes; cache churn, CDN origin misses, and resource locking that can slow user flows; session/cart inventory holds in transactional paths; rate limiting collisions that degrade real-user experience; and complicating fraud signals by mimicking automated behavior patterns. Coordinate ownership and scope in monitoring inventories and ensure test paths, frequencies, and headers align with your observability, capacity, and analytics assumptions.

Threat research insights on Uptrends

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

DE DE 40.51%
FR FR 30.5%
GB GB 10.63%
US US 7.79%
CH CH 1.01%
CA CA 1.0%
NL NL 0.79%
BH BH 0.73%
AE AE 0.68%
AU AU 0.51%
IT IT 0.5%
BE BE 0.4%
JP JP 0.4%
IN IN 0.36%
BR BR 0.36%

Most used autonomous system (AS)

Top 5 by traffic share

OVH SAS
10.29%
Scaleway SAS
6.39%
IONOS SE
3.91%
Ikoula Net SAS
3.55%
Contabo GmbH
3.54%
Traffic Occupancy
0.12%

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

Authorization Rate
100%

Businesses decide to authorize this bot 100% of the time

How to block Uptrends?

1) User-Agent filtering at the web server
Nginx: if ($http_user_agent ~* "Uptrends") { return 403; }
Apache:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} "(?i)Uptrends"
RewriteRule .* - [F]

2) IP/ASN/network blocking
Block known IP ranges or hosting ASNs used by Uptrends if identifiable and unwanted.

3) Rate limiting and dynamic banning
Use Nginx limit_req or similar to throttle repeated or high-frequency requests from this bot.

4) JavaScript token + honeypot traps
Require JS-generated cookies/tokens; add honeypot URLs and block any Uptrends agent that accesses them.

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