Skip to content

Commit 799758b

Browse files
[Radar] Mention new TLD insights in changelog/release notes and glossary (#25987)
* [Radar] Mention new TLD insights in changelog/release notes and glossary --------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent c4260ad commit 799758b

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed
313 KB
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: TLD Insights in Cloudflare Radar
3+
description: New Top-Level Domain (TLD) insights in Cloudflare Radar, including popularity, traffic, and security
4+
products:
5+
- radar
6+
date: 2025-10-27
7+
---
8+
9+
[**Radar**](/radar/) now introduces Top-Level Domain (TLD) insights, providing visibility into popularity based on the DNS magnitude metric, detailed TLD information including its type, manager, DNSSEC support, RDAP support, and WHOIS data, and trends such as DNS query volume and geographic distribution observed by the [1.1.1.1](/1.1.1.1/) DNS resolver.
10+
11+
The following dimensions were added to the Radar DNS API, specifically, to the [`/dns/summary/{dimension}`](/api/resources/radar/subresources/dns/methods/summary_v2/) and [`/dns/timeseries_groups/{dimension}`](/api/resources/radar/subresources/dns/methods/timeseries_groups_v2/) endpoints:
12+
13+
- `tld`: Top-level domain extracted from DNS queries; can also be used as a filter.
14+
- `tld_dns_magnitude`: Top-level domain ranking by [DNS magnitude](/radar/glossary#dns-magnitude).
15+
16+
And the following endpoints were added:
17+
18+
- [`/tlds`](/api/resources/radar/subresources/tlds/methods/list/) - Lists all TLDs.
19+
- [`/tlds/{tld}`](/api/resources/radar/subresources/tlds/methods/get/) - Retrieves information about a specific TLD.
20+
21+
![Screenshot of the TLD ranking by DNS magnitude](~/assets/images/radar/tld-ranking-by-dns-magnitude.png)
22+
23+
Learn more about the new Radar DNS insights in our [blog post](https://blog.cloudflare.com/introducing-tld-insights-on-cloudflare-radar/), and check out the [new Radar page](https://radar.cloudflare.com/tlds).

src/content/docs/radar/glossary.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,17 @@ It is an essential Internet service, and is also used to look up other network-r
134134

135135
The data displayed on Radar for DNS is based on aggregated and anonymized DNS lookups to Cloudflare's [1.1.1.1](/1.1.1.1/) public resolver service.
136136

137+
## DNS magnitude
138+
139+
DNS Magnitude is a metric originally developed by [nic.at](https://www.nic.at/media/files/pdf/dns-magnitude-paper-20200601.pdf) (PDF) to estimate a domain’s overall visibility on the Internet.
140+
141+
Instead of only counting the total number of DNS queries, DNS Magnitude incorporates a sense of how many unique clients send queries to domains within the TLD. This approach gives a more accurate picture of a TLD’s reach, since a small number of sources can generate a large number of queries.
142+
Our ranking is based on queries observed at Cloudflare’s [1.1.1.1](/1.1.1.1/) public resolver. We aggregate individual client IP addresses into subnets, referred to here as "networks".
143+
144+
The magnitude value ranges from 0 to 10, with higher values (closer to 10) indicating that the TLD is queried by a broader range of networks.
145+
146+
This reflects greater global visibility and, in some cases, a higher likelihood of name collision across different systems. [According to ICANN](https://www.icann.org/resources/pages/name-collision-2013-12-06-en), a name collision occurs when an attempt to resolve a name used in a private name space (such as under a non-delegated Top-Level Domain) results in a query to the public DNS. When the administrative boundaries of private and public namespaces overlap, name resolution may yield unintended or harmful results. For example, if ICANN were to delegate `.home`, that could cause significant issues for hobbyists that use the (currently non-delegated) TLD within their local networks.
147+
137148
## Domain rankings
138149

139150
Domain Rankings is based on our anonymized and aggregated [1.1.1.1 DNS resolver](/1.1.1.1/) 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.

src/content/release-notes/radar.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ link: "/radar/release-notes/"
33
productName: Radar
44
productLink: "/radar/"
55
entries:
6+
- publish_date: "2025-10-27"
7+
title: Add TLD insights
8+
description: |-
9+
* Added new dimensions `tld` and `tld_dns_magnitude` to the [DNS](/api/resources/radar/subresources/dns/) API.
10+
* Added new endpoints [`/tlds`](/api/resources/radar/subresources/tlds/methods/list/) and [`/tlds/{tld}`](/api/resources/radar/subresources/tlds/methods/get/).
611
- publish_date: "2025-10-09"
712
title: Add CT log activity statistics
813
description: |-

0 commit comments

Comments
 (0)