Hostname
torproject.org
Last fetched
torproject.org resolves to 5 IPv4 addresses operated by HETZNER-AS in DE. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
torproject.org resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 116.202.120.165 | 116.202.0.0/16 | AS24940 | HETZNER-AS | DE |
| 116.202.120.166 | 116.202.0.0/16 | AS24940 | HETZNER-AS | DE |
| 204.8.99.144 | 204.8.96.0/22 | AS62744 | BDNET-01 - Blackdragon Networks, LLC | US |
| 204.8.99.146 | 204.8.96.0/22 | AS62744 | BDNET-01 - Blackdragon Networks, LLC | US |
| 95.216.163.36 | 95.216.0.0/16 | AS24940 | HETZNER-AS | FI |
WHOIS identity
- Registrar
- iana:113
- Organization
- - -
- Contact emails
Subdomains
146 observed subdomains of torproject.org.
Showing 25 of 146. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from torproject.org in the public web crawl.
15,338 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for torproject.org.
| Mechanism | Target |
|---|---|
| SPF_A | crm-int-01.torproject.org |
| SPF_A | mta-dal-01.torproject.org |
| SPF_A | polyanthum.torproject.org |
| SPF_A | rdsys-frontend-01.torproject.org |
| SPF_A | rdsys-staging-01.torproject.org |
| SPF_A | srs-dal-01.torproject.org |
| SPF_A | submit-01.torproject.org |
Related pages
Pivot deeper into the graph from torproject.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.