Hostname
tcm.turner.com
Last fetched
tcm.turner.com resolves to 2 IPv4 addresses operated by WBD-AS5662 - Turner Broadcasting System, Inc. in US.
Nutrition Label
Resolution chain
tcm.turner.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 |
|---|---|---|---|---|
| 157.166.239.132 | 157.166.224.0/20 | AS5662 | WBD-AS5662 - Turner Broadcasting System, Inc. | US |
| 157.166.248.215 | 157.166.248.0/22 | AS5662 | WBD-AS5662 - Turner Broadcasting System, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with tcm.turner.com in WhisperGraph.
Subdomains
2 observed subdomains of tcm.turner.com.
| Subdomain |
|---|
| alt.tcm.turner.com |
| www.tcm.turner.com |
Web-graph footprint
Distinct hostnames that link to or from tcm.turner.com in the public web crawl.
131 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for tcm.turner.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{i}._ip.%{h}._ehlo.%{d}._spf.vali.email |
| SPF_INCLUDE | tcm.com._nspf.vali.email |
Related pages
Pivot deeper into the graph from tcm.turner.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tcm.turner.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.