Hostname
h0.at
Last fetched
h0.at resolves to 2 IPv4 addresses operated by AS34788 in DE.
Nutrition Label
Resolution chain
h0.at 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 |
|---|---|---|---|---|
| 85.13.153.58 | 85.13.153.0/24 | AS34788 | — | DE |
| 85.13.168.32 | 85.13.168.0/24 | AS34788 | — | DE |
WHOIS identity
No WHOIS records are currently associated with h0.at in WhisperGraph.
Subdomains
3 observed subdomains of h0.at.
| Subdomain |
|---|
| mail.h0.at |
| webmail.h0.at |
| www.h0.at |
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for h0.at.
| Mechanism | Target |
|---|---|
| SPF_A | h0.at |
| SPF_INCLUDE | spf.kasserver.com |
| SPF_MX | h0.at |
Related pages
Pivot deeper into the graph from h0.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "h0.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.