Hostname
hostmaster.stnws.ch
Last fetched
hostmaster.stnws.ch resolves to 1 IPv4 address operated by NINE - Nine Internet Solutions AG in CH.
Nutrition Label
Resolution chain
hostmaster.stnws.ch 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 |
|---|---|---|---|---|
| 217.150.245.152 | 217.150.240.0/20 | AS29691 | NINE - Nine Internet Solutions AG | CH |
WHOIS identity
No WHOIS records are currently associated with hostmaster.stnws.ch in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for hostmaster.stnws.ch.
| Mechanism | Target |
|---|---|
| SPF_A | hostmaster.stnws.ch |
| SPF_INCLUDE | sephir.ch |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 146.4.82.154 |
| SPF_IP | 172.246.13.71 |
| SPF_IP | 46.14.27.38 |
| SPF_MX | hostmaster.stnws.ch |
Related pages
Pivot deeper into the graph from hostmaster.stnws.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hostmaster.stnws.ch"})-[: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.