Hostname
bitcoinweb.it
Last fetched
bitcoinweb.it resolves to 3 IPv4 addresses operated by AS49981 in NL. WHOIS lists registrar:key-systems gmbh as the registrar.
Nutrition Label
Resolution chain
bitcoinweb.it resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 217.23.10.94 | 217.23.0.0/20 | AS49981 | — | NL |
| 83.138.53.17 | 83.138.53.0/24 | AS63473 | HOSTHATCH - HostHatch, LLC | NL |
| 95.211.247.147 | 95.211.0.0/16 | AS60781 | — | NL |
WHOIS identity
- Registrar
- registrar:key-systems gmbh
- Organization
- bitonic
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from bitcoinweb.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bitcoinweb.it"})-[: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.