Hostname
mastercard.rs
Last fetched
mastercard.rs resolves to 3 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE.
Nutrition Label
Resolution chain
mastercard.rs resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.63.148.62 | 23.63.148.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.66.220.163 | 23.66.208.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.67.139.209 | 23.64.0.0/14 | AS20940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with mastercard.rs in WhisperGraph.
Subdomains
4 observed subdomains of mastercard.rs.
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mastercard.rs in the public web crawl.
1,262 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
- testela.al
- pure-14als39xq-gazivodai61-gmailcom-s-team.vercel.app
- pure-dxvasylga-gazivodai61-gmailcom-s-team.vercel.app
- pure-jkfkoj9pk-gazivodai61-gmailcom-s-team.vercel.app
- pure-jm2652ox8-gazivodai61-gmailcom-s-team.vercel.app
- pure-jm3clrq40-gazivodai61-gmailcom-s-team.vercel.app
- pure-mpz8nbkw0-gazivodai61-gmailcom-s-team.vercel.app
- tal.as
- aviokarte.at
- colloid.at
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for mastercard.rs.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | deliverygateways.mastercard.com |
Related pages
Pivot deeper into the graph from mastercard.rs.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mastercard.rs"})-[: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.