Skip to content

Hostname

img.yeah.cx

Last fetched

img.yeah.cx resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.

Nutrition Label

WHISPER CANON · img.yeah.cxRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/img.yeah.cx

Resolution chain

img.yeah.cx resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.159.157.19713.162.72.0/21AS16509AMAZON-02 - Amazon.com, Inc.JP
38.105.26.7738.105.79.0/24AS152672US
52.193.255.3052.216.11.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
52.220.158.3852.222.171.0/24AS16509AMAZON-02 - Amazon.com, Inc.SG

WHOIS identity

No WHOIS records are currently associated with img.yeah.cx in WhisperGraph.

Subdomains

1 observed subdomain of img.yeah.cx.

Threat posture

History

Related pages

Pivot deeper into the graph from img.yeah.cx.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "img.yeah.cx"})-[: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.