Hostname
cuddly.com
Last fetched
cuddly.com resolves to 10 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
cuddly.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.169.218.117 | 184.169.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.52.215.16 | 52.52.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.8.245.163 | 52.8.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.9.100.40 | 52.9.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.9.126.17 | 52.9.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.9.16.39 | 52.9.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.9.170.193 | 52.9.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.183.71.196 | 54.183.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.193.89.107 | 54.193.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.215.151.231 | 54.215.128.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from cuddly.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for cuddly.com.
| Mechanism | Target |
|---|---|
| SPF_A | cuddly.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.stgi.net |
| SPF_IP | 64.91.252.45 |
| SPF_IP | 64.91.253.99 |
| SPF_IP | 67.227.189.29 |
| SPF_MX | cuddly.com |
Related pages
Pivot deeper into the graph from cuddly.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cuddly.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.