Hostname
sunmedia.tv
Last fetched
sunmedia.tv resolves to 1 IPv4 address operated by AS29119 in ES. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
sunmedia.tv 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 |
|---|---|---|---|---|
| 185.104.134.129 | 185.104.134.0/24 | AS29119 | — | ES |
WHOIS identity
- Registrar
- iana:468
- Organization
- alvaro pastor
- Contact emails
Subdomains
66 observed subdomains of sunmedia.tv.
Showing 25 of 66. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sunmedia.tv in the public web crawl.
493 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for sunmedia.tv.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.acumbamail.com |
| SPF_INCLUDE | spf2.sunmedia.tv |
| SPF_IP | 13.56.32.176/28 |
| SPF_IP | 13.58.135.64/28 |
| SPF_IP | 34.211.108.32/28 |
| SPF_IP | 34.226.36.48/28 |
| SPF_IP | 35.182.14.32/28 |
| SPF_IP | 96.43.148.64/31 |
| SPF_MX | sunmedia.tv |
Related pages
Pivot deeper into the graph from sunmedia.tv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sunmedia.tv"})-[: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.