Skip to content

Hostname

cloud.torproject.org

Last fetched

cloud.torproject.org resolves to 5 IPv4 addresses operated by HETZNER-AS in DE.

Nutrition Label

WHISPER CANON · cloud.torproject.orgRouting diversity3.0/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/cloud.torproject.org

Resolution chain

cloud.torproject.org resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
116.202.120.165116.202.0.0/16AS24940HETZNER-ASDE
116.202.120.166116.202.0.0/16AS24940HETZNER-ASDE
204.8.99.144204.8.96.0/22AS62744BDNET-01 - Blackdragon Networks, LLCUS
204.8.99.146204.8.96.0/22AS62744BDNET-01 - Blackdragon Networks, LLCUS
95.216.163.3695.216.0.0/16AS24940HETZNER-ASFI

WHOIS identity

No WHOIS records are currently associated with cloud.torproject.org in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from cloud.torproject.org in the public web crawl.

19 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from cloud.torproject.org.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "cloud.torproject.org"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.