#Tranco

Neil Craigtdp_org
2025-04-16

TIL the Tranco domain ranking data is available as a public data source in BigQuery - so you can do e.g.:

```
select
domain,
rank
from `tranco.daily.daily`
where date = date_sub(current_date(), interval 1 day)
and domain in ("bbc.co.uk", "bbc.com")
order by rank asc
```
tranco-list.eu

Gavin Browngbxyz@noc.social
2024-06-04

Possibly of interest to my followers: I created a #Perl interface to the #Tranco domain list:

metacpan.org/pod/Data::Tranco

Version 0.02 with some more features will be uploaded later today!

Nemo_bis 🌈nemobis@mamot.fr
2023-07-14

@davidgerard Nice. It will be interesting to track longitudinal Similarweb data.

I noticed a few days ago that #InstagramThreads traffic has pretty much peaked on 2023-07-08 according to #Tranco.
tranco-list.eu

This figure is probably still dominated by DNS requests according to Cisco, so I wouldn't rely on it yet. (I'm not even sure what domain names the mobile app is contacting.)

Tranco list for threads.net

Victor Le Pochat, Tom Van Goethem, Samaneh Tajalizadehkhoob, Maciej Korczyński, and Wouter Joosen. 2019. "Tranco: A Research-Oriented Top Sites Ranking Hardened Against Manipulation," Proceedings of the 26th Annual Network and Distributed System Security Symposium (NDSS 2019). https://doi.org/10.14722/ndss.2019.23386
Mr. Curious! :mastodon:CyberHues
2023-03-24

researchers have been tracking a widespread malicious (JS) injection campaign that redirects victims to malicious content such as adware & scam pages. This threat was active throughout 2022 & continued even in 2023.

They detected the injected JS code on more than 51,000 websites, including hundreds of websites in Tranco’s top 1 million website ranking list. The presence of affected websites in indicates that this campaign could have impacted a large number of people.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst