Hostname
opencaching.de
Last fetched
opencaching.de resolves to 1 IPv4 address operated by GD-EMEA-DC-SXB1 in FR.
Nutrition Label
Resolution chain
opencaching.de 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 |
|---|---|---|---|---|
| 87.230.95.54 | 87.230.92.0/22 | AS8972 | GD-EMEA-DC-SXB1 | FR |
WHOIS identity
No WHOIS records are currently associated with opencaching.de in WhisperGraph.
Subdomains
44 observed subdomains of opencaching.de.
Showing 25 of 44. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from opencaching.de in the public web crawl.
447 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for opencaching.de.
| Mechanism | Target |
|---|---|
| SPF_A | relay.yourmailgateway.de |
| SPF_IP | 193.26.157.196 |
| SPF_IP | 202.61.239.57 |
| SPF_IP | 2a03:4000:4c:72:193:26:157:196 |
| SPF_IP | 2a03:4000:5c:73:202:61:239:57 |
| SPF_IP | 37.221.195.235 |
| SPF_IP | 46.38.243.25 |
| SPF_IP | 5.181.50.62 |
| SPF_IP | 87.230.95.54 |
| SPF_MX | opencaching.de |
Related pages
Pivot deeper into the graph from opencaching.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "opencaching.de"})-[: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.