Hostname
datalets.ch
Last fetched
datalets.ch resolves to 1 IPv4 address operated by AKAMAI-LINODE-AP Akamai Connected Cloud in DE.
Nutrition Label
Resolution chain
datalets.ch 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 |
|---|---|---|---|---|
| 172.104.147.130 | 172.104.128.0/19 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | DE |
WHOIS identity
- Registrar
- —
- Organization
- oleg lavrovsky
- Contact emails
- —
Subdomains
16 observed subdomains of datalets.ch.
Web-graph footprint
Distinct hostnames that link to or from datalets.ch in the public web crawl.
22 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for datalets.ch.
| Mechanism | Target |
|---|---|
| SPF_A | _spf.google.com |
| SPF_A | datalets.ch |
| SPF_A | mailgun.org |
| SPF_A | sparkpostmail.com |
| SPF_A | urbanus.metanet.ch |
| SPF_A | urbanus5.metanet.ch |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | proton.me |
| SPF_INCLUDE | protonmail.com |
| SPF_INCLUDE | sparkpostmail.com |
| SPF_INCLUDE | urbanus.metanet.ch |
| SPF_INCLUDE | urbanus5.metanet.ch |
| SPF_MX | datalets.ch |
Related pages
Pivot deeper into the graph from datalets.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "datalets.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.