Hostname
baust.at
Last fetched
baust.at resolves to 2 IPv4 addresses operated by AS47147 in AT. WHOIS lists registrar:netcup gmbh as the registrar.
Nutrition Label
Resolution chain
baust.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 |
|---|---|---|---|---|
| 152.53.46.228 | 152.53.44.0/22 | AS47147 | — | AT |
| 89.58.21.35 | 89.58.16.0/21 | AS197540 | — | AT |
WHOIS identity
- Registrar
- registrar:netcup gmbh
- Organization
- alexander windbichler
- Contact emails
- —
Subdomains
96 observed subdomains of baust.at.
Showing 25 of 96. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for baust.at.
| Mechanism | Target |
|---|---|
| SPF_A | baust.at |
| SPF_A | mail.place4me.eu |
| SPF_INCLUDE | _spf.protonmail.ch |
| SPF_MX | baust.at |
Related pages
Pivot deeper into the graph from baust.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "baust.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.