Skip to content

Hostname

cdn.lespac.com

Last fetched

cdn.lespac.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
3.166.49.1083.166.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
3.166.49.1113.166.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
3.166.49.903.166.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
3.166.49.963.166.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.GB
3.171.38.1033.171.36.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.38.403.171.36.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.38.533.171.36.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.38.803.171.36.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with cdn.lespac.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from cdn.lespac.com in the public web crawl.

9 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from cdn.lespac.com.

Cypher and MCP

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

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