Hostname
web-store.de
Last fetched
web-store.de resolves to 1 IPv4 address operated by GODADDY-SXB - Host Europe GmbH in DE.
Nutrition Label
Resolution chain
web-store.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 |
|---|---|---|---|---|
| 92.205.180.96 | 92.205.176.0/21 | AS21499 | GODADDY-SXB - Host Europe GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with web-store.de in WhisperGraph.
Subdomains
9 observed subdomains of web-store.de.
Web-graph footprint
Distinct hostnames that link to or from web-store.de in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for web-store.de.
| Mechanism | Target |
|---|---|
| SPF_A | news.raclette.de |
| SPF_A | news.swiss-finest.de |
| SPF_A | news.web-store.de |
| SPF_A | rb-online.de |
| SPF_A | rs202104.rs.hosteurope.de |
| SPF_A | web-store.de |
| SPF_INCLUDE | secureserver.net |
| SPF_IP | 176.28.54.200 |
| SPF_IP | 217.115.130.140 |
| SPF_IP | 2a01:488:67:1000:b01c:36c8:0:1 |
| SPF_IP | 46.163.116.234 |
| SPF_MX | web-store.de |
Related pages
Pivot deeper into the graph from web-store.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "web-store.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.