Skip to content

Hostname

prod.wsli.dev

Last fetched

prod.wsli.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BG.

Nutrition Label

WHISPER CANON · prod.wsli.devRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/prod.wsli.dev

Resolution chain

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

IPPrefixASNOperatorCountry
18.165.72.3918.165.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.BG
18.165.72.4018.165.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.BG
18.165.72.5318.165.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.BG
18.165.72.8918.165.72.0/23AS16509AMAZON-02 - Amazon.com, Inc.BG
54.192.151.10154.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.4154.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.4654.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.6154.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

No WHOIS records are currently associated with prod.wsli.dev in WhisperGraph.

Subdomains

1 observed subdomain of prod.wsli.dev.

Threat posture

History

Related pages

Pivot deeper into the graph from prod.wsli.dev.

Cypher and MCP

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

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