Skip to content

Hostname

binary.expand.network

Last fetched

binary.expand.network resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · binary.expand.networkRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/binary.expand.network

Resolution chain

binary.expand.network resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.156.107.105108.156.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
108.156.107.42108.156.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
108.156.107.6108.156.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
108.156.107.69108.156.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.132.1599.84.132.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.132.1899.84.132.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.132.4399.84.132.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.132.699.84.132.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with binary.expand.network in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from binary.expand.network.

Cypher and MCP

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

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