Hostname
datacore.ch
Last fetched
datacore.ch resolves to 2 IPv4 addresses operated by AS13030 in CH.
Nutrition Label
Resolution chain
datacore.ch resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 77.109.139.50 | 77.110.65.0/24 | AS13030 | — | CH |
| 77.109.139.51 | 77.110.65.0/24 | AS13030 | — | CH |
WHOIS identity
- Registrar
- —
- Organization
- datacore
- Contact emails
- —
Subdomains
81 observed subdomains of datacore.ch.
Showing 25 of 81. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from datacore.ch in the public web crawl.
5 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for datacore.ch.
| Mechanism | Target |
|---|---|
| SPF_A | datacore.ch |
| SPF_IP | 178.209.43.132 |
| SPF_IP | 212.51.138.251 |
| SPF_IP | 2a02:168:6604:25:0:0:0:128 |
| SPF_IP | 2a02:168:6604:25:0:0:0:17 |
| SPF_IP | 77.109.139.49 |
| SPF_MX | datacore.ch |
Related pages
Pivot deeper into the graph from datacore.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "datacore.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.