Hostname
khs.ax
Last fetched
khs.ax resolves to 1 IPv4 address operated by AS3238 in AX.
Nutrition Label
Resolution chain
khs.ax 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 |
|---|---|---|---|---|
| 213.204.35.135 | 213.204.32.0/21 | AS3238 | — | AX |
WHOIS identity
No WHOIS records are currently associated with khs.ax in WhisperGraph.
Subdomains
2 observed subdomains of khs.ax.
| Subdomain |
|---|
| elev.khs.ax |
| www.khs.ax |
Web-graph footprint
Distinct hostnames that link to or from khs.ax in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for khs.ax.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.aland.net |
| SPF_MX | khs.ax |
Related pages
Pivot deeper into the graph from khs.ax.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "khs.ax"})-[: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.