Hostname
hochzeiger.com
Last fetched
hochzeiger.com resolves to 1 IPv4 address operated by AS49864 in AT. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
hochzeiger.com 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.126.208.219 | 185.126.208.0/24 | AS49864 | — | AT |
WHOIS identity
- Registrar
- iana:151
- Organization
- hochzeiger bergbahnen pitztal
- Contact emails
Subdomains
10 observed subdomains of hochzeiger.com.
Web-graph footprint
Distinct hostnames that link to or from hochzeiger.com in the public web crawl.
195 sites link to this hostname.
30 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for hochzeiger.com.
| Mechanism | Target |
|---|---|
| SPF_A | hochzeiger.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.126.208.219 |
| SPF_IP | 193.22.255.35 |
| SPF_IP | 83.246.107.142/32 |
| SPF_IP | 83.246.107.143/32 |
| SPF_IP | 83.246.107.161/32 |
| SPF_IP | 83.246.107.181/32 |
| SPF_IP | 83.246.107.221/32 |
| SPF_MX | hochzeiger.com |
Related pages
Pivot deeper into the graph from hochzeiger.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hochzeiger.com"})-[: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.