Hostname
hellinger.com
Last fetched
hellinger.com resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
hellinger.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 |
|---|---|---|---|---|
| 78.46.46.250 | 78.46.0.0/15 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:1647
- Organization
- anton suitbert hellinger
- Contact emails
Subdomains
25 observed subdomains of hellinger.com.
Showing 23 of 25. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hellinger.com in the public web crawl.
367 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for hellinger.com.
| Mechanism | Target |
|---|---|
| SPF_A | hellinger.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 188.193.17.152 |
| SPF_IP | 24.134.63.17 |
| SPF_IP | 78.46.46.250 |
| SPF_IP | 85.214.21.215 |
| SPF_MX | hellinger.com |
Related pages
Pivot deeper into the graph from hellinger.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hellinger.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.