Hostname
axi.com
Last fetched
axi.com resolves to 12 IPv4 addresses operated by AKAMAI-ASN1 in NL. WHOIS lists iana:13 as the registrar.
Nutrition Label
Resolution chain
axi.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.97.14.114 | 104.97.14.0/23 | AS20940 | AKAMAI-ASN1 | NL |
| 184.86.103.198 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.215 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.18.64.18 | 2.18.64.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.18.64.23 | 2.18.64.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.11.206.105 | 23.11.206.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.202 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.207 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.110.2 | 95.100.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.110.4 | 95.100.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 96.17.180.44 | 96.17.180.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 96.17.180.45 | 96.17.180.0/24 | AS20940 | AKAMAI-ASN1 | SG |
WHOIS identity
- Registrar
- iana:13
- Organization
- axicorp
- Contact emails
Subdomains
30 observed subdomains of axi.com.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from axi.com in the public web crawl.
1,169 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for axi.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.intacct.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | o365.crossware.co.nz |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 13.75.233.132 |
| SPF_IP | 168.62.160.45 |
| SPF_MX | axi.com |
Related pages
Pivot deeper into the graph from axi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "axi.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.