Skip to content

Hostname

mastercard.ua

Last fetched

mastercard.ua resolves to 4 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE.

Nutrition Label

WHISPER CANON · mastercard.uaRouting diversity3.5/10Peering density8.7/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint6.0/10canon.whisper.security/host/mastercard.ua

Resolution chain

mastercard.ua resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.102.38.213104.102.32.0/19AS16625AKAMAI-AS - Akamai Technologies, Inc.DE
104.85.30.183104.85.16.0/20AS16625AKAMAI-AS - Akamai Technologies, Inc.FR
23.36.29.11223.36.24.0/21AS16625AKAMAI-AS - Akamai Technologies, Inc.IN
23.67.139.20923.64.0.0/14AS20940DE

WHOIS identity

No WHOIS records are currently associated with mastercard.ua in WhisperGraph.

Subdomains

9 observed subdomains of mastercard.ua.

Web-graph footprint

Distinct hostnames that link to or from mastercard.ua in the public web crawl.

403 sites link to this hostname.

32 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for mastercard.ua.

MechanismTarget
SPF_INCLUDEdeliverygateways.mastercard.com

Related pages

Pivot deeper into the graph from mastercard.ua.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mastercard.ua"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.