Hostname
ipax.at
Last fetched
ipax.at resolves to 1 IPv4 address operated by KTC-AS in AT. WHOIS lists registrar:ipax gmbh as the registrar.
Nutrition Label
Resolution chain
ipax.at resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 93.189.24.206 | 93.189.24.0/21 | AS44133 | KTC-AS | AT |
WHOIS identity
- Registrar
- registrar:ipax gmbh
- Organization
- aloy bhatia hava og
- Contact emails
Subdomains
480 observed subdomains of ipax.at.
Showing 25 of 480. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ipax.at in the public web crawl.
114 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for ipax.at.
| Mechanism | Target |
|---|---|
| SPF_IP | 185.119.116.64/28 |
| SPF_IP | 2a00:63c1:0:1::/64 |
| SPF_IP | 2a00:63c1::/64 |
| SPF_IP | 37.252.184.160/28 |
| SPF_IP | 93.189.24.229/32 |
| SPF_IP | 93.189.24.40/32 |
| SPF_IP | 93.189.24.41/32 |
| SPF_MX | ipax.at |
Related pages
Pivot deeper into the graph from ipax.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipax.at"})-[: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.