Hostname
medbook.io
Last fetched
medbook.io resolves to 15 IPv4 addresses operated by AS45146 in ID. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
medbook.io resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 119.235.254.100 | 119.235.254.0/24 | AS45146 | — | ID |
| 148.72.166.46 | 148.72.166.0/24 | AS30083 | AS-30083-US-VELIA-NET - velia.net | US |
| 15.204.135.117 | 15.204.128.0/17 | AS16276 | — | US |
| 15.204.144.139 | 15.204.128.0/17 | AS16276 | — | US |
| 15.204.144.223 | 15.204.128.0/17 | AS16276 | — | US |
| 178.162.194.91 | 178.162.192.0/18 | AS28753 | — | DE |
| 185.221.133.104 | 185.221.133.0/24 | AS6597 | COLOBLOX - Coloblox Data Centers Inc | US |
| 199.168.115.143 | 199.168.112.0/22 | AS32181 | ASN-GIGENET - GigeNET | US |
| 216.38.8.203 | 216.38.0.0/19 | AS32181 | ASN-GIGENET - GigeNET | US |
| 45.11.59.228 | 45.11.59.0/24 | AS43641 | — | US |
| 46.105.59.122 | 46.105.0.0/16 | AS16276 | — | FR |
| 69.65.31.71 | 69.65.0.0/18 | AS32181 | ASN-GIGENET - GigeNET | US |
| 85.14.247.188 | 85.14.192.0/18 | AS24961 | — | DE |
| 92.42.201.126 | 92.42.201.0/24 | AS49592 | — | SI |
| 93.113.96.98 | 93.113.96.0/24 | AS209711 | — | TR |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy protection
- Contact emails
- —
Subdomains
6 observed subdomains of medbook.io.
Threat posture
History
Mail and authentication
MX records
- mail.medbook.io
- medbook.io
SPF policy
2 SPF mechanisms authorising senders for medbook.io.
| Mechanism | Target |
|---|---|
| SPF_A | medbook.io |
| SPF_MX | medbook.io |
Related pages
Pivot deeper into the graph from medbook.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "medbook.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.