Skip to content

Hostname

app.env0.com

Last fetched

app.env0.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · app.env0.comRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/app.env0.com

Resolution chain

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

IPPrefixASNOperatorCountry
18.238.80.1018.238.80.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.80.2718.238.80.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.80.3318.238.80.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.80.6818.238.80.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.165.63.533.165.62.0/23AS16509AMAZON-02 - Amazon.com, Inc.PH
3.165.63.743.165.62.0/23AS16509AMAZON-02 - Amazon.com, Inc.PH
3.165.63.953.165.62.0/23AS16509AMAZON-02 - Amazon.com, Inc.PH
3.165.63.973.165.62.0/23AS16509AMAZON-02 - Amazon.com, Inc.PH

WHOIS identity

No WHOIS records are currently associated with app.env0.com in WhisperGraph.

Subdomains

1 observed subdomain of app.env0.com.

Web-graph footprint

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

6 sites link to this hostname.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from app.env0.com.

Cypher and MCP

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

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