Hostname
teleste.com
Last fetched
teleste.com resolves to 2 IPv4 addresses operated by HETZNER-AS in FI. WHOIS lists iana:1052 as the registrar.
Nutrition Label
Resolution chain
teleste.com 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 |
|---|---|---|---|---|
| 135.181.132.118 | 135.181.0.0/16 | AS24940 | HETZNER-AS | FI |
| 135.181.140.230 | 135.181.0.0/16 | AS24940 | HETZNER-AS | FI |
WHOIS identity
- Registrar
- iana:1052
- Organization
- teleste infotech
- Contact emails
Subdomains
25 observed subdomains of teleste.com.
Web-graph footprint
Distinct hostnames that link to or from teleste.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
25 SPF mechanisms authorising senders for teleste.com.
| Mechanism | Target |
|---|---|
| SPF_A | mx02.online4u.no |
| SPF_A | sphere.teleste.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | sent-via.netsuite.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 135.84.216.0/22 |
| SPF_IP | 185.189.236.0/22 |
| SPF_IP | 185.211.120.0/22 |
| SPF_IP | 185.250.236.0/22 |
| SPF_IP | 212.213.16.0/24 |
| SPF_IP | 212.213.19.238 |
| SPF_IP | 213.157.70.72/29 |
| SPF_IP | 213.157.70.80/31 |
| SPF_IP | 216.98.158.0/24 |
| SPF_IP | 34.245.210.0/24 |
| SPF_IP | 52.200.59.0/24 |
| SPF_IP | 63.143.57.128/25 |
| SPF_IP | 63.143.59.128/25 |
| SPF_IP | 64.28.8.39 |
| SPF_IP | 65.52.16.87 |
| SPF_IP | 66.240.227.0/24 |
| SPF_IP | 74.63.212.0/24 |
| SPF_IP | 81.175.41.241 |
| SPF_IP | 87.253.232.0/21 |
Related pages
Pivot deeper into the graph from teleste.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "teleste.com"})-[: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.