Hostname
opentable.de
Last fetched
opentable.de resolves to 11 IPv4 addresses operated by AKAMAI-ASN1 in DE.
Nutrition Label
Resolution chain
opentable.de resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.126.37.129 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.136 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 23.212.110.168 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.176 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.44.215.136 | 23.44.215.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.44.215.139 | 23.44.215.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 92.123.104.21 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.58 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 92.123.104.65 | 92.123.104.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.61.201 | 95.101.61.0/24 | AS20940 | AKAMAI-ASN1 | PL |
| 95.101.61.207 | 95.101.61.0/24 | AS20940 | AKAMAI-ASN1 | PL |
WHOIS identity
No WHOIS records are currently associated with opentable.de in WhisperGraph.
Subdomains
34 observed subdomains of opentable.de.
Showing 25 of 34. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from opentable.de in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for opentable.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | opentable.com |
Related pages
Pivot deeper into the graph from opentable.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "opentable.de"})-[: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.