Hostname
mastercard.cn
Last fetched
mastercard.cn resolves to 2 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in SG. WHOIS lists registrar:corporation service company as the registrar.
Nutrition Label
Resolution chain
mastercard.cn resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.15.154.151 | 23.15.144.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | SG |
| 23.66.220.163 | 23.66.208.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
WHOIS identity
- Registrar
- registrar:corporation service company
- Organization
- mastercard incorporated
- Contact emails
Subdomains
6 observed subdomains of mastercard.cn.
Web-graph footprint
Distinct hostnames that link to or from mastercard.cn in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for mastercard.cn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | deliverygateways.mastercard.com |
Related pages
Pivot deeper into the graph from mastercard.cn.
- IP · 23.15.154.151
- ASN · AS16625AKAMAI-AS - Akamai Technologies, Inc.
- Registrar · registrar:corporation service company
- Country · SG
- Email · hostmaster@mastercard.org
- TLD · .cn
- Browse hostnames · ma…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mastercard.cn"})-[: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.