Hostname
datastore.ch
Last fetched
datastore.ch appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
datastore.ch has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- datastore
- Contact emails
- —
Subdomains
20 observed subdomains of datastore.ch.
Web-graph footprint
Distinct hostnames that link to or from datastore.ch in the public web crawl.
27 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for datastore.ch.
| Mechanism | Target |
|---|---|
| SPF_A | datastore.ch |
| SPF_INCLUDE | 145103375.spf04.hubspotemail.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.ess.de.barracudanetworks.com |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.umantis.com |
| SPF_IP | 130.255.79.108 |
| SPF_IP | 130.255.79.110 |
| SPF_IP | 167.235.135.25 |
| SPF_IP | 193.104.82.0/24 |
| SPF_IP | 212.243.137.66 |
| SPF_IP | 212.243.137.72 |
| SPF_IP | 81.92.104.67 |
| SPF_IP | 87.102.254.50 |
| SPF_MX | datastore.ch |
Related pages
Pivot deeper into the graph from datastore.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "datastore.ch"})-[: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.