Hostname
xpki.io
Last fetched
xpki.io resolves to 12 IPv4 addresses operated by COMCAST-7922 - Comcast Cable Communications, LLC in US. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
xpki.io resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 96.102.101.142 | 96.96.0.0/12 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 96.102.101.182 | 96.96.0.0/12 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 96.102.98.20 | 96.96.0.0/12 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 96.102.98.40 | 96.96.0.0/12 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 96.102.98.53 | 96.96.0.0/12 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 96.102.98.54 | 96.96.0.0/12 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 96.102.101.136 | 96.96.0.0/12 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 96.102.101.157 | 96.96.0.0/12 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 96.102.98.10 | 96.96.0.0/12 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 96.102.101.139 | 96.96.0.0/12 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 96.102.98.37 | 96.96.0.0/12 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 96.102.101.159 | 96.96.0.0/12 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
WHOIS identity
- Registrar
- iana:81
- Organization
- —
- Contact emails
- —
Subdomains
64 observed subdomains of xpki.io.
Showing 25 of 64. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from xpki.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "xpki.io"})-[: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.