Skip to content

Hostname

static-cdn.yutoads.com

Last fetched

static-cdn.yutoads.com resolves to 10 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.

Nutrition Label

WHISPER CANON · static-cdn.yutoads.comRouting diversity4.8/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/static-cdn.yutoads.com

Resolution chain

static-cdn.yutoads.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.104.139.783.104.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.AU
3.104.203.93.104.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.AU
52.62.108.18452.62.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU
52.64.17.2352.64.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.AU
54.66.247.18954.66.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.AU
54.79.162.14854.79.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.AU
54.79.246.21654.79.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.AU
54.79.40.16954.79.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.AU
15.134.106.25115.134.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.AU
16.176.40.21316.176.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.AU

WHOIS identity

No WHOIS records are currently associated with static-cdn.yutoads.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from static-cdn.yutoads.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from static-cdn.yutoads.com.

Cypher and MCP

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

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