All hostnames pe.app resolves to 18 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label WHISPER CANON · pe.app Routing diversity 5.7/10 Peering density 10.0/10 MOAS conflict ✓ none Threat-feed listings 8.0/10 WHOIS transparency 0.0/10 Resolver footprint 5.6/10 canon.whisper.security/host/pe.app Resolution chain pe.app resolves to 18 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 100.23.145.80 100.37.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. US 104.26.12.159 104.27.96.0/20 AS13335 CLOUDFLARENET - Cloudflare, Inc. CA 104.26.13.159 104.27.96.0/20 AS13335 CLOUDFLARENET - Cloudflare, Inc. CA 172.67.74.252 172.67.224.0/20 AS13335 CLOUDFLARENET - Cloudflare, Inc. CA 34.209.210.224 35.1.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.225.31.79 45.2.159.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.238.90.176 45.2.159.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.253.216.134 45.2.159.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.12.58.240 52.0.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.35.60.122 52.46.5.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.36.126.104 52.46.6.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.36.152.175 52.46.6.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.37.28.164 52.46.6.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.40.38.132 52.46.7.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.187.97.95 54.192.4.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.68.139.171 54.76.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. US 184.33.8.166 184.49.32.0/19 AS16509 AMAZON-02 - Amazon.com, Inc. US 16.146.178.123 16.148.128.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity Registrar iana:146 Organization — Contact emails — Subdomains 4 observed subdomains of pe.app.
Web-graph footprint Distinct hostnames that link to or from pe.app in the public web crawl.
Related pages Pivot deeper into the graph from pe.app.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pe.app"})-[: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 .