Hostname
ydu.edu.tw
Last fetched
ydu.edu.tw resolves to 1 IPv4 address operated by AS1659 in TW.
Nutrition Label
Resolution chain
ydu.edu.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 |
|---|---|---|---|---|
| 120.106.9.51 | 120.96.0.0/11 | AS1659 | — | TW |
WHOIS identity
No WHOIS records are currently associated with ydu.edu.tw in WhisperGraph.
Subdomains
15,373 observed subdomains of ydu.edu.tw.
Showing 25 of 15,373. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ydu.edu.tw in the public web crawl.
68 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for ydu.edu.tw.
| Mechanism | Target |
|---|---|
| SPF_IP | 118.163.190.85/28 |
| SPF_IP | 120.104.186.1/23 |
| SPF_IP | 120.106.0.0/18 |
| SPF_IP | 120.106.64.0/21 |
| SPF_IP | 211.20.107.48/29 |
| SPF_IP | 59.125.81.151/28 |
| SPF_IP | 60.248.116.37/28 |
| SPF_IP | 60.249.72.64/26 |
Related pages
Pivot deeper into the graph from ydu.edu.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ydu.edu.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.