Hostname
mxase.clmbtech.com
Last fetched
mxase.clmbtech.com resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in US.
Nutrition Label
Resolution chain
mxase.clmbtech.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.70.121.17 | 104.70.120.0/23 | AS20940 | AKAMAI-ASN1 | US |
| 104.70.121.24 | 104.70.120.0/23 | AS20940 | AKAMAI-ASN1 | US |
| 23.195.107.229 | 23.195.107.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.195.107.242 | 23.195.107.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.212.110.73 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.75 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.36.162.133 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.149 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.42.187 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.42.201 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
No WHOIS records are currently associated with mxase.clmbtech.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from mxase.clmbtech.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from mxase.clmbtech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mxase.clmbtech.com"})-[: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.