Skip to content

Commit 3f507f2

Browse files
authored
[Radar] Update changelog (#19719)
1 parent ca928f0 commit 3f507f2

File tree

4 files changed

+60
-18
lines changed

4 files changed

+60
-18
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Expanded AI insights in Cloudflare Radar
3+
description: Expanded AI insights with new API endpoints for Internet services rankings, robots.txt, and inference data
4+
products:
5+
- radar
6+
date: 2025-02-04T11:00:00Z
7+
---
8+
9+
[**Radar**](/radar/) has expanded its AI insights with new API endpoints for Internet services rankings, robots.txt analysis, and AI inference data.
10+
11+
#### Internet services ranking
12+
13+
Radar now provides [rankings for Internet services](/radar/glossary/#internet-services-ranking), including Generative AI platforms, based on anonymized 1.1.1.1 resolver data.
14+
Previously limited to the annual Year in Review, these insights are now available daily via the [API](/api/resources/radar/subresources/ranking/subresources/internet_services/), through the following endpoints:
15+
16+
- [`top`](/api/resources/radar/subresources/ranking/subresources/internet_services/methods/top/) show service popularity at a specific date.
17+
- [`timeseries_groups`](/api/resources/radar/subresources/ranking/subresources/internet_services/methods/timeseries_groups/) track ranking trends over time.
18+
19+
#### Robots.txt
20+
21+
Radar now analyzes [robots.txt](/radar/glossary/#robotstxt) files from the top 10,000 domains, identifying AI bot access rules.
22+
AI-focused user agents from [ai.robots.txt](https://github.com/ai-robots-txt/ai.robots.txt) are categorized as:
23+
24+
- **Fully allowed/disallowed** if directives apply to all paths (`*`).
25+
- **Partially allowed/disallowed** if restrictions apply to specific paths.
26+
27+
These insights are now available weekly via the [API](/api/resources/radar/subresources/robots_txt/), through the following endpoints:
28+
29+
- [`top/user_agents/directive`](/api/resources/radar/subresources/robots_txt/subresources/top/subresources/user_agents/methods/directive/) to get the top AI user agents by directive.
30+
- [`top/domain_categories`](/api/resources/radar/subresources/robots_txt/subresources/top/methods/domain_categories/) to get the top domain categories by robots.txt files.
31+
32+
#### Workers AI
33+
34+
Radar now provides insights into public AI inference models from [Workers AI](/workers-ai/), tracking usage trends across **models** and **tasks**.
35+
These insights are now available via the [API](/api/resources/radar/subresources/ai/subresources/inference/), through the following endpoints:
36+
37+
- [`summary`](/api/resources/radar/subresources/ai/subresources/inference/subresources/summary/) to view aggregated `model` and `task` popularity.
38+
- [`timeseries_groups`](/api/resources/radar/subresources/ai/subresources/inference/subresources/timeseries_groups/) to track changes over time for `model` or `task`.
39+
40+
Learn more about the new Radar AI insights in our [blog post](https://blog.cloudflare.com/expanded-ai-insights-on-cloudflare-radar/).

src/content/changelogs/radar.yaml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ productLink: "/radar/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-02-04"
9+
title: Add Internet services ranking, robots.txt, and AI inference endpoints
10+
description: |-
11+
* Added [Internet services ranking endpoints](/api/resources/radar/subresources/ranking/subresources/internet_services/).
12+
* Added [robots.txt endpoints](/api/resources/radar/subresources/robots_txt/).
13+
* Added [AI inference endpoints](/api/resources/radar/subresources/ai/subresources/inference/).
814
- publish_date: "2024-06-27"
915
title: Change TCP connection tampering API endpoints to TCP Resets Timeouts
1016
description: |-
@@ -25,11 +31,11 @@ entries:
2531
* Added Layer 7 Summaries by `http_method`, `http_version`, `ip_version`, `managed_rules`, `mitigation_product`.
2632
* Added Layer 7 Timeseries Groups by `http_method`, `http_version`, `ip_version`, `managed_rules`, `mitigation_product`, `industry`, `vertical`.
2733
* Added Layer 7 Top by `industry`, `vertical`.
28-
* Deprecated Layer 7 [timeseries groups without dimension](/api/resources/radar/subresources/attacks/subresources/layer7/subresources/timeseries_groups/methods/get/).
34+
* Deprecated Layer 7 timeseries groups without dimension.
2935
* To continue getting this data, switch to the new
3036
[timeseries group by mitigation_product](/api/resources/radar/subresources/attacks/subresources/layer7/subresources/timeseries_groups/methods/mitigation_product/)
3137
endpoint.
32-
* Deprecated Layer 7 [summary without dimension)](/api/resources/radar/subresources/attacks/subresources/layer7/subresources/summary/methods/get/).
38+
* Deprecated Layer 7 summary without dimension.
3339
* To continue getting this data, switch to the new
3440
[summary by mitigation_product](/api/resources/radar/subresources/attacks/subresources/layer7/subresources/summary/methods/mitigation_product/)
3541
endpoint.
@@ -55,15 +61,11 @@ entries:
5561
[timeseries](/api/resources/radar/subresources/attacks/subresources/layer3/methods/timeseries/) endpoint
5662
to start using the new Layer 3 data source by default, fetching the old data source now requires sending the parameter
5763
`metric=bytes_old`.
58-
* Deprecated Layer 3
59-
[summary](/api/resources/radar/subresources/attacks/subresources/layer3/subresources/summary/methods/get/) endpoint, this will stop
60-
receiving data after 2023-08-14.
64+
* Deprecated Layer 3 summary endpoint, this will stop receiving data after 2023-08-14.
6165
* To continue getting this data, switch to the
6266
new [timeseries group protocol](/api/resources/radar/subresources/attacks/subresources/layer3/subresources/summary/methods/protocol/)
6367
endpoint.
64-
* Deprecated Layer 3
65-
[timeseries groups](/api/resources/radar/subresources/attacks/subresources/layer3/subresources/timeseries_groups/methods/get/)
66-
endpoint, this will stop receiving data after 2023-08-14.
68+
* Deprecated Layer 3 timeseries groups endpoint, this will stop receiving data after 2023-08-14.
6769
* To continue getting this data, switch to the
6870
new [timeseries group protocol](/api/resources/radar/subresources/attacks/subresources/layer3/subresources/timeseries_groups/methods/protocol/)
6971
endpoint.
@@ -76,11 +78,11 @@ entries:
7678
- publish_date: "2023-07-20"
7779
title: Add URL Scanner endpoints
7880
description: |-
79-
* Added [urlscanner endpoints](/api/resources/url_scanner/subresources/scans/methods/list/). For more information, refer to [URL Scanner](/radar/investigate/url-scanner/).
81+
* Added [urlscanner endpoints](/api/resources/url_scanner/). For more information, refer to [URL Scanner](/radar/investigate/url-scanner/).
8082
- publish_date: "2023-06-20"
8183
title: Add Quality endpoints
8284
description: |-
83-
* Added [quality endpoints](/api/resources/radar/subresources/quality/subresources/iqi/methods/summary/).
85+
* Added [quality endpoints](/api/resources/radar/subresources/quality/).
8486
- publish_date: "2023-06-07"
8587
title: Add BGP stats, pfx2as and moas endpoint
8688
description: |-
@@ -95,8 +97,8 @@ entries:
9597
- publish_date: "2023-03-20"
9698
title: Add AS112 and email endpoints
9799
description: |-
98-
* Added [AS112 endpoints](/api/resources/radar/subresources/as112/subresources/summary/methods/dnssec/).
99-
* Added [email endpoints](/api/resources/radar/subresources/email/subresources/security/subresources/summary/methods/arc/).
100+
* Added [AS112 endpoints](/api/resources/radar/subresources/as112/).
101+
* Added [email endpoints](/api/resources/radar/subresources/email/).
100102
- publish_date: "2023-01-23"
101103
title: Updated IPv6 calculation method
102104
description: |-

src/content/docs/radar/api-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
pcx_content_type: navigation
33
title: API reference
4-
external_link: /api/resources/radar/subresources/annotations/subresources/outages/methods/get/
4+
external_link: /api/resources/radar/
55
sidebar:
66
order: 6
77

src/content/docs/radar/glossary.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ of the table are defined as follows:
6666
* `Confidence`: The level of confidence that we have on the event being a true hijacks. Values can be `High`, `Medium`, or `Low`.
6767
* `Tags`: The relevant evidence presented as short tags, presenting key facts we compiled using additional data sources, such as RPKI validation results or network relationship.
6868

69-
You can also access the detection result programmatically via our [public API](https://developers.cloudflare.com/api/resources/radar/subresources/bgp/subresources/hijacks/subresources/events/methods/list/) ([CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license).
69+
You can also access the detection result programmatically via our [public API](/api/resources/radar/subresources/bgp/subresources/hijacks/subresources/events/methods/list/) ([CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license).
7070

7171
## Certificates
7272

@@ -90,13 +90,13 @@ Cloudflare Speed Test measures latency multiple times over the course of the tes
9090

9191
## Content categories
9292

93-
Cloudflare uses a variety of data sources to categorize domains. Using Cloudflare Radar, you can view the content categories associated with a given domain. Cloudflare customers using Cloudflare Gateway or 1.1.1.1 for Families can decide to block certain categories, like "Adult Content", in addition to security threats like malware and phishing.
93+
Cloudflare uses a variety of data sources to categorize domains. Using Cloudflare Radar, you can view the content categories associated with a given domain. Cloudflare customers using Cloudflare Gateway or [1.1.1.1 for Families](https://one.one.one.one/family/) can decide to block certain categories, like "Adult Content", in addition to security threats like malware and phishing.
9494

9595
In some cases, a domain may be miscategorized. For example, a social media site might be categorized as "Shopping & Auctions". If you believe a domain is miscategorized, or a domain has not yet been categorized, please provide your suggested category using [this form](https://radar.cloudflare.com/domains/feedback) to bring it to our attention.
9696

9797
## Domain rankings
9898

99-
Domain Rankings is based on our anonymized and aggregated 1.1.1.1 resolver data, complies with our [privacy policy](https://www.cloudflare.com/en-gb/privacypolicy/), and aims to identify the top most popular domains that reflect how people use the Internet globally. Domain Rankings’ popularity metric is best described as the estimated number of unique users that access a domain over some period of time.
99+
Domain Rankings is based on our anonymized and aggregated [1.1.1.1 resolver](https://one.one.one.one/dns/) data, complies with our [privacy policy](https://www.cloudflare.com/en-gb/privacypolicy/), and aims to identify the top most popular domains that reflect how people use the Internet globally. Domain Rankings’ popularity metric is best described as the estimated number of unique users that access a domain over some period of time.
100100

101101
Trending domains are domains which are currently experiencing an increase in popularity. Domains Trending Today are domains spiking in popularity, reflecting increased interest potentially related to a particular event or a topic. Domains Trending This Week are domains that have steadily grown in popularity, reflecting an increase of their user base over the week.
102102

@@ -112,7 +112,7 @@ An early warning signal that an Internet outage may be underway on a given netwo
112112

113113
## Internet services ranking
114114

115-
Internet services ranking is based on our anonymized and aggregated 1.1.1.1 resolver data, complies with our [privacy policy](https://www.cloudflare.com/en-gb/privacypolicy/), and aims to identify the top most popular Internet services that reflect how people use the Internet globally. A service represents one or more domains aggregated together. Ranking popularity metric is best described as the estimated number of unique users that access domains associated with a service, over some period of time.
115+
Internet services ranking is based on our anonymized and aggregated [1.1.1.1 resolver](https://one.one.one.one/dns/) data, complies with our [privacy policy](https://www.cloudflare.com/en-gb/privacypolicy/), and aims to identify the top most popular Internet services that reflect how people use the Internet globally. A service represents one or more domains aggregated together. Ranking popularity metric is best described as the estimated number of unique users that access domains associated with a service, over some period of time.
116116

117117
## Internet traffic trends
118118

@@ -162,7 +162,7 @@ The Post-Quantum Encryption Adoption graph shows the share of HTTPS requests to
162162

163163
A [robots.txt](https://www.cloudflare.com/learning/bots/what-is-robots-txt/) file contains instructions for bots that tell them which webpages they can and cannot access.
164164

165-
The data displayed for robots.txt is based on successfully parsed robots.txt files from the top 10,000 domains. From these files, we count the occurrences of each user agent under the "Allow" and "Disallow" directives. A user agent is classified as "fully allowed" or "fully disallowed" if the directive value is "*". Otherwise, if the user agent is only allowed or disallowed to crawl specific paths, it is classified as "partially allowed" or "partially disallowed."
165+
The data displayed for robots.txt is based on successfully parsed robots.txt files from the top 10,000 domains. From these files, we count the occurrences of each user agent under the `Allow` and `Disallow` directives. A user agent is classified as "fully allowed" or "fully disallowed" if the directive value is `*`. Otherwise, if the user agent is only allowed or disallowed to crawl specific paths, it is classified as "partially allowed" or "partially disallowed."
166166

167167
Currently, we only include AI-focused user agents listed in the [ai.robots.txt](https://github.com/ai-robots-txt/ai.robots.txt) repository.
168168

0 commit comments

Comments
 (0)