Hostname
cupano.com
Last fetched
cupano.com resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
cupano.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.54.2.122 | 52.54.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of cupano.com owner
- Contact emails
- 7d2033220a28fd0a7283edb3d6851927@domaindiscreet.com
- f00ebd180a28fd0a3e0c192f5e156e75@domaindiscreet.com
- be1fdee6-65e5-49a3-9c2d-c6e352cbc609@identity-protect.org
- c36aa61e-7352-4e9f-99c5-dc46b85b0629@identity-protect.org
- da430e20-8ab0-4d30-bd9a-59513049f94e@identity-protect.org
- f12fdbfa-9f29-4887-b11c-111093838b7e@identity-protect.org
- fa2bcba4-4bc3-45e0-af1b-f0c43f7f64a1@identity-protect.org
Web-graph footprint
Distinct hostnames that link to or from cupano.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for cupano.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | emailsrvr.com |
Related pages
Pivot deeper into the graph from cupano.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cupano.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.