All hostnames join.standard.net resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label WHISPER CANON · join.standard.net Routing diversity — Peering density — MOAS conflict — Threat-feed listings — WHOIS transparency — Resolver footprint — canon.whisper.security/host/join.standard.net Resolution chain join.standard.net resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 16.15.199.238 16.15.192.0/21 AS14618 AMAZON-AES - Amazon.com, Inc. US 16.15.202.9 16.15.200.0/21 AS14618 AMAZON-AES - Amazon.com, Inc. US 16.15.203.152 16.15.200.0/21 AS14618 AMAZON-AES - Amazon.com, Inc. US 16.15.207.56 16.15.200.0/21 AS14618 AMAZON-AES - Amazon.com, Inc. US 16.182.104.245 16.182.96.0/20 AS16509 AMAZON-02 - Amazon.com, Inc. US 16.182.71.125 16.182.64.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. US 16.182.74.45 16.182.72.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.216.36.85 52.216.32.0/20 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.216.60.109 52.216.48.0/20 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.216.79.11 52.216.79.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.217.111.35 52.217.108.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.217.142.253 52.217.128.0/19 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.217.47.91 52.217.47.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.231.194.125 54.231.192.0/19 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.231.204.69 54.231.192.0/19 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.231.204.77 54.231.192.0/19 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity No WHOIS records are currently associated with join.standard.net in WhisperGraph.
Web-graph footprint Distinct hostnames that link to or from join.standard.net in the public web crawl.
Related pages Pivot deeper into the graph from join.standard.net.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "join.standard.net"})-[: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 .