Hostname
goede.com
Last fetched
goede.com resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists iana:1408 as the registrar.
Nutrition Label
Resolution chain
goede.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 |
|---|---|---|---|---|
| 213.133.104.85 | 213.133.96.0/19 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:1408
- Organization
- hmk gmbh waldaschaff d znl kreuzlingen
- Contact emails
Subdomains
9 observed subdomains of goede.com.
Web-graph footprint
Distinct hostnames that link to or from goede.com in the public web crawl.
47 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for goede.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.81.242.51/32 |
| SPF_IP | 178.162.177.165/32 |
| SPF_IP | 192.96.65.6/32 |
| SPF_IP | 199.224.77.104/29 |
| SPF_IP | 212.41.192.222/32 |
| SPF_IP | 23.111.164.130/32 |
| SPF_IP | 23.111.169.82/32 |
| SPF_IP | 23.92.17.238/32 |
| SPF_IP | 3.145.60.186/32 |
| SPF_IP | 37.208.111.25/32 |
| SPF_IP | 37.208.111.26/32 |
| SPF_IP | 50.173.69.72/29 |
| SPF_IP | 80.146.207.72/32 |
| SPF_IP | 80.146.207.74/32 |
| SPF_IP | 80.146.207.84/32 |
| SPF_IP | 81.148.200.122/32 |
Related pages
Pivot deeper into the graph from goede.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "goede.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.