Skip to content

Hostname

dev.rext.la

Last fetched

dev.rext.la resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BE.

Nutrition Label

WHISPER CANON · dev.rext.laRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/dev.rext.la

Resolution chain

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

IPPrefixASNOperatorCountry
13.225.239.12413.225.238.0/23AS16509AMAZON-02 - Amazon.com, Inc.BE
13.225.239.1513.225.238.0/23AS16509AMAZON-02 - Amazon.com, Inc.BE
13.225.239.1713.225.238.0/23AS16509AMAZON-02 - Amazon.com, Inc.BE
13.225.239.9013.225.238.0/23AS16509AMAZON-02 - Amazon.com, Inc.BE
52.222.201.11352.222.200.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.201.4252.222.200.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.201.6452.222.200.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.201.7752.222.200.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR

WHOIS identity

No WHOIS records are currently associated with dev.rext.la in WhisperGraph.

Subdomains

1 observed subdomain of dev.rext.la.

Threat posture

History

Related pages

Pivot deeper into the graph from dev.rext.la.

Cypher and MCP

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

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