Hostname
tel.tj
Last fetched
tel.tj resolves to 3 IPv4 addresses operated by DEDICATED - Dedicated.com in US.
Nutrition Label
Resolution chain
tel.tj resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 162.251.165.42 | 162.251.165.0/24 | AS63018 | DEDICATED - Dedicated.com | US |
| 173.234.25.50 | 173.234.25.0/24 | AS63018 | DEDICATED - Dedicated.com | US |
| 185.86.78.150 | 185.86.76.0/22 | AS201094 | — | UA |
WHOIS identity
No WHOIS records are currently associated with tel.tj in WhisperGraph.
Subdomains
1 observed subdomain of tel.tj.
| Subdomain |
|---|
| www.tel.tj |
Web-graph footprint
Distinct hostnames that link to or from tel.tj in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for tel.tj.
| Mechanism | Target |
|---|---|
| SPF_A | tel.tj |
| SPF_INCLUDE | _spf.mail.ru |
| SPF_IP | 178.57.220.174 |
| SPF_MX | tel.tj |
Related pages
Pivot deeper into the graph from tel.tj.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tel.tj"})-[: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.