Hostname
emhag.ch
Last fetched
emhag.ch resolves to 2 IPv4 addresses operated by AS25504 in DE.
Nutrition Label
Resolution chain
emhag.ch 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 |
|---|---|---|---|---|
| 151.252.51.162 | 151.252.48.0/20 | AS25504 | — | DE |
| 185.87.21.166 | 185.87.21.0/24 | AS215341 | — | DE |
WHOIS identity
No WHOIS records are currently associated with emhag.ch in WhisperGraph.
Subdomains
4 observed subdomains of emhag.ch.
Showing 3 of 4. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for emhag.ch.
| Mechanism | Target |
|---|---|
| SPF_A | emhag.ch |
| SPF_A | root140.hostonserver.de |
| SPF_IP | 151.252.51.162 |
| SPF_MX | emhag.ch |
Related pages
Pivot deeper into the graph from emhag.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "emhag.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.