Skip to content

Hostname

datastore.ch

Last fetched

datastore.ch appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · datastore.chRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint3.2/10canon.whisper.security/host/datastore.ch

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.

MechanismTarget
SPF_Adatastore.ch
SPF_INCLUDE145103375.spf04.hubspotemail.net
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.ess.de.barracudanetworks.com
SPF_INCLUDEspf.exclaimer.net
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.umantis.com
SPF_IP130.255.79.108
SPF_IP130.255.79.110
SPF_IP167.235.135.25
SPF_IP193.104.82.0/24
SPF_IP212.243.137.66
SPF_IP212.243.137.72
SPF_IP81.92.104.67
SPF_IP87.102.254.50
SPF_MXdatastore.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.