Hostname
tabelog.com
Last fetched
tabelog.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
tabelog.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 |
|---|---|---|---|---|
| 162.159.141.102 | 162.159.128.0/19 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.1.98 | 172.66.0.0/22 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:49
- Organization
- 0023 plat
- Contact emails
Subdomains
38 observed subdomains of tabelog.com.
Showing 25 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tabelog.com in the public web crawl.
53,526 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for tabelog.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.tabelog.com |
| SPF_IP | 149.72.34.16/32 |
| SPF_IP | 202.218.36.64/26 |
| SPF_IP | 202.234.3.64/26 |
| SPF_IP | 202.234.48.0/26 |
| SPF_IP | 210.129.126.128/27 |
| SPF_IP | 210.189.92.160/27 |
| SPF_IP | 219.100.47.128/26 |
| SPF_IP | 61.121.246.64/28 |
Related pages
Pivot deeper into the graph from tabelog.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tabelog.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.