Threat-intelligence feed
Popularity/TrustLast verified Page fetched
Tranco Top 1M is a popularity/trust threat-intelligence feed tracked by WhisperGraph as a FEED_SOURCE node. The Whisper Internet Directory publishes this page so security analysts and LLM agents can link to it as a stable record for Tranco Top 1M.
Tranco Top 1M is the academic-grade domain popularity ranking maintained by researchers at imec-DistriNet (KU Leuven) and Stanford. It combines four upstream popularity sources (Cisco Umbrella, Majestic, Farsight, and historical Alexa) using a documented ranking-aggregation methodology designed to be more stable and harder to manipulate than any single upstream. The Tranco list is the de-facto standard popularity baseline in academic measurement studies because the methodology is fully reproducible and the daily snapshots are versioned with stable identifiers. It is indexed here because it is widely cited in security-measurement and web-research papers.
FEED_SOURCE node not currently in WhisperGraph. The editorial entry for Tranco Top 1Mis committed to the directory but the corresponding graph node is missing — typically a transient state during the threat-feed import pipeline's between-runs window. The page will reconcile on the next revalidation.
Indicators: Computing — check back later. The precompute pipeline is building this feed's indicator sample from the host corpus and will populate the count and representative addresses on an upcoming run.
Look up which threat feeds list a given IP — the indicator-anchored query that powers the threat card:
MATCH (ip:IPV4 {name: $ip})-[:LISTED_IN]->(f:FEED_SOURCE)
WHERE f.name = "Tranco Top 1M"
WITH f
MATCH (f)-[:BELONGS_TO]->(c:CATEGORY)
RETURN f.name AS feed, c.name AS categoryVerify the feed's graph-side identity directly:
MATCH (f:FEED_SOURCE {name: "Tranco Top 1M"})
OPTIONAL MATCH (f)-[:BELONGS_TO]->(c:CATEGORY)
RETURN f.id AS id, f.name AS name, c.name AS categoryOr query Whisper from your own LLM workflow via the Whisper MCP server.
Pivot from Tranco Top 1M into adjacent entities.