Hostname
hotelkuu.com
Last fetched
hotelkuu.com resolves to 2 IPv4 addresses operated by AS18068 in JP. WHOIS lists iana:1291 as the registrar.
Nutrition Label
Resolution chain
hotelkuu.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 |
|---|---|---|---|---|
| 133.88.13.250 | 133.88.12.0/22 | AS18068 | — | JP |
| 180.148.165.100 | 180.148.160.0/20 | AS15830 | — | JP |
WHOIS identity
- Registrar
- iana:1291
- Organization
- datajapan domainprotectionaccount
- Contact emails
Subdomains
1 observed subdomain of hotelkuu.com.
| Subdomain |
|---|
| www.hotelkuu.com |
Web-graph footprint
Distinct hostnames that link to or from hotelkuu.com in the public web crawl.
5 sites link to this hostname.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for hotelkuu.com.
| Mechanism | Target |
|---|---|
| SPF_MX | hotelkuu.com |
Related pages
Pivot deeper into the graph from hotelkuu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hotelkuu.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.