Hostname
do-zhai.com
Last fetched
do-zhai.com resolves to 1 IPv4 address operated by AS3462 in TW. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
do-zhai.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 60.248.161.166 | 60.248.0.0/16 | AS3462 | — | TW |
WHOIS identity
- Registrar
- iana:81
- Organization
- —
- Contact emails
Subdomains
2 observed subdomains of do-zhai.com.
| Subdomain |
|---|
| dahueng.do-zhai.com |
| www.do-zhai.com |
Web-graph footprint
Distinct hostnames that link to or from do-zhai.com in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for do-zhai.com.
| Mechanism | Target |
|---|---|
| SPF_A | do-zhai.com |
| SPF_INCLUDE | _spf.eee.tw |
| SPF_IP | 43.254.18.16 |
| SPF_MX | do-zhai.com |
Related pages
Pivot deeper into the graph from do-zhai.com.
- IP · 60.248.161.166
- ASN · AS3462
- Registrar · iana:81
- Country · TW
- Email · 9478fe3175bc7df741115f147c5a2aab-37629579@contact.gandi.net
- TLD · .com
- Browse hostnames · do…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "do-zhai.com"})-[: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.