Hostname
goetz-fm.com
Last fetched
goetz-fm.com resolves to 1 IPv4 address operated by AS34788 in DE. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
goetz-fm.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 |
|---|---|---|---|---|
| 85.13.147.116 | 85.13.147.0/24 | AS34788 | — | DE |
WHOIS identity
- Registrar
- iana:1387
- Organization
- goetz-management-holding
- Contact emails
Subdomains
22 observed subdomains of goetz-fm.com.
Web-graph footprint
Distinct hostnames that link to or from goetz-fm.com in the public web crawl.
49 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for goetz-fm.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail1.goetz-fm.com |
| SPF_A | mail2.goetz-fm.com |
| SPF_INCLUDE | _spf-e.cegedim.fr |
| SPF_INCLUDE | _spf-i.cegedim.fr |
| SPF_INCLUDE | spf.cloud.ci-solution.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.77.111.91/32 |
| SPF_IP | 2a01:488:42:1000:b24d:6f5b::/128 |
| SPF_IP | 52.157.149.216/32 |
| SPF_IP | 91.106.124.234 |
| SPF_IP | 91.106.124.235 |
| SPF_MX | goetz-fm.com |
Related pages
Pivot deeper into the graph from goetz-fm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "goetz-fm.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.