Hostname
nusc.gov.tw
Last fetched
nusc.gov.tw resolves to 6 IPv4 addresses operated by AKAMAI-ASN1 - Akamai International B.V. in DE.
Nutrition Label
Resolution chain
nusc.gov.tw resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.24.77.54 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | DE |
| 184.24.77.63 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | DE |
| 2.16.164.27 | 2.16.164.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | DE |
| 2.16.164.83 | 2.16.164.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | DE |
| 23.44.201.206 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | US |
| 23.44.201.213 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | US |
WHOIS identity
No WHOIS records are currently associated with nusc.gov.tw in WhisperGraph.
Subdomains
29 observed subdomains of nusc.gov.tw.
Showing 25 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nusc.gov.tw in the public web crawl.
131 sites link to this hostname.
39 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for nusc.gov.tw.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mailcloud.com.tw |
| SPF_IP | 192.192.18.36 |
| SPF_IP | 192.192.18.37 |
| SPF_IP | 192.192.18.41 |
| SPF_IP | 223.200.166.30 |
| SPF_IP | 223.200.166.31 |
| SPF_IP | 223.200.178.81 |
| SPF_IP | 223.200.180.87 |
| SPF_IP | 59.124.244.15 |
Related pages
Pivot deeper into the graph from nusc.gov.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nusc.gov.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.