Hostname
cgh.org.tw
Last fetched
cgh.org.tw resolves to 1 IPv4 address operated by AS9216 in TW.
Nutrition Label
Resolution chain
cgh.org.tw 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 |
|---|---|---|---|---|
| 202.154.200.150 | 202.154.192.0/19 | AS9216 | — | TW |
WHOIS identity
- Registrar
- —
- Organization
- ?????????? cathay general hospital
- Contact emails
- —
Subdomains
39 observed subdomains of cgh.org.tw.
Showing 25 of 39. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cgh.org.tw in the public web crawl.
282 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for cgh.org.tw.
| Mechanism | Target |
|---|---|
| SPF_IP | 202.154.192.72 |
| SPF_IP | 202.154.192.73 |
| SPF_IP | 202.154.197.40 |
| SPF_IP | 202.154.197.61 |
| SPF_IP | 202.154.200.151 |
| SPF_IP | 202.154.200.155 |
| SPF_IP | 202.154.200.165 |
| SPF_IP | 202.154.200.166 |
| SPF_IP | 202.154.200.167 |
| SPF_IP | 61.216.146.58/32 |
Related pages
Pivot deeper into the graph from cgh.org.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cgh.org.tw"})-[: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.