Skip to content

Hostname

export.dev.propstream.com

Last fetched

export.dev.propstream.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · export.dev.propstream.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/export.dev.propstream.com

Resolution chain

export.dev.propstream.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.23.44.112100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
16.146.207.20916.146.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
16.146.225.23416.146.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
35.166.248.8035.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
35.84.150.21435.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
50.112.53.12550.112.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
52.42.4.17452.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.188.44.12654.188.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Related pages

Pivot deeper into the graph from export.dev.propstream.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "export.dev.propstream.com"})-[: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.