Skip to content

Hostname

stem.torproject.org

Last fetched

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

Nutrition Label

WHISPER CANON · stem.torproject.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/stem.torproject.org

Resolution chain

stem.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/22AS62744QUINTEX - Quintex Alliance ConsultingUS
204.8.99.146204.8.96.0/22AS62744QUINTEX - Quintex Alliance ConsultingUS
95.216.163.3695.216.0.0/16AS24940HETZNER-ASFI

WHOIS identity

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

Web-graph footprint

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

57 sites link to this hostname.

Threat posture

History

Related pages

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

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "stem.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.