Hostname
glocke.de
Last fetched
glocke.de is a registered hostname under the .de top-level domain. Live infrastructure data is temporarily unavailable; refresh in a moment.
Nutrition Label
Resolution chain
Resolution chain data is temporarily unavailable. Refresh in a moment to retry.
WHOIS identity
No WHOIS records are currently associated with glocke.de in WhisperGraph.
Subdomains
9 observed subdomains of glocke.de.
Web-graph footprint
Distinct hostnames that link to or from glocke.de in the public web crawl.
290 sites link to this hostname.
63 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for glocke.de.
| Mechanism | Target |
|---|---|
| SPF_A | glocke.de |
| SPF_A | mx.glocke.de |
| SPF_IP | 185.48.220.220/32 |
| SPF_IP | 185.48.220.3/32 |
| SPF_IP | 185.55.152.27 |
| SPF_IP | 193.101.47.145 |
| SPF_IP | 82.198.216.0/24 |
| SPF_MX | glocke.de |
Related pages
Pivot deeper into the graph from glocke.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "glocke.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.