Skip to content

Hostname

mainnet-b.shape.network

Last fetched

mainnet-b.shape.network resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR.

Nutrition Label

WHISPER CANON · mainnet-b.shape.networkRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mainnet-b.shape.network

Resolution chain

mainnet-b.shape.network resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.225.134.11413.225.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
13.225.134.12713.225.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
13.225.134.3613.225.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
13.225.134.3813.225.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
13.227.107.12313.227.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
13.227.107.1813.227.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
13.227.107.4713.227.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
13.227.107.813.227.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
13.32.241.12413.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.2713.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.5713.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.7413.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with mainnet-b.shape.network in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from mainnet-b.shape.network.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mainnet-b.shape.network"})-[: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.