Hostname
cityhighdining.com
Last fetched
cityhighdining.com resolves to 2 IPv4 addresses operated by AS63760 in VN. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
cityhighdining.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 |
|---|---|---|---|---|
| 45.252.248.52 | 45.252.248.0/22 | AS63760 | — | VN |
| 45.252.251.13 | 45.252.248.0/22 | AS63760 | — | VN |
WHOIS identity
- Registrar
- iana:49
- Organization
- gmo-z.com runsystem
- Contact emails
Subdomains
3 observed subdomains of cityhighdining.com.
Web-graph footprint
Distinct hostnames that link to or from cityhighdining.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for cityhighdining.com.
| Mechanism | Target |
|---|---|
| SPF_A | cityhighdining.com |
| SPF_INCLUDE | azdigi-mailgateway.com |
| SPF_INCLUDE | emg01.emailserver.net.vn |
| SPF_IP | 150.95.104.102 |
| SPF_IP | 45.252.248.52 |
| SPF_IP | 45.252.249.81 |
| SPF_MX | cityhighdining.com |
Related pages
Pivot deeper into the graph from cityhighdining.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cityhighdining.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.