Hostname
axentraai.com
Last fetched
axentraai.com resolves to 2 IPv4 addresses operated by AS-HOSTINGER - Hostinger International Limited in IN.
Nutrition Label
Resolution chain
axentraai.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 72.60.203.205 | 72.60.200.0/21 | AS47583 | AS-HOSTINGER - Hostinger International Limited | IN |
| 82.29.164.94 | 82.29.160.0/21 | AS47583 | AS-HOSTINGER - Hostinger International Limited | IN |
WHOIS identity
No WHOIS records are currently associated with axentraai.com in WhisperGraph.
Subdomains
28 observed subdomains of axentraai.com.
Showing 17 of 28. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for axentraai.com.
| Mechanism | Target |
|---|---|
| SPF_A | axentraai.com |
| SPF_IP | 72.60.203.205 |
| SPF_IP | 82.29.164.94 |
| SPF_MX | axentraai.com |
Related pages
Pivot deeper into the graph from axentraai.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "axentraai.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.