Hostname
bitcoin.org
Last fetched
bitcoin.org resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
bitcoin.org resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.9.86 | 104.21.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.189.49 | 172.67.176.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.96.3 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.3 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:1068
- Organization
- louhi net oy
- Contact emails
- 2b3ab21598b142e18483eef879d83ee6.protect@whoisguard.com
- 33091e3defc24addbf4e990a2555688d.protect@whoisguard.com
- 45c0b1b9e4ad4542aef3f8cc951920d9.protect@whoisguard.com
- 90a7ffcf5a6346ae955e2828bbe37cb7.protect@whoisguard.com
- a9f9c87158514edcbc39fbbda86cdf8b.protect@whoisguard.com
- c55e0562d4dc49c190f3f51bec995963.protect@whoisguard.com
- ce4f81c497e7490c87f0c8032f57add0.protect@whoisguard.com
- cfaf536603d54e55b38636b1813e4e02.protect@whoisguard.com
- dcffe00c4b914c46b1b9e9d66c7aec50.protect@whoisguard.com
- ddd76965f86c431fb2db1a999af65a0a.protect@whoisguard.com
- de256e68365842b3ae22fb4fe4144380.protect@whoisguard.com
- f5cf0b71cc234910977efad398379970.protect@whoisguard.com
- hostmaster@louhi.net
Subdomains
2 observed subdomains of bitcoin.org.
| Subdomain |
|---|
| developer.bitcoin.org |
| www.bitcoin.org |
Web-graph footprint
Distinct hostnames that link to or from bitcoin.org in the public web crawl.
18,603 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for bitcoin.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | zoho.com |
| SPF_MX | bitcoin.org |
Related pages
Pivot deeper into the graph from bitcoin.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bitcoin.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.