Hostname
teliahosting.com
Last fetched
teliahosting.com resolves to 2 IPv4 addresses operated by NBLNETWORKS-AS Telia Cygate Oy in FI. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
teliahosting.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 |
|---|---|---|---|---|
| 188.117.31.220 | 188.117.0.0/18 | AS29422 | NBLNETWORKS-AS Telia Cygate Oy | FI |
| 77.86.255.140 | 77.86.128.0/17 | AS29422 | NBLNETWORKS-AS Telia Cygate Oy | FI |
WHOIS identity
- Registrar
- iana:106
- Organization
- on behalf of teliahosting.com owner
- Contact emails
Subdomains
13 observed subdomains of teliahosting.com.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for teliahosting.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 188.117.22.96/28 |
| SPF_IP | 188.117.31.220 |
| SPF_IP | 77.86.240.64/28 |
| SPF_IP | 77.86.255.140 |
Related pages
Pivot deeper into the graph from teliahosting.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "teliahosting.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.