Hostname
mastercard.qa
Last fetched
mastercard.qa resolves to 2 IPv4 addresses operated by AS9299 in PH. WHOIS lists registrar:agip dba tag-domains.com as the registrar.
Nutrition Label
Resolution chain
mastercard.qa 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 |
|---|---|---|---|---|
| 104.67.165.29 | 104.67.160.0/19 | AS9299 | — | PH |
| 125.252.228.252 | 125.252.228.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | SG |
WHOIS identity
- Registrar
- registrar:agip dba tag-domains.com
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of mastercard.qa.
Web-graph footprint
Distinct hostnames that link to or from mastercard.qa in the public web crawl.
11 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for mastercard.qa.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | deliverygateways.mastercard.com |
Related pages
Pivot deeper into the graph from mastercard.qa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mastercard.qa"})-[: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.