Hostname
ascom.tv.it
Last fetched
ascom.tv.it resolves to 1 IPv4 address operated by AS21056 in IT.
Nutrition Label
Resolution chain
ascom.tv.it 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 |
|---|---|---|---|---|
| 45.143.39.101 | 45.143.36.0/22 | AS21056 | — | IT |
WHOIS identity
No WHOIS records are currently associated with ascom.tv.it in WhisperGraph.
Subdomains
6 observed subdomains of ascom.tv.it.
Web-graph footprint
Distinct hostnames that link to or from ascom.tv.it in the public web crawl.
41 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for ascom.tv.it.
| Mechanism | Target |
|---|---|
| SPF_A | relay100.ascotlc.it |
| SPF_INCLUDE | musvc.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 209.227.211.102 |
| SPF_IP | 45.143.39.105 |
| SPF_IP | 80.86.153.137 |
| SPF_MX | ascom.tv.it |
Related pages
Pivot deeper into the graph from ascom.tv.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ascom.tv.it"})-[: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.