Skip to content

Hostname

static.react-native.eu

Last fetched

static.react-native.eu resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · static.react-native.euRouting diversity4.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/static.react-native.eu

Resolution chain

static.react-native.eu resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.15.179.21516.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.199.21616.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
52.216.37.22952.216.32.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.116.7752.217.112.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.129.13352.217.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.139.9352.217.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.72.23552.217.72.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.234.8554.231.224.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with static.react-native.eu in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from static.react-native.eu in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from static.react-native.eu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "static.react-native.eu"})-[: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.