Hostname
shmhost.net
Last fetched
shmhost.net resolves to 1 IPv4 address operated by AS48314 in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
shmhost.net 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 |
|---|---|---|---|---|
| 194.48.170.75 | 194.48.170.0/24 | AS48314 | — | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- hans-peter langwieser
- Contact emails
Subdomains
167 observed subdomains of shmhost.net.
Showing 25 of 167. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from shmhost.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for shmhost.net.
| Mechanism | Target |
|---|---|
| SPF_A | shmhost.net |
| SPF_IP | 2001:1608:23::/48 |
| SPF_IP | 213.239.241.0/24 |
| SPF_IP | 2a01:4f8:a0::/48 |
| SPF_IP | 84.200.227.128/27 |
| SPF_IP | 84.200.231.32/27 |
| SPF_IP | 84.200.251.0/24 |
| SPF_IP | 84.200.38.0/25 |
| SPF_MX | shmhost.net |
Related pages
Pivot deeper into the graph from shmhost.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shmhost.net"})-[: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.