Hostname
stein.wien
Last fetched
stein.wien resolves to 1 IPv4 address operated by AS208689 in AT. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
stein.wien 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 |
|---|---|---|---|---|
| 185.198.232.24 | 185.198.232.0/24 | AS208689 | — | AT |
WHOIS identity
- Registrar
- iana:1387
- Organization
- christof stein
- Contact emails
Subdomains
13 observed subdomains of stein.wien.
Web-graph footprint
Distinct hostnames that link to or from stein.wien in the public web crawl.
100 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- stein.wien
SPF policy
4 SPF mechanisms authorising senders for stein.wien.
| Mechanism | Target |
|---|---|
| SPF_A | stein.wien |
| SPF_INCLUDE | helloly.hosting |
| SPF_IP | 185.198.232.24 |
| SPF_MX | stein.wien |
Related pages
Pivot deeper into the graph from stein.wien.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stein.wien"})-[: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.