Hostname
amcupid.com
Last fetched
amcupid.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:447 as the registrar.
Nutrition Label
Resolution chain
amcupid.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.164.144.106 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.144.18 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.144.26 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.144.64 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.238.49.105 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.49.126 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.49.6 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.49.89 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.229.125 | 3.170.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.170.229.64 | 3.170.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.170.229.9 | 3.170.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.170.229.93 | 3.170.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
- Registrar
- iana:447
- Organization
- xuxinqi
- Contact emails
Subdomains
2 observed subdomains of amcupid.com.
| Subdomain |
|---|
| mail.amcupid.com |
| wildcard.amcupid.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for amcupid.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.smtp.com |
| SPF_INCLUDE | agilewingsspf.smtp.com |
Related pages
Pivot deeper into the graph from amcupid.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amcupid.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.