Hostname
tv2.no
Last fetched
tv2.no resolves to 1 IPv4 address operated by AS39787 in NO.
Nutrition Label
Resolution chain
tv2.no 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 |
|---|---|---|---|---|
| 5.44.65.150 | 5.44.64.0/21 | AS39787 | — | NO |
WHOIS identity
- Registrar
- —
- Organization
- tv 2 gruppen as
- Contact emails
Subdomains
228 observed subdomains of tv2.no.
Showing 25 of 228. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tv2.no in the public web crawl.
5,741 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for tv2.no.
| Mechanism | Target |
|---|---|
| SPF_A | tv2.no |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.227.205.160/28 |
| SPF_IP | 193.227.205.26 |
| SPF_IP | 194.132.117.189/32 |
| SPF_IP | 23.251.238.30 |
| SPF_IP | 23.251.238.31 |
| SPF_IP | 23.251.238.32 |
| SPF_IP | 23.251.238.33 |
| SPF_IP | 2a00:e48::/32 |
| SPF_IP | 77.75.211.0/28 |
| SPF_MX | tv2.no |
Related pages
Pivot deeper into the graph from tv2.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tv2.no"})-[: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.