Hostname
tvp.pl
Last fetched
tvp.pl resolves to 2 IPv4 addresses operated by AS25506 in PL. WHOIS lists registrar:ovh sas as the registrar.
Nutrition Label
Resolution chain
tvp.pl 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 |
|---|---|---|---|---|
| 195.245.213.251 | 195.245.213.0/24 | AS25506 | — | PL |
| 195.245.213.252 | 195.245.213.0/24 | AS25506 | — | PL |
WHOIS identity
- Registrar
- registrar:ovh sas
- Organization
- telewizja polska s.a. ośrodek - tvp technologie
- Contact emails
- —
Subdomains
682 observed subdomains of tvp.pl.
Showing 25 of 682. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tvp.pl in the public web crawl.
3,029 sites link to this hostname.
72 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for tvp.pl.
| Mechanism | Target |
|---|---|
| SPF_A | mx1.tvp.pl |
| SPF_INCLUDE | _spf.emaillabs.net.pl |
| SPF_INCLUDE | _spf.jupiter.salesmanago.pl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.245.213.0/24 |
| SPF_MX | tvp.pl |
Related pages
Pivot deeper into the graph from tvp.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tvp.pl"})-[: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.