Hostname
106tv.com
Last fetched
106tv.com resolves to 2 IPv4 addresses operated by HINET Data Communication Business Group in TW. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
106tv.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 |
|---|---|---|---|---|
| 61.221.247.4 | 61.221.0.0/16 | AS3462 | HINET Data Communication Business Group | TW |
| 61.221.247.6 | 61.221.0.0/16 | AS3462 | HINET Data Communication Business Group | TW |
WHOIS identity
- Registrar
- iana:2
- Organization
- fong huo international co.
- Contact emails
Subdomains
11 observed subdomains of 106tv.com.
Web-graph footprint
Distinct hostnames that link to or from 106tv.com in the public web crawl.
27 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for 106tv.com.
| Mechanism | Target |
|---|---|
| SPF_A | 106tv.com |
| SPF_IP | 61.221.247.1/6 |
| SPF_MX | 106tv.com |
| SPF_MX | mail.106tv.com |
Related pages
Pivot deeper into the graph from 106tv.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "106tv.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.