Skip to content

Hostname

aka.ms

Last fetched

aka.ms resolves to 6 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE. WHOIS lists registrar:csc corporate domains as the registrar.

Nutrition Label

WHISPER CANON · aka.msRouting diversity4.2/10Peering density8.7/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint6.3/10canon.whisper.security/host/aka.ms

Resolution chain

aka.ms resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
2.23.246.92.23.244.0/22AS16625AKAMAI-AS - Akamai Technologies, Inc.DE
23.44.217.16623.32.0.0/11AS20940AKAMAI-ASN1HK
23.56.210.323.56.210.0/23AS16625AKAMAI-AS - Akamai Technologies, Inc.US
72.246.29.23072.246.28.0/22AS16625AKAMAI-AS - Akamai Technologies, Inc.DE
88.221.169.20588.221.168.0/22AS16625AKAMAI-AS - Akamai Technologies, Inc.DE
23.52.181.14123.52.180.0/22AS16625AKAMAI-AS - Akamai Technologies, Inc.DE

WHOIS identity

Registrar
registrar:csc corporate domains
Organization
domain administrator
Contact emails

Subdomains

20 observed subdomains of aka.ms.

Web-graph footprint

Distinct hostnames that link to or from aka.ms in the public web crawl.

21,156 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from aka.ms.

Cypher and MCP

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

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