Hostname
telent.com
Last fetched
telent.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:79 as the registrar.
Nutrition Label
Resolution chain
telent.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:79
- Organization
- andrew allen
- Contact emails
Subdomains
74 observed subdomains of telent.com.
Showing 25 of 74. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from telent.com in the public web crawl.
171 sites link to this hostname.
116 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for telent.com.
| Mechanism | Target |
|---|---|
| SPF_A | c.spf.service-now.com |
| SPF_A | d.spf.service-now.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_c.oraclecloud.com |
| SPF_IP | 104.45.90.69 |
| SPF_IP | 20.26.49.116 |
| SPF_IP | 20.68.241.51 |
| SPF_IP | 20.90.56.1 |
| SPF_IP | 203.55.21.31/32 |
| SPF_IP | 213.143.152.2 |
| SPF_IP | 51.104.201.83 |
| SPF_IP | 51.11.110.125 |
| SPF_IP | 51.132.164.243 |
| SPF_IP | 51.132.83.216 |
| SPF_IP | 51.140.205.44 |
| SPF_IP | 80.6.91.150/32 |
| SPF_IP | 82.141.247.90 |
| SPF_MX | telent.com |
Related pages
Pivot deeper into the graph from telent.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "telent.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.