Skip to content

Hostname

bento.com

Last fetched

bento.com resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
13.32.121.1713.32.120.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.32.121.4813.32.120.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.32.121.7513.32.120.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.32.121.8513.32.120.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
208.113.159.19208.113.128.0/18AS26347DREAMHOST-AS - New Dream Network, LLCUS

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 bento.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for bento.com.

MechanismTarget
SPF_INCLUDEnetblocks.dreamhost.com
SPF_INCLUDErelay.mailchannels.net
SPF_MXbento.com

Related pages

Pivot deeper into the graph from bento.com.

Cypher and MCP

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

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