Hostname
hosting.st
Last fetched
hosting.st resolves to 1 IPv4 address operated by BAHNHOF - Bahnhof AB in SE. WHOIS lists registrar:kn registration services as the registrar.
Nutrition Label
Resolution chain
hosting.st 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 |
|---|---|---|---|---|
| 94.254.45.81 | 94.254.0.0/17 | AS8473 | BAHNHOF - Bahnhof AB | SE |
WHOIS identity
- Registrar
- registrar:kn registration services
- Organization
- —
- Contact emails
- —
Subdomains
6 observed subdomains of hosting.st.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for hosting.st.
| Mechanism | Target |
|---|---|
| SPF_A | hosting.st |
| SPF_IP | 2001:9b0:10:2104:216:3eff:fe87:8c29 |
| SPF_IP | 94.254.45.81 |
| SPF_MX | hosting.st |
Related pages
Pivot deeper into the graph from hosting.st.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hosting.st"})-[: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.