Hostname
3tc.vn
Last fetched
3tc.vn resolves to 3 IPv4 addresses operated by AS135918 in VN.
Nutrition Label
Resolution chain
3tc.vn resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.95.196.125 | 103.95.196.0/22 | AS135918 | — | VN |
| 217.216.73.125 | 217.216.72.0/22 | AS141995 | — | SG |
| 45.117.79.71 | 45.117.79.0/24 | AS131428 | — | VN |
WHOIS identity
No WHOIS records are currently associated with 3tc.vn in WhisperGraph.
Subdomains
885 observed subdomains of 3tc.vn.
Showing 25 of 885. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from 3tc.vn in the public web crawl.
20 sites link to this hostname.
45 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for 3tc.vn.
| Mechanism | Target |
|---|---|
| SPF_A | 3tc.vn |
| SPF_A | ymail.3tc.vn |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | zoho.jp |
| SPF_IP | 45.117.79.0/24 |
| SPF_MX | 3tc.vn |
| SPF_MX | ymail.3tc.vn |
Related pages
Pivot deeper into the graph from 3tc.vn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "3tc.vn"})-[: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.