Skip to content

Hostname

exchanges.state.gov

Last fetched

exchanges.state.gov resolves to 3 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · exchanges.state.govRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/exchanges.state.gov

Resolution chain

exchanges.state.gov resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.217.183.23413.216.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
34.197.182.16434.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
98.95.175.6798.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with exchanges.state.gov in WhisperGraph.

Subdomains

1 observed subdomain of exchanges.state.gov.

Web-graph footprint

Distinct hostnames that link to or from exchanges.state.gov in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from exchanges.state.gov.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "exchanges.state.gov"})-[: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.