Hostname
doorzo.com
Last fetched
doorzo.com resolves to 2 IPv4 addresses operated by AS45102 in JP. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
doorzo.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 8.209.214.61 | 8.209.192.0/19 | AS45102 | — | JP |
| 8.211.156.175 | 8.211.128.0/19 | AS45102 | — | JP |
WHOIS identity
- Registrar
- iana:625
- Organization
- whois privacy protection service by onamae.com
- Contact emails
Subdomains
2 observed subdomains of doorzo.com.
| Subdomain |
|---|
| nh5.doorzo.com |
| www.doorzo.com |
Web-graph footprint
Distinct hostnames that link to or from doorzo.com in the public web crawl.
162 sites link to this hostname.
246 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for doorzo.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | sender.zcsend.jp |
Related pages
Pivot deeper into the graph from doorzo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "doorzo.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.