Skip to content

Hostname

dev-cdn.webinfinity.com

Last fetched

dev-cdn.webinfinity.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PL.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.244.102.10218.244.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
18.244.102.2418.244.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
18.244.102.5318.244.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
18.244.102.9818.244.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
99.86.240.1199.86.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
99.86.240.11499.86.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
99.86.240.12499.86.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
99.86.240.399.86.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with dev-cdn.webinfinity.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from dev-cdn.webinfinity.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dev-cdn.webinfinity.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.