Hostname
10tv.com
Last fetched
10tv.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
10tv.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 |
|---|---|---|---|---|
| 13.248.160.137 | 13.248.160.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 76.223.34.124 | 76.223.32.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of 10tv.com owner
- Contact emails
- dblack@dispatch.com
- digital@tdpcompany.com
- media-dns@tegna.com
- d8b571e23c3748e59fe757916d4ca5b4.protect@whoisguard.com
- 085f013e-8141-4e35-bde6-7a7677f78669@identity-protect.org
- 196de558-4854-49b6-8b91-2864898c245f@identity-protect.org
- 537511b8-0b0a-419e-b932-69915181ebf5@identity-protect.org
- 616a0538-4ef5-4ebd-aaea-78f5080bc44c@identity-protect.org
Subdomains
14 observed subdomains of 10tv.com.
Web-graph footprint
Distinct hostnames that link to or from 10tv.com in the public web crawl.
3,557 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for 10tv.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | spf.pantheon.io |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | woexchange.com |
| SPF_IP | 167.8.140.8 |
Related pages
Pivot deeper into the graph from 10tv.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "10tv.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.