Hostname
teentelecom.com
Last fetched
teentelecom.com resolves to 1 IPv4 address operated by AS34304 in RO. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
teentelecom.com 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 |
|---|---|---|---|---|
| 193.138.193.78 | 193.138.192.0/23 | AS34304 | — | RO |
WHOIS identity
- Registrar
- iana:69
- Organization
- sc teen telecom srl
- Contact emails
Subdomains
8 observed subdomains of teentelecom.com.
Web-graph footprint
Distinct hostnames that link to or from teentelecom.com in the public web crawl.
8 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for teentelecom.com.
| Mechanism | Target |
|---|---|
| SPF_A | teentelecom.com |
| SPF_INCLUDE | h6.ttn.ro |
| SPF_INCLUDE | hosting4.teentelecom.net |
| SPF_IP | 193.138.193.226 |
| SPF_IP | 81.180.138.226 |
| SPF_IP | 81.180.138.227 |
| SPF_IP | 86.107.57.178 |
| SPF_IP | 86.107.63.27 |
| SPF_MX | teentelecom.com |
Related pages
Pivot deeper into the graph from teentelecom.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "teentelecom.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.