Hostname
net2mail.chtglobal.com
Last fetched
net2mail.chtglobal.com resolves to 1 IPv4 address operated by CHT-GLOBAL - Chunghwa Telecom Global, INC in US.
Nutrition Label
Resolution chain
net2mail.chtglobal.com 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 |
|---|---|---|---|---|
| 208.70.201.188 | 208.70.201.0/24 | AS33717 | CHT-GLOBAL - Chunghwa Telecom Global, INC | US |
WHOIS identity
No WHOIS records are currently associated with net2mail.chtglobal.com in WhisperGraph.
Subdomains
2 observed subdomains of net2mail.chtglobal.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for net2mail.chtglobal.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.sha.hibox.hinet.net |
| SPF_A | smtp1.hibox.hinet.net |
| SPF_A | smtp2.hibox.hinet.net |
| SPF_A | smtp9.hibox.hinet.net |
| SPF_IP | 116.228.36.139 |
| SPF_IP | 202.104.149.176 |
| SPF_IP | 202.39.131.136 |
| SPF_IP | 208.70.201.189 |
| SPF_IP | 210.242.56.11 |
| SPF_IP | 210.71.187.212/26 |
Related pages
Pivot deeper into the graph from net2mail.chtglobal.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "net2mail.chtglobal.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.