Hostname
cupcubes.com
Last fetched
cupcubes.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
cupcubes.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.85.31.107 | 52.85.51.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.119 | 52.85.51.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.34 | 52.85.51.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.66 | 52.85.51.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- brent burgess
- Contact emails
- bhb_sf@yahoo.com
- lei.peii@gmail.com
- 8404d937-9027-4ae7-82e1-8ad1095b0dcd@identity-protect.org
- bca38fdd-878e-4383-9a31-de512a6e7f0b@identity-protect.org
- be9c5538-9653-42e2-8b65-57ffb905506c@identity-protect.org
- c126ca1c-b57d-4452-b4f6-3b12741dd454@identity-protect.org
- cf7b5a53-6432-42ba-8663-7011b7e881a5@identity-protect.org
- e74e9d1a-dc1b-42aa-ac82-32487bde059e@identity-protect.org
Subdomains
8 observed subdomains of cupcubes.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for cupcubes.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from cupcubes.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cupcubes.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.