Hostname
shopdaheim.de
Last fetched
shopdaheim.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
shopdaheim.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 |
|---|---|---|---|---|
| 136.243.166.252 | 136.243.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with shopdaheim.de in WhisperGraph.
Subdomains
1 observed subdomain of shopdaheim.de.
| Subdomain |
|---|
| www.shopdaheim.de |
Web-graph footprint
Distinct hostnames that link to or from shopdaheim.de in the public web crawl.
28 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for shopdaheim.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.zimpel.de |
| SPF_INCLUDE | de._netblocks.mimecast.com |
| SPF_IP | 149.202.140.65 |
| SPF_IP | 195.191.69.25/32 |
| SPF_IP | 212.101.203.180 |
| SPF_IP | 212.101.205.0/25 |
| SPF_IP | 213.133.111.214 |
| SPF_IP | 83.169.4.100/32 |
| SPF_IP | 84.19.163.97/32 |
| SPF_MX | shopdaheim.de |
Related pages
Pivot deeper into the graph from shopdaheim.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shopdaheim.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.