Hostname
teltec.ch
Last fetched
teltec.ch resolves to 1 IPv4 address operated by TELCONET-AS in CH.
Nutrition Label
Resolution chain
teltec.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 |
|---|---|---|---|---|
| 195.64.138.23 | 195.64.138.0/23 | AS42085 | TELCONET-AS | CH |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from teltec.ch in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for teltec.ch.
| Mechanism | Target |
|---|---|
| SPF_A | exmail.xauth.ch |
| SPF_A | idmx.interdesk.ch |
| SPF_A | mail.interdesk.ch |
| SPF_A | scan01.globalmx.ch |
| SPF_A | scan02.globalmx.ch |
| SPF_A | smtp.globalmx.ch |
| SPF_IP | 195.64.138.0/23 |
| SPF_MX | teltec.ch |
Related pages
Pivot deeper into the graph from teltec.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "teltec.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.