Hostname
tcu.ac.jp
Last fetched
tcu.ac.jp appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
tcu.ac.jp has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- tokyo city university
- Contact emails
- —
Subdomains
2,168 observed subdomains of tcu.ac.jp.
Showing 25 of 2,168. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tcu.ac.jp in the public web crawl.
570 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for tcu.ac.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | external.spf.tcu.ac.jp |
| SPF_INCLUDE | nttw.spf.tcu.ac.jp |
| SPF_IP | 133.78.11.1 |
| SPF_IP | 133.78.203.145 |
| SPF_IP | 133.78.203.28 |
| SPF_IP | 133.78.71.32 |
| SPF_IP | 133.78.71.67 |
| SPF_IP | 133.78.71.8 |
Related pages
Pivot deeper into the graph from tcu.ac.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tcu.ac.jp"})-[: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.