Skip to content

Hostname

restaurant.com

Last fetched

restaurant.com resolves to 10 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · restaurant.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/restaurant.com

Resolution chain

restaurant.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.20.41.42104.20.32.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.66.172.154172.66.160.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
18.165.98.4418.165.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.165.98.5718.165.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.165.98.6618.165.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.165.98.8518.165.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.172.134.11018.172.134.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.172.134.2418.172.134.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.172.134.3018.172.134.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.172.134.6818.172.134.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from restaurant.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for restaurant.com.

MechanismTarget
SPF_REDIRECTrestaurant.com.hosted.spf-report.com

Related pages

Pivot deeper into the graph from restaurant.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "restaurant.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.